Public Member Functions | |
TreePagesId | GetPageId () const |
Gets the identifier of the page. | |
void | SetPageId (const TreePagesId id) |
Sets the identifier of the page. | |
TreePagesItemData (const TreePagesId id) | |
Constructor with a identifier. | |
TreePagesItemData () | |
Default constructor. | |
Protected Attributes | |
TreePagesId | pageId |
Identifier of the page. |
Definition at line 79 of file dlgConf.cpp.
|
Default constructor.
Definition at line 86 of file dlgConf.cpp. |
|
Constructor with a identifier.
Definition at line 89 of file dlgConf.cpp. References SetPageId(). |
|
Gets the identifier of the page.
Definition at line 94 of file dlgConf.cpp. References pageId. Referenced by dlgConfigure::trePagesSelChanged(). |
|
Sets the identifier of the page.
Definition at line 97 of file dlgConf.cpp. References pageId, and SetPageId(). Referenced by SetPageId(), and TreePagesItemData(). |
|
Identifier of the page.
Definition at line 82 of file dlgConf.cpp. Referenced by GetPageId(), and SetPageId(). |