Public Member Functions | |
TableWidgetMouseAware (QWidget *parent=nullptr) | |
bool | isEmitSignalsEvenIfIndexIsInvalidEnabled () const |
QList< int > | selectedRows () const |
Returns indices of currently selected rows. More... | |
void | setEmitSignalsEvenIfIndexIsInvalid (bool b) |
Protected Member Functions | |
void | mouseDoubleClickEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
Definition at line 29 of file tablewidgetmouseaware.h.
QList< int > TableWidgetMouseAware::selectedRows | ( | ) | const |
Returns indices of currently selected rows.
Definition at line 67 of file tablewidgetmouseaware.cpp.