#include <maiaButtonData.h>
Inheritance diagram for maiaButtonData:
Public Member Functions | |
maiaButtonData () | |
void | AddAction (omCommand *) |
omCommand * | GetNextAction () |
bool | MoreActions () |
void | ResetActionFetchCounter () |
Data Fields | |
wxString | name |
Button name. | |
int | x |
int | y |
int | w |
int | h |
Position and dimension of the button. | |
wxString | normalImage |
wxString | scanImage |
wxString | selImage |
wxString | selSound |
Images names of the button. | |
wxString | scanSound |
Sounds names of the button. | |
std::vector< omCommand * > | actions |
Actions associated with the button. | |
Private Attributes | |
int | nActions |
number of stored actions | |
int | currAction |
current action in next action fetch mode |
|
Inizialize all variables |
|
Add a new action to the dinamic vector
|
|
Get the next action in the list
|
|
|
|
Reset the action fetch counter |
|
Actions associated with the button.
|
|
current action in next action fetch mode
|
|
Position and dimension of the button.
|
|
number of stored actions
|
|
Button name.
|
|
|
|
|
|
Sounds names of the button.
|
|
|
|
Images names of the button.
|
|
|
|
|
|
|
Copyright © by Luca Clivio |