#include <C4Gui.h>
Public Member Functions | |
BaseCallbackHandler ()=default | |
virtual | ~BaseCallbackHandler ()=default |
void | Ref () |
void | DeRef () |
virtual void | DoCall (class Element *pElement)=0 |
|
default |
|
virtualdefault |
|
inline |
Definition at line 257 of file C4Gui.h.
Referenced by C4GUI::ConfirmationDialog::OnClosed(), C4GUI::CheckBox::SetOnChecked(), C4GUI::ListBox::SetSelectionChangeCallbackFn(), C4GUI::ListBox::SetSelectionDblClickFn(), C4GUI::CheckBox::~CheckBox(), C4GUI::ConfirmationDialog::~ConfirmationDialog(), C4GUI::ListBox::~ListBox(), and C4GUI::ScrollBar::~ScrollBar().
|
pure virtual |
Implemented in C4GUI::BaseParCallbackHandler< ParType >, C4GUI::BaseParCallbackHandler< int32_t >, C4GUI::CallbackHandlerExPar< CB, ParType >, C4GUI::CallbackHandlerNoPar< CB >, and C4GUI::CallbackHandler< CB >.
Referenced by C4GUI::ListBox::MouseInput(), C4GUI::ConfirmationDialog::OnClosed(), C4GUI::ListBox::SelectionChanged(), and C4GUI::CheckBox::ToggleCheck().
|
inline |
Definition at line 256 of file C4Gui.h.
Referenced by C4GUI::ConfirmationDialog::ConfirmationDialog(), C4GUI::ConfirmationDialog::OnClosed(), C4GUI::ScrollBar::ScrollBar(), C4GUI::CheckBox::SetOnChecked(), C4GUI::ListBox::SetSelectionChangeCallbackFn(), and C4GUI::ListBox::SetSelectionDblClickFn().