From a69b55c674b0528c00598bea54b7a661f4e49f27 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 7 Oct 2021 15:17:57 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- doc/en/classQextScintillaLexerJava.html | 138 ++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 doc/en/classQextScintillaLexerJava.html (limited to 'doc/en/classQextScintillaLexerJava.html') diff --git a/doc/en/classQextScintillaLexerJava.html b/doc/en/classQextScintillaLexerJava.html new file mode 100644 index 0000000..7be015d --- /dev/null +++ b/doc/en/classQextScintillaLexerJava.html @@ -0,0 +1,138 @@ + + +TQScintilla: QextScintillaLexerJava Class Reference + + + + + + +

QextScintillaLexerJava Class Reference

The QextScintillaLexerJava class encapsulates the Scintilla Java lexer. +More... +

+#include <qextscintillalexerjava.h> +

+Inherits QextScintillaLexerCPP. +

+List of all members.

Public Member Functions

+ +

Detailed Description

+The QextScintillaLexerJava class encapsulates the Scintilla Java lexer. +

+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
QextScintillaLexerJava::QextScintillaLexerJava (TQObject *  parent = 0,
const char *  name = 0 
)
+
+
+ +

+Construct a QextScintillaLexerJava with parent parent and name name. parent is typically the QextScintilla instance. +

+

+ +

+
+ + + + + + + + +
virtual QextScintillaLexerJava::~QextScintillaLexerJava (  )  [virtual]
+
+
+ +

+Destroys the QextScintillaLexerJava instance. +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
const char* QextScintillaLexerJava::language (  )  const [virtual]
+
+
+ +

+Returns the name of the language. +

+ +

+Reimplemented from QextScintillaLexerCPP. +

+

+ +

+
+ + + + + + + + + +
const char* QextScintillaLexerJava::keywords (int  set  )  const [virtual]
+
+
+ +

+Returns the set of keywords for the keyword set set recognised by the lexer as a space separated string. +

+Reimplemented from QextScintillaLexerCPP. +

+

+


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