|
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=nullptr) |
|
void | addUrl (const QUrl &url) |
|
void | removeUrl (const QUrl &url) |
|
| TableWidgetMouseAware (QWidget *parent=nullptr) |
|
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) override |
|
void | mouseDoubleClickEvent (QMouseEvent *event) override |
|
void | mouseReleaseEvent (QMouseEvent *event) override |
|
Definition at line 28 of file wadseekersitestable.h.
The documentation for this class was generated from the following files: