Code::Blocks
SVN r11506
|
struct EditorManagerInternalData * This is the private data holder for the EditorManager * All data not relevant to other classes should go here * More...
Public Member Functions | |
EditorManagerInternalData (EditorManager *owner) | |
Public Attributes | |
EditorManager * | m_pOwner |
bool | m_SetFocusFlag |
struct EditorManagerInternalData * This is the private data holder for the EditorManager * All data not relevant to other classes should go here *
Definition at line 99 of file editormanager.cpp.
|
inline |
Definition at line 103 of file editormanager.cpp.
Referenced by EditorManager::EditorManager().
EditorManager* EditorManagerInternalData::m_pOwner |
Definition at line 109 of file editormanager.cpp.
bool EditorManagerInternalData::m_SetFocusFlag |
Definition at line 110 of file editormanager.cpp.