KiCad PCB EDA Suite
|
Toggle a window's "enable" status to disabled, then enabled on destruction. More...
Public Member Functions | |
WDO_ENABLE_DISABLE (wxWindow *aWindow) | |
~WDO_ENABLE_DISABLE () | |
void | SuspendForTrueModal () |
void | ResumeAfterTrueModal () |
Private Attributes | |
wxWindow * | m_win |
Toggle a window's "enable" status to disabled, then enabled on destruction.
Definition at line 46 of file dialog_shim.cpp.
|
inline |
Definition at line 52 of file dialog_shim.cpp.
References m_win.
|
inline |
Definition at line 59 of file dialog_shim.cpp.
References m_win.
|
inline |
Definition at line 74 of file dialog_shim.cpp.
References m_win.
Referenced by DIALOG_SHIM::CleanupAfterModalSubDialog().
|
inline |
Definition at line 68 of file dialog_shim.cpp.
References m_win.
Referenced by DIALOG_SHIM::PrepareForModalSubDialog().
|
private |
Definition at line 48 of file dialog_shim.cpp.
Referenced by ResumeAfterTrueModal(), SuspendForTrueModal(), WDO_ENABLE_DISABLE(), and ~WDO_ENABLE_DISABLE().