Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
EditorManagerInternalData Struct Reference


struct EditorManagerInternalData * This is the private data holder for the EditorManager * All data not relevant to other classes should go here * More...

Collaboration diagram for EditorManagerInternalData:

Public Member Functions

 EditorManagerInternalData (EditorManager *owner)
 

Public Attributes

EditorManagerm_pOwner
 
bool m_SetFocusFlag
 

Detailed Description


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.

Constructor & Destructor Documentation

◆ EditorManagerInternalData()

EditorManagerInternalData::EditorManagerInternalData ( EditorManager owner)
inline

Definition at line 103 of file editormanager.cpp.

Referenced by EditorManager::EditorManager().

Member Data Documentation

◆ m_pOwner

EditorManager* EditorManagerInternalData::m_pOwner

Definition at line 109 of file editormanager.cpp.

◆ m_SetFocusFlag

bool EditorManagerInternalData::m_SetFocusFlag

Definition at line 110 of file editormanager.cpp.


The documentation for this struct was generated from the following file: