QPushButton derivative for use in a QTableWidget cell. This button knows it's position in the table.
More...
#include <tablepushbutton.h>
|
void | clickedAt (int row, int col) |
| Signals button has been clicked at a specific table position.
|
|
|
| TablePushButton (int row, int col) |
| Constructs a new button for the given row and column.
|
|
|
void | onClickedAt () |
| Called when the button is clicked. Emits clickedAt.
|
|
|
const int | row_ |
| Row of the QTableWidget which contains this button.
|
|
const int | col_ |
| Column of the QTableWidget which contains this button.
|
|
QPushButton derivative for use in a QTableWidget cell. This button knows it's position in the table.
◆ TablePushButton()
TablePushButton::TablePushButton |
( |
int | row, |
|
|
int | col ) |
Constructs a new button for the given row and column.
- Parameters
-
row | Target row. |
col | Target column. |
◆ clickedAt
void TablePushButton::clickedAt |
( |
int | row, |
|
|
int | col ) |
|
signal |
Signals button has been clicked at a specific table position.
- Parameters
-
row | Table row. |
col | Table column. |
The documentation for this class was generated from the following files: