summaryrefslogtreecommitdiffstats
path: root/doc/html/classQextScintillaLexerJavaScript.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/classQextScintillaLexerJavaScript.html')
-rw-r--r--doc/html/classQextScintillaLexerJavaScript.html261
1 files changed, 261 insertions, 0 deletions
diff --git a/doc/html/classQextScintillaLexerJavaScript.html b/doc/html/classQextScintillaLexerJavaScript.html
new file mode 100644
index 0000000..5a31904
--- /dev/null
+++ b/doc/html/classQextScintillaLexerJavaScript.html
@@ -0,0 +1,261 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>QScintilla: QextScintillaLexerJavaScript Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.4.7 -->
+<div class="tabs">
+ <ul>
+ <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+ <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
+ <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+ </ul></div>
+<div class="tabs">
+ <ul>
+ <li><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>
+<h1>QextScintillaLexerJavaScript Class Reference</h1><!-- doxytag: class="QextScintillaLexerJavaScript" --><!-- doxytag: inherits="QextScintillaLexerCPP" -->The <a class="el" href="classQextScintillaLexerJavaScript.html">QextScintillaLexerJavaScript</a> class encapsulates the Scintilla JavaScript lexer.
+<a href="#_details">More...</a>
+<p>
+<code>#include &lt;qextscintillalexerjavascript.h&gt;</code>
+<p>
+Inherits <a class="el" href="classQextScintillaLexerCPP.html">QextScintillaLexerCPP</a>.
+<p>
+<a href="classQextScintillaLexerJavaScript-members.html">List of all members.</a><h2>Public Member Functions</h2>
+<ul>
+<li><a class="el" href="classQextScintillaLexerJavaScript.html#b399d27be19d5fc6ac6bf5b3c555b079">QextScintillaLexerJavaScript</a> (QObject *parent=0, const char *name=0)
+<li>virtual <a class="el" href="classQextScintillaLexerJavaScript.html#911d027f4a41a3d2f02df1e758d87ee5">~QextScintillaLexerJavaScript</a> ()
+<li>const char * <a class="el" href="classQextScintillaLexerJavaScript.html#3cfc5a543947879f3525e5abae1abdb7">language</a> () const
+<li>QColor <a class="el" href="classQextScintillaLexerJavaScript.html#0d6f5ae54113d25194bba830674835fe">color</a> (int style) const
+<li>bool <a class="el" href="classQextScintillaLexerJavaScript.html#74ad10f97d43c77c24a4fbe5d7ca5d04">eolFill</a> (int style) const
+<li>QFont <a class="el" href="classQextScintillaLexerJavaScript.html#6e1888622ce0ae61936fc0191a536807">font</a> (int style) const
+<li>const char * <a class="el" href="classQextScintillaLexerJavaScript.html#9bb399d8f06d5b915c81a402e6d35ee5">keywords</a> (int set) const
+<li>QString <a class="el" href="classQextScintillaLexerJavaScript.html#01c7701133de7049c74dbdfd8cf2adb6">description</a> (int style) const
+<li>QColor <a class="el" href="classQextScintillaLexerJavaScript.html#edd2a656bf04564ec7494140d2800698">paper</a> (int style) const
+</ul>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+The <a class="el" href="classQextScintillaLexerJavaScript.html">QextScintillaLexerJavaScript</a> class encapsulates the Scintilla JavaScript lexer.
+<p>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="b399d27be19d5fc6ac6bf5b3c555b079"></a><!-- doxytag: member="QextScintillaLexerJavaScript::QextScintillaLexerJavaScript" ref="b399d27be19d5fc6ac6bf5b3c555b079" args="(QObject *parent=0, const char *name=0)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QextScintillaLexerJavaScript::QextScintillaLexerJavaScript </td>
+ <td>(</td>
+ <td class="paramtype">QObject *&nbsp;</td>
+ <td class="paramname"> <em>parent</em> = <code>0</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const char *&nbsp;</td>
+ <td class="paramname"> <em>name</em> = <code>0</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td width="100%"></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Construct a <a class="el" href="classQextScintillaLexerJavaScript.html">QextScintillaLexerJavaScript</a> with parent <em>parent</em> and name <em>name</em>. <em>parent</em> is typically the <a class="el" href="classQextScintilla.html">QextScintilla</a> instance.
+</div>
+</div><p>
+<a class="anchor" name="911d027f4a41a3d2f02df1e758d87ee5"></a><!-- doxytag: member="QextScintillaLexerJavaScript::~QextScintillaLexerJavaScript" ref="911d027f4a41a3d2f02df1e758d87ee5" args="()" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">virtual QextScintillaLexerJavaScript::~QextScintillaLexerJavaScript </td>
+ <td>(</td>
+ <td class="paramname"> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"><code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Destroys the <a class="el" href="classQextScintillaLexerJavaScript.html">QextScintillaLexerJavaScript</a> instance.
+<p>
+
+</div>
+</div><p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="3cfc5a543947879f3525e5abae1abdb7"></a><!-- doxytag: member="QextScintillaLexerJavaScript::language" ref="3cfc5a543947879f3525e5abae1abdb7" args="() const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">const char* QextScintillaLexerJavaScript::language </td>
+ <td>(</td>
+ <td class="paramname"> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the name of the language.
+<p>
+
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#4cb81dcd6838b1aad041da166186d349">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<a class="anchor" name="0d6f5ae54113d25194bba830674835fe"></a><!-- doxytag: member="QextScintillaLexerJavaScript::color" ref="0d6f5ae54113d25194bba830674835fe" args="(int style) const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QColor QextScintillaLexerJavaScript::color </td>
+ <td>(</td>
+ <td class="paramtype">int&nbsp;</td>
+ <td class="paramname"> <em>style</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the foreground colour of the text for style number <em>style</em>.<p>
+<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classQextScintillaLexerJavaScript.html#edd2a656bf04564ec7494140d2800698">paper()</a> </dd></dl>
+
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#81d2fac7671aaffb7cb0400eed5f4610">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<a class="anchor" name="74ad10f97d43c77c24a4fbe5d7ca5d04"></a><!-- doxytag: member="QextScintillaLexerJavaScript::eolFill" ref="74ad10f97d43c77c24a4fbe5d7ca5d04" args="(int style) const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">bool QextScintillaLexerJavaScript::eolFill </td>
+ <td>(</td>
+ <td class="paramtype">int&nbsp;</td>
+ <td class="paramname"> <em>style</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the end-of-line fill for style number <em>style</em>.
+<p>
+
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#5f425be57976a428603b7c14f198ba76">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<a class="anchor" name="6e1888622ce0ae61936fc0191a536807"></a><!-- doxytag: member="QextScintillaLexerJavaScript::font" ref="6e1888622ce0ae61936fc0191a536807" args="(int style) const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QFont QextScintillaLexerJavaScript::font </td>
+ <td>(</td>
+ <td class="paramtype">int&nbsp;</td>
+ <td class="paramname"> <em>style</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the font for style number <em>style</em>.
+<p>
+
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#c78b287195efa8b2612bb16fbfba8417">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<a class="anchor" name="9bb399d8f06d5b915c81a402e6d35ee5"></a><!-- doxytag: member="QextScintillaLexerJavaScript::keywords" ref="9bb399d8f06d5b915c81a402e6d35ee5" args="(int set) const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">const char* QextScintillaLexerJavaScript::keywords </td>
+ <td>(</td>
+ <td class="paramtype">int&nbsp;</td>
+ <td class="paramname"> <em>set</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the set of keywords for the keyword set <em>set</em> recognised by the lexer as a space separated string.
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#2e15e8d6831c86fbe16841bac3714a17">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<a class="anchor" name="01c7701133de7049c74dbdfd8cf2adb6"></a><!-- doxytag: member="QextScintillaLexerJavaScript::description" ref="01c7701133de7049c74dbdfd8cf2adb6" args="(int style) const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QString QextScintillaLexerJavaScript::description </td>
+ <td>(</td>
+ <td class="paramtype">int&nbsp;</td>
+ <td class="paramname"> <em>style</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the descriptive name for style number <em>style</em>. If the style is invalid for this language then QString::null is returned. This is intended to be used in user preference dialogs.
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#cb720f11c91e4491dc0e44e18bfd0079">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<a class="anchor" name="edd2a656bf04564ec7494140d2800698"></a><!-- doxytag: member="QextScintillaLexerJavaScript::paper" ref="edd2a656bf04564ec7494140d2800698" args="(int style) const " -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QColor QextScintillaLexerJavaScript::paper </td>
+ <td>(</td>
+ <td class="paramtype">int&nbsp;</td>
+ <td class="paramname"> <em>style</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td width="100%"> const<code> [virtual]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns the background colour of the text for style number <em>style</em>.<p>
+<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classQextScintillaLexerJavaScript.html#0d6f5ae54113d25194bba830674835fe">color()</a> </dd></dl>
+
+<p>
+Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#8cadeffdccdae0c0a3e26f6c8f33f3ee">QextScintillaLexerCPP</a>.
+</div>
+</div><p>
+<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 30 09:32:31 2006 for QScintilla by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
+</body>
+</html>