Choice(str button0, str button1, str button2, str text) | Editor | |
ChoiceWithDefault(str button0, str button1, str button2, int defaultChoice, str text) | Editor | |
CleanAllDocuments() | Editor | |
CleanCurrentDocument() | Editor | |
CleanCurrentDocumentAndChildren() | Editor | |
ClearDragAndDropHandlers() | Editor | |
Close() | Editor | |
CloseAllDocuments() | Editor | |
Error(str s) | Editor | |
ForceEditorRefresh() | Editor | |
ForceRefreshCurrentProject() | Editor | |
GenerateAllDocuments() | Editor | |
GenerateCurrentDocument() | Editor | |
GenerateCurrentDocumentAndChildren() | Editor | |
GetActiveCodeGenerator() | Editor | |
GetAllDocuments() | Editor | |
GetApplicationLanguage() | Editor | |
GetAvailableCodeGenerators() | Editor | |
GetCodeGenerator(str codeGeneratorName) | Editor | |
GetCodePathForCurrentGenerator(Document *doc=nullptr) | Editor | |
GetCurrentDocument() | Editor | |
GetCurrentProject() | Editor | |
GetCurrentProjectFileDirectory() | Editor | |
GetDocumentByName(str docName) | Editor | |
GetResourcesPathForCurrentGenerator() | Editor | |
GetVersionInfo(int *major, int *minor, int *build) | Editor | |
GetVersionInfostr() | Editor | |
IsNameReserved(str inputStr) | Editor | |
MakeValidObjectName(str inputStr) | Editor | |
MsgBox(str s) | Editor | |
NewDocument(str filename="") | Editor | |
OpenDialog(str caption, str directory, str filters, bool isCreateFileAllowed=false) | Editor | |
OpenDirectoryDialog(str caption, str directory) | Editor | |
OpenDocument(str fileName) | Editor | |
OpenMultiselectDialog(str caption, str directory, str filters) | Editor | |
Question(str s) | Editor | |
QuestionDefault(str s, bool defaultAnswer) | Editor | |
RegisterAlternateClassPathChooser(PyObject *pyfunc) | Editor | |
RegisterCatalyzerScriptChooser(PyObject *pyfunc) | Editor | |
RegisterDragAndDropHandlers(None *dragHandler, None *dropHandler) | Editor | |
RegisterIcdGeneratorChooser(PyObject *pyfunc) | Editor | |
ResolvePath(str path) | Editor | |
SaveAllDocuments() | Editor | |
SaveDialog(str caption, str directory, str filters, str defaultSuffix=str()) | Editor | |
SetActiveCodeGenerator(str codeGeneratorName) | Editor | |
SetCodeGeneratorOptions(str codeGeneratorOptions) | Editor | |
UnregisterAlternateClassPathChooser() | Editor | |
UnregisterCatalyzerScriptChooser() | Editor | |
UnregisterIcdGeneratorChooser() | Editor | |