File: annotated.html

package info (click to toggle)
monkeystudio 1.8.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 39,732 kB
  • ctags: 20,476
  • sloc: cpp: 131,398; ansic: 33,969; python: 770; sh: 268; makefile: 138; cs: 69; php: 44
file content (79 lines) | stat: -rw-r--r-- 9,210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>QScintilla: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li class="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="classQsciAbstractAPIs.html">QsciAbstractAPIs</a></td><td class="indexvalue">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 </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciAPIs.html">QsciAPIs</a></td><td class="indexvalue">Provies an implementation of the textual API information used in call tips and for auto-completion </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciCommand.html">QsciCommand</a></td><td class="indexvalue">Internal editor command that may have one or two keys bound to it </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciCommandSet.html">QsciCommandSet</a></td><td class="indexvalue">Set of all internal editor commands that may have keys bound </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciDocument.html">QsciDocument</a></td><td class="indexvalue">Document to be edited </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="indexvalue">Abstract class used as a base for language lexers </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerBash.html">QsciLexerBash</a></td><td class="indexvalue">Encapsulates the Scintilla Bash lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerBatch.html">QsciLexerBatch</a></td><td class="indexvalue">Encapsulates the Scintilla batch file lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerCMake.html">QsciLexerCMake</a></td><td class="indexvalue">Encapsulates the Scintilla CMake lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerCPP.html">QsciLexerCPP</a></td><td class="indexvalue">Encapsulates the Scintilla C++ lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerCSharp.html">QsciLexerCSharp</a></td><td class="indexvalue">Encapsulates the Scintilla C# lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerCSS.html">QsciLexerCSS</a></td><td class="indexvalue">Encapsulates the Scintilla CSS lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerCustom.html">QsciLexerCustom</a></td><td class="indexvalue">Abstract class used as a base for new language lexers </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="indexvalue">Encapsulates the Scintilla D lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerDiff.html">QsciLexerDiff</a></td><td class="indexvalue">Encapsulates the Scintilla Diff lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerFortran.html">QsciLexerFortran</a></td><td class="indexvalue">Encapsulates the Scintilla Fortran lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerFortran77.html">QsciLexerFortran77</a></td><td class="indexvalue">Encapsulates the Scintilla Fortran77 lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerHTML.html">QsciLexerHTML</a></td><td class="indexvalue">Encapsulates the Scintilla HTML lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerIDL.html">QsciLexerIDL</a></td><td class="indexvalue">Encapsulates the Scintilla IDL lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerJava.html">QsciLexerJava</a></td><td class="indexvalue">Encapsulates the Scintilla Java lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerJavaScript.html">QsciLexerJavaScript</a></td><td class="indexvalue">Encapsulates the Scintilla JavaScript lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerLua.html">QsciLexerLua</a></td><td class="indexvalue">Encapsulates the Scintilla Lua lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerMakefile.html">QsciLexerMakefile</a></td><td class="indexvalue">Encapsulates the Scintilla Makefile lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerPascal.html">QsciLexerPascal</a></td><td class="indexvalue">Encapsulates the Scintilla Pascal lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerPerl.html">QsciLexerPerl</a></td><td class="indexvalue">Encapsulates the Scintilla Perl lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerPostScript.html">QsciLexerPostScript</a></td><td class="indexvalue">Encapsulates the Scintilla PostScript lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerPOV.html">QsciLexerPOV</a></td><td class="indexvalue">Encapsulates the Scintilla POV lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerProperties.html">QsciLexerProperties</a></td><td class="indexvalue">Encapsulates the Scintilla Properties lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerPython.html">QsciLexerPython</a></td><td class="indexvalue">Encapsulates the Scintilla Python lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerRuby.html">QsciLexerRuby</a></td><td class="indexvalue">Encapsulates the Scintilla Ruby lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerSpice.html">QsciLexerSpice</a></td><td class="indexvalue">Encapsulates the Scintilla Spice lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerSQL.html">QsciLexerSQL</a></td><td class="indexvalue">Encapsulates the Scintilla SQL lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerTCL.html">QsciLexerTCL</a></td><td class="indexvalue">Encapsulates the Scintilla TCL lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerTeX.html">QsciLexerTeX</a></td><td class="indexvalue">Encapsulates the Scintilla TeX lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerVerilog.html">QsciLexerVerilog</a></td><td class="indexvalue">Encapsulates the Scintilla Verilog lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerVHDL.html">QsciLexerVHDL</a></td><td class="indexvalue">Encapsulates the Scintilla VHDL lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerXML.html">QsciLexerXML</a></td><td class="indexvalue">Encapsulates the Scintilla XML lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciLexerYAML.html">QsciLexerYAML</a></td><td class="indexvalue">Encapsulates the Scintilla YAML lexer </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciMacro.html">QsciMacro</a></td><td class="indexvalue">Sequence of recordable editor commands </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciPrinter.html">QsciPrinter</a></td><td class="indexvalue">Sub-class of the Qt QPrinter class that is able to print the text of a Scintilla document </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciScintilla.html">QsciScintilla</a></td><td class="indexvalue">Implements a higher level, more Qt-like, API to the Scintilla editor widget </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciScintillaBase.html">QsciScintillaBase</a></td><td class="indexvalue">Implements the Scintilla editor widget and its low-level API </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciStyle.html">QsciStyle</a></td><td class="indexvalue">Encapsulates all the attributes of a style </td></tr>
  <tr><td class="indexkey"><a class="el" href="classQsciStyledText.html">QsciStyledText</a></td><td class="indexvalue">Container for a piece of text and the style used to display the text </td></tr>
</table>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jan 20 19:56:10 2010 for QScintilla by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>