Code::Blocks  SVN r11506
Classes | Functions | Variables
editorbase.cpp File Reference
#include "sdk_precomp.h"
#include "cbauibook.h"
#include "cbstyledtextctrl.h"
Include dependency graph for editorbase.cpp:

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()
 

Function Documentation

◆ editorbase_RegisterId()

int editorbase_RegisterId ( int  id)
inline

Definition at line 31 of file editorbase.cpp.

References wxRegisterId().

Variable Documentation

◆ EditorMaxSwitchTo

const int EditorMaxSwitchTo = 255

Definition at line 51 of file editorbase.cpp.

Referenced by EditorBase::CreateContextSubMenu().

◆ idCloseAll

const int idCloseAll = wxNewId()

◆ idCloseAllOthers

const int idCloseAllOthers = wxNewId()

◆ idCloseMe

const int idCloseMe = wxNewId()

◆ idCodeProject

const long idCodeProject = wxNewId()

◆ idCPlusPlusCom

const long idCPlusPlusCom = wxNewId()

◆ idGoogle

const long idGoogle = wxNewId()

◆ idMsdn

const long idMsdn = wxNewId()

◆ idSaveAll

const int idSaveAll = wxNewId()

◆ idSaveMe

const int idSaveMe = wxNewId()

◆ idStackOverflow

const long idStackOverflow = wxNewId()

◆ idSwitchFile1

const int idSwitchFile1 = wxNewId()

◆ idSwitchFileMax

const int idSwitchFileMax = editorbase_RegisterId(idSwitchFile1 + EditorMaxSwitchTo -1)

Definition at line 53 of file editorbase.cpp.

Referenced by EditorBase::OnContextMenuEntry().

◆ idSwitchTo

const int idSwitchTo = wxNewId()