QScintilla
2.10
|
CQsciAbstractAPIs | Interface to the textual API information used in call tips and for auto-completion. A sub-class will provide the actual implementation of the interface |
CQsciAPIs | Provies an implementation of the textual API information used in call tips and for auto-completion |
CQsciCommand | Internal editor command that may have one or two keys bound to it |
CQsciCommandSet | Set of all internal editor commands that may have keys bound |
CQsciDocument | Document to be edited |
CQsciLexer | Abstract class used as a base for language lexers |
CQsciLexerAVS | Encapsulates the Scintilla AVS lexer |
CQsciLexerBash | Encapsulates the Scintilla Bash lexer |
CQsciLexerBatch | Encapsulates the Scintilla batch file lexer |
CQsciLexerCMake | Encapsulates the Scintilla CMake lexer |
CQsciLexerCoffeeScript | Encapsulates the Scintilla CoffeeScript lexer |
CQsciLexerCPP | Encapsulates the Scintilla C++ lexer |
CQsciLexerCSharp | Encapsulates the Scintilla C# lexer |
CQsciLexerCSS | Encapsulates the Scintilla CSS lexer |
CQsciLexerCustom | Abstract class used as a base for new language lexers |
CQsciLexerD | Encapsulates the Scintilla D lexer |
CQsciLexerDiff | Encapsulates the Scintilla Diff lexer |
CQsciLexerFortran | Encapsulates the Scintilla Fortran lexer |
CQsciLexerFortran77 | Encapsulates the Scintilla Fortran77 lexer |
CQsciLexerHTML | Encapsulates the Scintilla HTML lexer |
CQsciLexerIDL | Encapsulates the Scintilla IDL lexer |
CQsciLexerJava | Encapsulates the Scintilla Java lexer |
CQsciLexerJavaScript | Encapsulates the Scintilla JavaScript lexer |
CQsciLexerJSON | Encapsulates the Scintilla JSON lexer |
CQsciLexerLua | Encapsulates the Scintilla Lua lexer |
CQsciLexerMakefile | Encapsulates the Scintilla Makefile lexer |
CQsciLexerMarkdown | Encapsulates the Scintilla Markdown lexer |
CQsciLexerMatlab | Encapsulates the Scintilla Matlab file lexer |
CQsciLexerOctave | Encapsulates the Scintilla Octave file lexer |
CQsciLexerPascal | Encapsulates the Scintilla Pascal lexer |
CQsciLexerPerl | Encapsulates the Scintilla Perl lexer |
CQsciLexerPO | Encapsulates the Scintilla PO lexer |
CQsciLexerPostScript | Encapsulates the Scintilla PostScript lexer |
CQsciLexerPOV | Encapsulates the Scintilla POV lexer |
CQsciLexerProperties | Encapsulates the Scintilla Properties lexer |
CQsciLexerPython | Encapsulates the Scintilla Python lexer |
CQsciLexerRuby | Encapsulates the Scintilla Ruby lexer |
CQsciLexerSpice | Encapsulates the Scintilla Spice lexer |
CQsciLexerSQL | Encapsulates the Scintilla SQL lexer |
CQsciLexerTCL | Encapsulates the Scintilla TCL lexer |
CQsciLexerTeX | Encapsulates the Scintilla TeX lexer |
CQsciLexerVerilog | Encapsulates the Scintilla Verilog lexer |
CQsciLexerVHDL | Encapsulates the Scintilla VHDL lexer |
CQsciLexerXML | Encapsulates the Scintilla XML lexer |
CQsciLexerYAML | Encapsulates the Scintilla YAML lexer |
CQsciMacro | Sequence of recordable editor commands |
CQsciPrinter | Sub-class of the Qt QPrinter class that is able to print the text of a Scintilla document |
CQsciScintilla | Implements a higher level, more Qt-like, API to the Scintilla editor widget |
CQsciScintillaBase | Implements the Scintilla editor widget and its low-level API |
CQsciStyle | Encapsulates all the attributes of a style |
CQsciStyledText | Container for a piece of text and the style used to display the text |