|
| | DialogPanelEntry (const WidgetID dialogPanelWidgetID, int32 index, bool16 shown, bool16 autoVisible) |
| |
| | DialogPanelEntry (const DialogPanelEntry &other) |
| |
| DialogPanelEntry & | operator= (const DialogPanelEntry &other) |
| |
| bool16 | operator== (const DialogPanelEntry &other) const |
| |
| void | SetWidgetID (WidgetID widgetID) |
| |
| WidgetID | GetWidgetID () const |
| |
| void | SetIndex (int32 index) |
| |
| int32 | GetIndex () const |
| |
| void | SetShown (bool16 shown) |
| |
| bool16 | GetShown () const |
| |
| void | SetAutoVisible (bool16 autoVisible) |
| |
| bool16 | GetAutoVisible () const |
| |