From 347f0b28701932eba7eb063d9093e446b81debae Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 9 Dec 2021 01:40:38 +0100 Subject: Rename Qt => TQt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/en/classTQextScintillaAPIs.html | 151 ++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 doc/en/classTQextScintillaAPIs.html (limited to 'doc/en/classTQextScintillaAPIs.html') diff --git a/doc/en/classTQextScintillaAPIs.html b/doc/en/classTQextScintillaAPIs.html new file mode 100644 index 0000000..e3e6974 --- /dev/null +++ b/doc/en/classTQextScintillaAPIs.html @@ -0,0 +1,151 @@ + + +TQScintilla: TQextScintillaAPIs Class Reference + + + + + + +

TQextScintillaAPIs Class Reference

The TQextScintillaAPIs class represents the textual API information used in call tips and for auto-completion. +More... +

+#include <tqextscintillaapis.h> +

+List of all members.

Public Member Functions

+ +

Detailed Description

+The TQextScintillaAPIs class represents the textual API information used in call tips and for auto-completion. +

+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.

+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.

+All function names are used by auto-completion, but only those that include function parameters are used in call tips. +

+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
TQextScintillaAPIs::TQextScintillaAPIs (  ) 
+
+
+ +

+Constructs a TQextScintillaAPIs instance. +

+ +

+

+ +

+
+ + + + + + + + +
TQextScintillaAPIs::~TQextScintillaAPIs (  ) 
+
+
+ +

+Destroys the TQextScintillaAPIs instance. +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + + +
void TQextScintillaAPIs::add (const TQString &  entry  ) 
+
+
+ +

+Add the single API entry entry to the current set. +

+ +

+

+ +

+
+ + + + + + + + + +
bool TQextScintillaAPIs::load (const TQString &  fname  ) 
+
+
+ +

+Load the API information from the file named fname, adding it to the current set. Returns TRUE if successful, otherwise FALSE. +

+

+ +

+
+ + + + + + + + +
void TQextScintillaAPIs::clear (  ) 
+
+
+ +

+Deletes all API information. +

+ +

+

+


Generated on Thu Nov 30 09:32:31 2006 for TQScintilla by  + +doxygen 1.4.7
+ + -- cgit v1.2.3