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.
262 lines
12 KiB
262 lines
12 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: QextScintillaLexerCSharp 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 Page</span></a></li>
|
|
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
</ul></div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="annotated.html"><span>Class List</span></a></li>
|
|
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class Members</span></a></li>
|
|
</ul></div>
|
|
<h1>QextScintillaLexerCSharp Class Reference</h1><!-- doxytag: class="QextScintillaLexerCSharp" --><!-- doxytag: inherits="QextScintillaLexerCPP" -->The <a class="el" href="classQextScintillaLexerCSharp.html">QextScintillaLexerCSharp</a> class encapsulates the Scintilla C# lexer.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <qextscintillalexercsharp.h></code>
|
|
<p>
|
|
Inherits <a class="el" href="classQextScintillaLexerCPP.html">QextScintillaLexerCPP</a>.
|
|
<p>
|
|
<a href="classQextScintillaLexerCSharp-members.html">List of all members.</a><h2>Public Member Functions</h2>
|
|
<ul>
|
|
<li><a class="el" href="classQextScintillaLexerCSharp.html#bc7e413d90c75a50b801060bd4dc82a4">QextScintillaLexerCSharp</a> (TQObject *parent=0, const char *name=0)
|
|
<li>virtual <a class="el" href="classQextScintillaLexerCSharp.html#59badf1a786aa2f2cec4206446bea91f">~QextScintillaLexerCSharp</a> ()
|
|
<li>const char * <a class="el" href="classQextScintillaLexerCSharp.html#2297bcad4064ab481ef869772e518419">language</a> () const
|
|
<li>TQColor <a class="el" href="classQextScintillaLexerCSharp.html#db0be111bbbcb49ea20f3ec424104551">color</a> (int style) const
|
|
<li>bool <a class="el" href="classQextScintillaLexerCSharp.html#3b11e1f85a47f3caf09a25a0b5db4580">eolFill</a> (int style) const
|
|
<li>TQFont <a class="el" href="classQextScintillaLexerCSharp.html#42d3dee10cd3efc54a3c583e26defad8">font</a> (int style) const
|
|
<li>const char * <a class="el" href="classQextScintillaLexerCSharp.html#f21fc95103fa7ddcd3fc00e9ca24b4f2">keywords</a> (int set) const
|
|
<li>TQString <a class="el" href="classQextScintillaLexerCSharp.html#4709aacad69084b713a086c7039a5042">description</a> (int style) const
|
|
<li>TQColor <a class="el" href="classQextScintillaLexerCSharp.html#b92dae3e9d5fe9988c5e9f8439ad17a0">paper</a> (int style) const
|
|
</ul>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
The <a class="el" href="classQextScintillaLexerCSharp.html">QextScintillaLexerCSharp</a> class encapsulates the Scintilla C# lexer.
|
|
<p>
|
|
<hr><h2>Constructor & Destructor Documentation</h2>
|
|
<a class="anchor" name="bc7e413d90c75a50b801060bd4dc82a4"></a><!-- doxytag: member="QextScintillaLexerCSharp::QextScintillaLexerCSharp" ref="bc7e413d90c75a50b801060bd4dc82a4" args="(TQObject *parent=0, const char *name=0)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">QextScintillaLexerCSharp::QextScintillaLexerCSharp </td>
|
|
<td>(</td>
|
|
<td class="paramtype">TQObject * </td>
|
|
<td class="paramname"> <em>parent</em> = <code>0</code>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const char * </td>
|
|
<td class="paramname"> <em>name</em> = <code>0</code></td><td> </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="classQextScintillaLexerCSharp.html">QextScintillaLexerCSharp</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="59badf1a786aa2f2cec4206446bea91f"></a><!-- doxytag: member="QextScintillaLexerCSharp::~QextScintillaLexerCSharp" ref="59badf1a786aa2f2cec4206446bea91f" args="()" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual QextScintillaLexerCSharp::~QextScintillaLexerCSharp </td>
|
|
<td>(</td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td width="100%"><code> [virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Destroys the <a class="el" href="classQextScintillaLexerCSharp.html">QextScintillaLexerCSharp</a> instance.
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr><h2>Member Function Documentation</h2>
|
|
<a class="anchor" name="2297bcad4064ab481ef869772e518419"></a><!-- doxytag: member="QextScintillaLexerCSharp::language" ref="2297bcad4064ab481ef869772e518419" args="() const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">const char* QextScintillaLexerCSharp::language </td>
|
|
<td>(</td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </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="db0be111bbbcb49ea20f3ec424104551"></a><!-- doxytag: member="QextScintillaLexerCSharp::color" ref="db0be111bbbcb49ea20f3ec424104551" args="(int style) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">TQColor QextScintillaLexerCSharp::color </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>style</em> </td>
|
|
<td> ) </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="classQextScintillaLexerCSharp.html#b92dae3e9d5fe9988c5e9f8439ad17a0">paper()</a> </dd></dl>
|
|
|
|
<p>
|
|
Reimplemented from <a class="el" href="classQextScintillaLexerCPP.html#81d2fac7671aaffb7cb0400eed5f4610">QextScintillaLexerCPP</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="3b11e1f85a47f3caf09a25a0b5db4580"></a><!-- doxytag: member="QextScintillaLexerCSharp::eolFill" ref="3b11e1f85a47f3caf09a25a0b5db4580" args="(int style) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool QextScintillaLexerCSharp::eolFill </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>style</em> </td>
|
|
<td> ) </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="42d3dee10cd3efc54a3c583e26defad8"></a><!-- doxytag: member="QextScintillaLexerCSharp::font" ref="42d3dee10cd3efc54a3c583e26defad8" args="(int style) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">TQFont QextScintillaLexerCSharp::font </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>style</em> </td>
|
|
<td> ) </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="f21fc95103fa7ddcd3fc00e9ca24b4f2"></a><!-- doxytag: member="QextScintillaLexerCSharp::keywords" ref="f21fc95103fa7ddcd3fc00e9ca24b4f2" args="(int set) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">const char* QextScintillaLexerCSharp::keywords </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>set</em> </td>
|
|
<td> ) </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="4709aacad69084b713a086c7039a5042"></a><!-- doxytag: member="QextScintillaLexerCSharp::description" ref="4709aacad69084b713a086c7039a5042" args="(int style) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">TQString QextScintillaLexerCSharp::description </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>style</em> </td>
|
|
<td> ) </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 TQString() 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="b92dae3e9d5fe9988c5e9f8439ad17a0"></a><!-- doxytag: member="QextScintillaLexerCSharp::paper" ref="b92dae3e9d5fe9988c5e9f8439ad17a0" args="(int style) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">TQColor QextScintillaLexerCSharp::paper </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>style</em> </td>
|
|
<td> ) </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="classQextScintillaLexerCSharp.html#db0be111bbbcb49ea20f3ec424104551">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 TQScintilla by
|
|
<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>
|