Main mutabor frame class. Mehr ...
Klassen | |
class | MutDocument |
class | MutEditFile |
class | MutEditProperties |
MutEditProperties. Mehr ... | |
class | MutView |
What are the important qualities of a view? A view is registered with its document, and when the view becomes active (ie the user clicks on it) then it will set its document to be the active/current document. Mehr ... | |
struct | CommonInfo |
struct | LanguageInfo |
struct | StyleInfo |
Variablen | |
const CommonInfo | g_CommonPrefs |
language types | |
wxChar * | MutWordlist1 |
wxChar * | MutWordlist2 |
wxChar * | MutWordlist3 |
wxChar * | CppWordlist1 |
wxChar * | CppWordlist2 |
wxChar * | CppWordlist3 |
wxChar * | PythonWordlist1 |
wxChar * | PythonWordlist2 |
const LanguageInfo | g_LanguagePrefs [] |
languages | |
const int | g_LanguagePrefsSize = WXSIZEOF(g_LanguagePrefs) |
const StyleInfo | g_StylePrefs [] |
style types | |
const int | g_StylePrefsSize = WXSIZEOF(g_StylePrefs) |
Main mutabor frame class.
wxWidgets/contrib headers
This class is used to create the main windows
application headers
wxChar* mutaborGUI::CppWordlist1 |
_T("asm auto bool break case catch char class const const_cast ") _T("continue default delete do double dynamic_cast else enum explicit ") _T("export extern false float for friend goto if inline int long ") _T("mutable namespace new operator private protected public register ") _T("reinterpret_cast return short signed sizeof static static_cast ") _T("struct switch template this throw true try typedef typeid ") _T("typename union unsigned using virtual void volatile wchar_t ") _T("while")
Definiert in Zeile 76 der Datei stclanguage.cpp.
wxChar* mutaborGUI::CppWordlist2 |
_T("file")
Definiert in Zeile 85 der Datei stclanguage.cpp.
wxChar* mutaborGUI::CppWordlist3 |
_T("a addindex addtogroup anchor arg attention author b brief bug c ") _T("class code date def defgroup deprecated dontinclude e em endcode ") _T("endhtmlonly endif endlatexonly endlink endverbatim enum example ") _T("exception f$ f[ f] file fn hideinitializer htmlinclude ") _T("htmlonly if image include ingroup internal invariant interface ") _T("latexonly li line link mainpage name namespace nosubgrouping note ") _T("overload p page par param post pre ref relates remarks return ") _T("retval sa section see showinitializer since skip skipline struct ") _T("subsection test throw todo typedef union until var verbatim ") _T("verbinclude version warning weakgroup $ @ \"\" & < > # { }")
Definiert in Zeile 87 der Datei stclanguage.cpp.
{ true, true, true, false, false, false, false, false, true, false, false, }
language types
Definiert in Zeile 47 der Datei stclanguage.cpp.
languages
Definiert in Zeile 116 der Datei stclanguage.cpp.
Wird benutzt von MutApp::MakeViewMenu().
const int mutaborGUI::g_LanguagePrefsSize = WXSIZEOF(g_LanguagePrefs) |
Definiert in Zeile 267 der Datei stclanguage.cpp.
Wird benutzt von MutApp::MakeViewMenu().
style types
Definiert in Zeile 271 der Datei stclanguage.cpp.
const int mutaborGUI::g_StylePrefsSize = WXSIZEOF(g_StylePrefs) |
Definiert in Zeile 429 der Datei stclanguage.cpp.
wxChar* mutaborGUI::MutWordlist1 |
_T("interval intervall logic logik midiin midiout tonsystem tonesystem ") _T("tone ton retuning umstimmung pattern harmonie ")
Definiert in Zeile 66 der Datei stclanguage.cpp.
wxChar* mutaborGUI::MutWordlist2 |
_T("shifted form key taste root wurzel")
Definiert in Zeile 69 der Datei stclanguage.cpp.
wxChar* mutaborGUI::MutWordlist3 |
_T("distance abstand ")
Definiert in Zeile 71 der Datei stclanguage.cpp.
wxChar* mutaborGUI::PythonWordlist1 |
_T("and assert break class continue def del elif else except exec ") _T("finally for from global if import in is lambda None not or pass ") _T("print raise return try while yield")
Definiert in Zeile 100 der Datei stclanguage.cpp.
wxChar* mutaborGUI::PythonWordlist2 |
_T("ACCELERATORS ALT AUTO3STATE AUTOCHECKBOX AUTORADIOBUTTON BEGIN ") _T("BITMAP BLOCK BUTTON CAPTION CHARACTERISTICS CHECKBOX CLASS ") _T("COMBOBOX CONTROL CTEXT CURSOR DEFPUSHBUTTON DIALOG DIALOGEX ") _T("DISCARDABLE EDITTEXT END EXSTYLE FONT GROUPBOX ICON LANGUAGE ") _T("LISTBOX LTEXT MENU MENUEX MENUITEM MESSAGETABLE POPUP PUSHBUTTON ") _T("RADIOBUTTON RCDATA RTEXT SCROLLBAR SEPARATOR SHIFT STATE3 ") _T("STRINGTABLE STYLE TEXTINCLUDE VALUE VERSION VERSIONINFO VIRTKEY")
Definiert in Zeile 104 der Datei stclanguage.cpp.