Code::Blocks
SVN r11506
|
Public Member Functions | |
EditorBaseInternalData (EditorBase *owner) | |
Public Attributes | |
EditorBase * | m_pOwner |
bool | m_DisplayingPopupMenu |
bool | m_CloseMe |
Definition at line 37 of file editorbase.cpp.
|
inline |
Definition at line 39 of file editorbase.cpp.
bool EditorBaseInternalData::m_CloseMe |
Definition at line 47 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), and EditorBase::OnContextMenuEntry().
bool EditorBaseInternalData::m_DisplayingPopupMenu |
Definition at line 46 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), EditorBase::IsContextMenuOpened(), and EditorBase::OnContextMenuEntry().
EditorBase* EditorBaseInternalData::m_pOwner |
Definition at line 45 of file editorbase.cpp.