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/classTQextScintillaLexerPython-members.html | 97 ++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 doc/en/classTQextScintillaLexerPython-members.html (limited to 'doc/en/classTQextScintillaLexerPython-members.html') diff --git a/doc/en/classTQextScintillaLexerPython-members.html b/doc/en/classTQextScintillaLexerPython-members.html new file mode 100644 index 0000000..70e1cbf --- /dev/null +++ b/doc/en/classTQextScintillaLexerPython-members.html @@ -0,0 +1,97 @@ + + +TQScintilla: Member List + + + + + + +

TQextScintillaLexerPython Member List

This is the complete list of members for TQextScintillaLexerPython, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
autoCompletionFillups() const (defined in TQextScintillaLexer)TQextScintillaLexer [virtual]
autoCompletionStartCharacters() const (defined in TQextScintillaLexerPython)TQextScintillaLexerPython [virtual]
autoIndentStyle()TQextScintillaLexer
blockEnd(int *style=0) const (defined in TQextScintillaLexer)TQextScintillaLexer [virtual]
blockLookback() const (defined in TQextScintillaLexerPython)TQextScintillaLexerPython [virtual]
blockStart(int *style=0) const (defined in TQextScintillaLexerPython)TQextScintillaLexerPython [virtual]
blockStartKeyword(int *style=0) const (defined in TQextScintillaLexer)TQextScintillaLexer [virtual]
braceStyle() const (defined in TQextScintillaLexerPython)TQextScintillaLexerPython [virtual]
ClassName enum valueTQextScintillaLexerPython
color(int style) const TQextScintillaLexerPython [virtual]
colorChanged(const TQColor &c, int style)TQextScintillaLexer [signal]
Comment enum valueTQextScintillaLexerPython
CommentBlock enum valueTQextScintillaLexerPython
Decorator enum valueTQextScintillaLexerPython
Default enum valueTQextScintillaLexerPython
defaultColor() const TQextScintillaLexer [virtual]
defaultFont() const TQextScintillaLexer [virtual]
defaultPaper() const TQextScintillaLexer [virtual]
defaultStyle() const (defined in TQextScintillaLexer)TQextScintillaLexer [virtual]
description(int style) const TQextScintillaLexerPython [virtual]
DoubleQuotedString enum valueTQextScintillaLexerPython
eolFill(int style) const TQextScintillaLexerPython [virtual]
eolFillChanged(bool eoffilled, int style)TQextScintillaLexer [signal]
foldComments() const TQextScintillaLexerPython
foldQuotes() const TQextScintillaLexerPython
font(int style) const TQextScintillaLexerPython [virtual]
fontChanged(const TQFont &f, int style)TQextScintillaLexer [signal]
FunctionMethodName enum valueTQextScintillaLexerPython
HighlightedIdentifier enum valueTQextScintillaLexerPython
Identifier enum valueTQextScintillaLexerPython
Inconsistent enum valueTQextScintillaLexerPython
indentationWarning() const TQextScintillaLexerPython
IndentationWarning enum nameTQextScintillaLexerPython
Keyword enum valueTQextScintillaLexerPython
keywords(int set) const TQextScintillaLexerPython [virtual]
language() const TQextScintillaLexerPython [virtual]
lexer() const TQextScintillaLexerPython [virtual]
NoWarning enum valueTQextScintillaLexerPython
Number enum valueTQextScintillaLexerPython
Operator enum valueTQextScintillaLexerPython
paper(int style) const TQextScintillaLexerPython [virtual]
paperChanged(const TQColor &c, int style)TQextScintillaLexer [signal]
propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal]
TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer
TQextScintillaLexerPython(TQObject *parent=0, const char *name=0)TQextScintillaLexerPython
readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerPython [protected, virtual]
readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer
refreshProperties()TQextScintillaLexerPython [virtual]
setAutoIndentStyle(int autoindentstyle)TQextScintillaLexer [virtual, slot]
setColor(const TQColor &c, int style=-1)TQextScintillaLexer [virtual, slot]
setDefaultColor(const TQColor &c)TQextScintillaLexer [virtual, slot]
setDefaultFont(const TQFont &f)TQextScintillaLexer [virtual, slot]
setDefaultPaper(const TQColor &c)TQextScintillaLexer [virtual, slot]
setEolFill(bool eoffill, int style=-1)TQextScintillaLexer [virtual, slot]
setFoldComments(bool fold)TQextScintillaLexerPython [virtual, slot]
setFoldQuotes(bool fold)TQextScintillaLexerPython [virtual, slot]
setFont(const TQFont &f, int style=-1)TQextScintillaLexer [virtual, slot]
setIndentationWarning(IndentationWarning warn)TQextScintillaLexerPython [virtual, slot]
setPaper(const TQColor &c, int style=-1)TQextScintillaLexer [virtual, slot]
SingleQuotedString enum valueTQextScintillaLexerPython
Spaces enum valueTQextScintillaLexerPython
Tabs enum valueTQextScintillaLexerPython
TabsAfterSpaces enum valueTQextScintillaLexerPython
TripleDoubleQuotedString enum valueTQextScintillaLexerPython
TripleSingleQuotedString enum valueTQextScintillaLexerPython
UnclosedString enum valueTQextScintillaLexerPython
WhiteSpace enum valueTQextScintillaLexerPython
wordCharacters() const (defined in TQextScintillaLexer)TQextScintillaLexer [virtual]
writeProperties(TQSettings &qs, const TQString &prefix) const TQextScintillaLexerPython [protected, virtual]
writeSettings(TQSettings &qs, const char *prefix="/Scintilla") const TQextScintillaLexer
~TQextScintillaLexer()TQextScintillaLexer [virtual]
~TQextScintillaLexerPython()TQextScintillaLexerPython [virtual]


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