You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqscintilla/doc/en/classQextScintillaLexerJava...

139 lines
6.1 KiB

<!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>TQScintilla: QextScintillaLexerJava 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>QextScintillaLexerJava Class Reference</h1><!-- doxytag: class="QextScintillaLexerJava" --><!-- doxytag: inherits="QextScintillaLexerCPP" -->The <a class="el" href="classQextScintillaLexerJava.html">QextScintillaLexerJava</a> class encapsulates the Scintilla Java lexer.
<a href="#_details">More...</a>
<p>
<code>#include &lt;qextscintillalexerjava.h&gt;</code>
<p>
Inherits <a class="el" href="classQextScintillaLexerCPP.html">QextScintillaLexerCPP</a>.
<p>
<a href="classQextScintillaLexerJava-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="classQextScintillaLexerJava.html#64986f30edfe91a663809f184a423111">QextScintillaLexerJava</a> (TQObject *parent=0, const char *name=0)
<li>virtual <a class="el" href="classQextScintillaLexerJava.html#32d0b0f5766293ecc3275ea97638db33">~QextScintillaLexerJava</a> ()
<li>const char * <a class="el" href="classQextScintillaLexerJava.html#c3e2fec409d4eab37271892668064fd1">language</a> () const
<li>const char * <a class="el" href="classQextScintillaLexerJava.html#8021e35de49b51d150150996492b3472">keywords</a> (int set) const
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The <a class="el" href="classQextScintillaLexerJava.html">QextScintillaLexerJava</a> class encapsulates the Scintilla Java lexer.
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="64986f30edfe91a663809f184a423111"></a><!-- doxytag: member="QextScintillaLexerJava::QextScintillaLexerJava" ref="64986f30edfe91a663809f184a423111" args="(TQObject *parent=0, const char *name=0)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">QextScintillaLexerJava::QextScintillaLexerJava </td>
<td>(</td>
<td class="paramtype">TQObject *&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="classQextScintillaLexerJava.html">QextScintillaLexerJava</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="32d0b0f5766293ecc3275ea97638db33"></a><!-- doxytag: member="QextScintillaLexerJava::~QextScintillaLexerJava" ref="32d0b0f5766293ecc3275ea97638db33" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual QextScintillaLexerJava::~QextScintillaLexerJava </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="classQextScintillaLexerJava.html">QextScintillaLexerJava</a> instance.
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="c3e2fec409d4eab37271892668064fd1"></a><!-- doxytag: member="QextScintillaLexerJava::language" ref="c3e2fec409d4eab37271892668064fd1" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* QextScintillaLexerJava::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="8021e35de49b51d150150996492b3472"></a><!-- doxytag: member="QextScintillaLexerJava::keywords" ref="8021e35de49b51d150150996492b3472" args="(int set) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* QextScintillaLexerJava::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>
<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 30 09:32:31 2006 for TQScintilla 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>