Base for pushbutton associated with POPUP. More...
#include <mgui/ctrlpopupbutton.h>

Public Member Functions | |
| CTRL_POPUPBUTTON () | |
| virtual | ~CTRL_POPUPBUTTON () |
| void | SetDelegateOnPopupClose (DELEGATE_VOID_NOPARMS delegate) |
| void | SetDelegateOnPopupOpen (DELEGATE_VOID_NOPARMS delegate) |
Private Member Functions | |
| virtual ERRVALUE | v_OpenPopup ()=0 |
Base for pushbutton associated with POPUP.
| MGUI::CTRL_POPUPBUTTON::CTRL_POPUPBUTTON | ( | ) |
Constructor.
| virtual MGUI::CTRL_POPUPBUTTON::~CTRL_POPUPBUTTON | ( | ) | [virtual] |
Destructor.
| void MGUI::CTRL_POPUPBUTTON::SetDelegateOnPopupClose | ( | DELEGATE_VOID_NOPARMS | delegate | ) | [inline] |
Set delegate to call when popup is closed normally (no error return).
| delegate | Delegate |
| void MGUI::CTRL_POPUPBUTTON::SetDelegateOnPopupOpen | ( | DELEGATE_VOID_NOPARMS | delegate | ) | [inline] |
Set delegate to call when popup is about to be opened.
| delegate | Delegate |
| virtual ERRVALUE MGUI::CTRL_POPUPBUTTON::v_OpenPopup | ( | ) | [private, pure virtual] |
Override to open popup associated with button.
1.6.1