Code::Blocks
SVN r11506
|
Go to the source code of this file.
Classes | |
struct | EditorBaseInternalData |
Functions | |
int | editorbase_RegisterId (int id) |
Variables | |
const int | EditorMaxSwitchTo = 255 |
const int | idSwitchFile1 = wxNewId() |
const int | idSwitchFileMax = editorbase_RegisterId(idSwitchFile1 + EditorMaxSwitchTo -1) |
const int | idCloseMe = wxNewId() |
const int | idCloseAll = wxNewId() |
const int | idCloseAllOthers = wxNewId() |
const int | idSaveMe = wxNewId() |
const int | idSaveAll = wxNewId() |
const int | idSwitchTo = wxNewId() |
const long | idGoogle = wxNewId() |
const long | idMsdn = wxNewId() |
const long | idStackOverflow = wxNewId() |
const long | idCodeProject = wxNewId() |
const long | idCPlusPlusCom = wxNewId() |
|
inline |
Definition at line 31 of file editorbase.cpp.
References wxRegisterId().
const int EditorMaxSwitchTo = 255 |
Definition at line 51 of file editorbase.cpp.
Referenced by EditorBase::CreateContextSubMenu().
const int idCloseAll = wxNewId() |
Definition at line 56 of file editorbase.cpp.
Referenced by EditorBase::BasicAddToContextMenu(), and EditorBase::OnContextMenuEntry().
const int idCloseAllOthers = wxNewId() |
Definition at line 57 of file editorbase.cpp.
Referenced by EditorBase::BasicAddToContextMenu(), and EditorBase::OnContextMenuEntry().
const int idCloseMe = wxNewId() |
Definition at line 55 of file editorbase.cpp.
Referenced by EditorBase::BasicAddToContextMenu(), and EditorBase::OnContextMenuEntry().
const long idCodeProject = wxNewId() |
Definition at line 66 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), and EditorBase::OnContextMenuEntry().
const long idCPlusPlusCom = wxNewId() |
Definition at line 67 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), and EditorBase::OnContextMenuEntry().
const long idGoogle = wxNewId() |
Definition at line 63 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), and EditorBase::OnContextMenuEntry().
const long idMsdn = wxNewId() |
Definition at line 64 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), and EditorBase::OnContextMenuEntry().
const int idSaveAll = wxNewId() |
Definition at line 59 of file editorbase.cpp.
Referenced by EditorBase::BasicAddToContextMenu(), and EditorBase::OnContextMenuEntry().
const int idSaveMe = wxNewId() |
Definition at line 58 of file editorbase.cpp.
Referenced by EditorBase::BasicAddToContextMenu(), and EditorBase::OnContextMenuEntry().
const long idStackOverflow = wxNewId() |
Definition at line 65 of file editorbase.cpp.
Referenced by EditorBase::DisplayContextMenu(), and EditorBase::OnContextMenuEntry().
const int idSwitchFile1 = wxNewId() |
Definition at line 52 of file editorbase.cpp.
Referenced by EditorBase::CreateContextSubMenu(), and EditorBase::OnContextMenuEntry().
const int idSwitchFileMax = editorbase_RegisterId(idSwitchFile1 + EditorMaxSwitchTo -1) |
Definition at line 53 of file editorbase.cpp.
Referenced by EditorBase::OnContextMenuEntry().
const int idSwitchTo = wxNewId() |
Definition at line 60 of file editorbase.cpp.
Referenced by EditorBase::BasicAddToContextMenu(), EditorBase::CreateContextSubMenu(), and EditorBase::DisplayContextMenu().