diff options
Diffstat (limited to 'doc/html/classQextScintillaAPIs.html')
-rw-r--r-- | doc/html/classQextScintillaAPIs.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/classQextScintillaAPIs.html b/doc/html/classQextScintillaAPIs.html index 9efdffc..fd2a012 100644 --- a/doc/html/classQextScintillaAPIs.html +++ b/doc/html/classQextScintillaAPIs.html @@ -1,6 +1,6 @@ <!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: QextScintillaAPIs Class Reference</title> +<title>TQScintilla: QextScintillaAPIs Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> @@ -26,15 +26,15 @@ <ul> <li><a class="el" href="classQextScintillaAPIs.html#37e89c8f886f627bfffe8c7497c687b4">QextScintillaAPIs</a> () <li><a class="el" href="classQextScintillaAPIs.html#25c4b5eec176538900c3fb0028e47a80">~QextScintillaAPIs</a> () -<li>void <a class="el" href="classQextScintillaAPIs.html#b443486e48c91ae4878a21d30b242d73">add</a> (const QString &entry) -<li>bool <a class="el" href="classQextScintillaAPIs.html#5d424a6c31b3f91739977a99103c3415">load</a> (const QString &fname) +<li>void <a class="el" href="classQextScintillaAPIs.html#b443486e48c91ae4878a21d30b242d73">add</a> (const TQString &entry) +<li>bool <a class="el" href="classQextScintillaAPIs.html#5d424a6c31b3f91739977a99103c3415">load</a> (const TQString &fname) <li>void <a class="el" href="classQextScintillaAPIs.html#f316a9a0e9d1bde57916c09fbd362918">clear</a> () </ul> <hr><a name="_details"></a><h2>Detailed Description</h2> The <a class="el" href="classQextScintillaAPIs.html">QextScintillaAPIs</a> class represents the textual API information used in call tips and for auto-completion. <p> API information is read from one or more files. Each API function is described by a single line of text comprising the function's name, followed by the function's optional comma separated parameters enclosed in parenthesis, and finally followed by optional explanatory text.<p> -A function name may be followed by a `?' and a number. The number is used by auto-completion to display a registered QPixmap with the function name.<p> +A function name may be followed by a `?' and a number. The number is used by auto-completion to display a registered TQPixmap with the function name.<p> All function names are used by auto-completion, but only those that include function parameters are used in call tips. <p> <hr><h2>Constructor & Destructor Documentation</h2> @@ -81,14 +81,14 @@ Destroys the <a class="el" href="classQextScintillaAPIs.html">QextScintillaAPIs< </div> </div><p> <hr><h2>Member Function Documentation</h2> -<a class="anchor" name="b443486e48c91ae4878a21d30b242d73"></a><!-- doxytag: member="QextScintillaAPIs::add" ref="b443486e48c91ae4878a21d30b242d73" args="(const QString &entry)" --> +<a class="anchor" name="b443486e48c91ae4878a21d30b242d73"></a><!-- doxytag: member="QextScintillaAPIs::add" ref="b443486e48c91ae4878a21d30b242d73" args="(const TQString &entry)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void QextScintillaAPIs::add </td> <td>(</td> - <td class="paramtype">const QString & </td> + <td class="paramtype">const TQString & </td> <td class="paramname"> <em>entry</em> </td> <td> ) </td> <td width="100%"></td> @@ -103,14 +103,14 @@ Add the single API entry <em>entry</em> to the current set. </div> </div><p> -<a class="anchor" name="5d424a6c31b3f91739977a99103c3415"></a><!-- doxytag: member="QextScintillaAPIs::load" ref="5d424a6c31b3f91739977a99103c3415" args="(const QString &fname)" --> +<a class="anchor" name="5d424a6c31b3f91739977a99103c3415"></a><!-- doxytag: member="QextScintillaAPIs::load" ref="5d424a6c31b3f91739977a99103c3415" args="(const TQString &fname)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QextScintillaAPIs::load </td> <td>(</td> - <td class="paramtype">const QString & </td> + <td class="paramtype">const TQString & </td> <td class="paramname"> <em>fname</em> </td> <td> ) </td> <td width="100%"></td> @@ -144,7 +144,7 @@ Deletes all API information. </div> </div><p> -<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 30 09:32:31 2006 for QScintilla by +<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> |