|
|
void | addService (const QString &service) |
| |
|
void | removeService (const QString &service) |
| |
|
void | setUrlProgress (const QUrl &url, qint64 current, qint64 total) |
| |
|
|
void | serviceAbortRequested (const QString &service) |
| |
|
void | urlAbortRequested (const QUrl &url) |
| |
|
void | leftMouseDoubleClicked (const QModelIndex &index, const QPoint &cursorPosition) |
| |
|
void | middleMouseClick (const QModelIndex &index, const QPoint &cursorPosition) |
| |
|
void | rightMouseClick (const QModelIndex &index, const QPoint &cursorPosition) |
| |
|
|
| WadseekerSitesTable (QWidget *pParent=NULL) |
| |
|
void | addUrl (const QUrl &url) |
| |
|
void | removeUrl (const QUrl &url) |
| |
|
| TableWidgetMouseAware (QWidget *parent=NULL) |
| |
|
bool | isEmitSignalsEvenIfIndexIsInvalidEnabled () const |
| |
| QList< int > | selectedRows () const |
| | Returns indices of currently selected rows. More...
|
| |
|
void | setEmitSignalsEvenIfIndexIsInvalid (bool b) |
| |
|
|
static const int | IDX_ABORT_COLUMN = 2 |
| |
|
static const int | IDX_PROGRESS_COLUMN = 1 |
| |
|
static const int | IDX_URL_COLUMN = 0 |
| |
|
|
void | showEvent (QShowEvent *pEvent) |
| |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) |
| |
Definition at line 29 of file wadseekersitestable.h.
The documentation for this class was generated from the following files: