Public Member Functions | |
| cGuiPopUpMessageBox (cGuiSet *apSet, const tWString &asLabel, const tWString &asText, const tWString &asButton1, const tWString &asButton2, void *apCallbackObject, tGuiCallbackFunc apCallback) | |
Public Member Functions inherited from hpl::iGuiPopUp | |
| iGuiPopUp (cGuiSet *apSet) | |
Protected Member Functions | |
| bool | ButtonPress (iWidget *apWidget, cGuiMessageData &aData) |
| kGuiCalllbackDeclarationEnd (ButtonPress) | |
Protected Member Functions inherited from hpl::iGuiPopUp | |
| void | SelfDestruct () |
Protected Attributes | |
| cWidgetWindow * | mpWindow |
| cWidgetButton * | mvButtons [2] |
| cWidgetLabel * | mpLabel |
| iWidget * | mpPrevAttention |
| void * | mpCallbackObject |
| tGuiCallbackFunc | mpCallback |
Protected Attributes inherited from hpl::iGuiPopUp | |
| cGuiSet * | mpSet |
| cGuiSkin * | mpSkin |