This is the complete list of members for Editor_Interface, including all inherited members.
CloseEditor() | Editor_Interface | virtual |
DeleteEditor() | Editor_Interface | virtual |
DeleteThis() | Editor_Interface | virtual |
EditFile(const MCHAR *filename=nullptr, bool useOpenfilenameDialogIfFilenameNull=false, const MCHAR *initialPath=nullptr, int openToPos=-1, Editor_Interface::OpenFlags of=Editor_Interface::ofNone, bool unhide=true, bool setFocus=true) | Editor_Interface | virtual |
Editor_Instance | Editor_Interface | |
Editor_Interface(Editor *instance) | Editor_Interface | inline |
GetCodePageAndCharacterSet(int &code_page, int &character_set) | Editor_Interface | virtual |
GetDocumentFilename(int i) | Editor_Interface | virtual |
GetDocumentFilename() | Editor_Interface | virtual |
GetEditHWND() | Editor_Interface | virtual |
GetEditorStyleDef(const MCHAR *lang, int style) | Editor_Interface | virtual |
GetIntProperty(const MCHAR *prop_name, int defaultValue=0) | Editor_Interface | virtual |
GetMainHWND() | Editor_Interface | virtual |
GetProperty(const MCHAR *prop_name) | Editor_Interface | virtual |
IsEditorMessage(MSG &msg) | Editor_Interface | virtual |
NumberDocuments() | Editor_Interface | virtual |
ofForceLoad enum value | Editor_Interface | |
ofNone enum value | Editor_Interface | |
ofNoSaveIfDirty enum value | Editor_Interface | |
ofPreserveUndo enum value | Editor_Interface | |
ofQuiet enum value | Editor_Interface | |
OpenFlags enum name | Editor_Interface | |
Run(HWND parentHWND) | Editor_Interface | virtual |
SetCodePageAndCharacterSet(int code_page, int character_set) | Editor_Interface | virtual |
SetDocumentFilename(int i, const MCHAR *file_name) | Editor_Interface | virtual |
SetDocumentFilename(const MCHAR *file_name) | Editor_Interface | virtual |
SetProperty(const MCHAR *prop_name, const MCHAR *prop_value) | Editor_Interface | virtual |
SetTabWidth(int tabWidth) | Editor_Interface | virtual |
SetTitle(const MCHAR *title) | Editor_Interface | virtual |
Show(bool show, bool setFocus=false) | Editor_Interface | virtual |
~Editor_Interface() | Editor_Interface | inlinevirtual |