QToolButton derivative for use in a QTableWidget cell. This button knows it's position in the table.
More...
#include <tabletoolbutton.h>
|
void | onRunClicked () |
| Called when the Run tool action is clicked.
|
|
void | onRemoveClicked () |
| Called then the Remove tool action is clicked.
|
|
|
void | clickedRunAt (int row) |
| Signals the Run tool action has been clicked.
|
|
void | clickedRemoveAt (int row) |
| Signals the Remove tool action has been clicked.
|
|
|
| TableToolButton (int row) |
| Since QTableWidget takes ownership of it's cell widgets, it is not necessary to take a parent object or delete this object manually.
|
|
|
const int | row_ |
| Row of the QTableWidget which contains this button.
|
|
QToolButton derivative for use in a QTableWidget cell. This button knows it's position in the table.
◆ TableToolButton()
TableToolButton::TableToolButton |
( |
int | row | ) |
|
Since QTableWidget takes ownership of it's cell widgets, it is not necessary to take a parent object or delete this object manually.
- Parameters
-
row | Row in a QTableWidget which contains this button. |
◆ clickedRemoveAt
void TableToolButton::clickedRemoveAt |
( |
int | row | ) |
|
|
signal |
Signals the Remove tool action has been clicked.
- Parameters
-
row | Row containing this button. |
◆ clickedRunAt
void TableToolButton::clickedRunAt |
( |
int | row | ) |
|
|
signal |
Signals the Run tool action has been clicked.
- Parameters
-
row | Row containing this button. |
The documentation for this class was generated from the following files: