#include <ivf/IvfGenericButton.h>
Inheritance diagram for CIvfGenericButton:

Public Types | |
| enum | TButtonState { BS_NORMAL, BS_PRESSED, BS_DISABLED, BS_CHECKED, BS_HIDDEN } |
Public Member Functions | |
| CIvfGenericButton () | |
| virtual | ~CIvfGenericButton () |
| IvfClassInfo ("CIvfGenericButton", CIvfSwitch) | |
| void | setId (int id) |
| int | getId () |
| void | setButtonState (TButtonState state) |
Base class for deriving button functionality. This will be implemented in the widget classes soon.
Definition at line 40 of file IvfGenericButton.h.
|
|
CIvfGenericButton constructor |
|
|
CIvfGenericButton destructor |
|
|
Return button id |
|
|
Set button state |
|
|
Set button id |
1.4.6-NO