Class to enable tracing which button was clicked.
More...
#include "us_colorgradient.h"
|
void | click (int) |
| Click signal that includes the index of which button clicked. More...
|
|
|
| MyButton (int) |
| Constructor captures index to which button is created. More...
|
|
Class to enable tracing which button was clicked.
Definition at line 12 of file us_colorgradient.h.
MyButton::MyButton |
( |
int |
value | ) |
|
Constructor captures index to which button is created.
- Parameters
-
value | Index value of button created. |
Definition at line 29 of file us_colorgradient.cpp.
void MyButton::click |
( |
int |
| ) |
|
|
signal |
Click signal that includes the index of which button clicked.
void MyButton::pushed |
( |
void |
| ) |
|
|
privateslot |
The documentation for this class was generated from the following files: