<!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: QextScintillaLexerIDL 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 > QextScintillaLexerIDL Class Reference< / h1 > <!-- doxytag: class="QextScintillaLexerIDL" --> <!-- doxytag: inherits="QextScintillaLexerCPP" --> The < a class = "el" href = "classQextScintillaLexerIDL.html" > QextScintillaLexerIDL< / a > class encapsulates the Scintilla IDL lexer.
< a href = "#_details" > More...< / a >
< p >
< code > #include < qextscintillalexeridl.h> < / code >
< p >
Inherits < a class = "el" href = "classQextScintillaLexerCPP.html" > QextScintillaLexerCPP< / a > .
< p >
< a href = "classQextScintillaLexerIDL-members.html" > List of all members.< / a > < h2 > Public Member Functions< / h2 >
< ul >
< li > < a class = "el" href = "classQextScintillaLexerIDL.html#0ae4e3ba2aa88b01141ca9a325c03c1b" > QextScintillaLexerIDL< / a > (TQObject *parent=0, const char *name=0)
< li > virtual < a class = "el" href = "classQextScintillaLexerIDL.html#dede1f597bce7ac4c19d140897a38ce1" > ~QextScintillaLexerIDL< / a > ()
< li > const char * < a class = "el" href = "classQextScintillaLexerIDL.html#e3f195e87f6459cbaa2772736c588e4f" > language< / a > () const
< li > TQColor < a class = "el" href = "classQextScintillaLexerIDL.html#ba47acd3bb2f4f29921683d6ca0e1463" > color< / a > (int style) const
< li > const char * < a class = "el" href = "classQextScintillaLexerIDL.html#5a14b1eff857fa464ebabb186af63804" > keywords< / a > (int set) const
< li > TQString < a class = "el" href = "classQextScintillaLexerIDL.html#30e36f23bd7d56ec59b0b6352c484eba" > description< / a > (int style) const
< / ul >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
The < a class = "el" href = "classQextScintillaLexerIDL.html" > QextScintillaLexerIDL< / a > class encapsulates the Scintilla IDL lexer.
< p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "0ae4e3ba2aa88b01141ca9a325c03c1b" > < / a > <!-- doxytag: member="QextScintillaLexerIDL::QextScintillaLexerIDL" ref="0ae4e3ba2aa88b01141ca9a325c03c1b" args="(TQObject *parent=0, const char *name=0)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > QextScintillaLexerIDL::QextScintillaLexerIDL < / 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 = "classQextScintillaLexerIDL.html" > QextScintillaLexerIDL< / 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 = "dede1f597bce7ac4c19d140897a38ce1" > < / a > <!-- doxytag: member="QextScintillaLexerIDL::~QextScintillaLexerIDL" ref="dede1f597bce7ac4c19d140897a38ce1" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual QextScintillaLexerIDL::~QextScintillaLexerIDL < / 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 = "classQextScintillaLexerIDL.html" > QextScintillaLexerIDL< / a > instance.
< p >
< / div >
< / div > < p >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "e3f195e87f6459cbaa2772736c588e4f" > < / a > <!-- doxytag: member="QextScintillaLexerIDL::language" ref="e3f195e87f6459cbaa2772736c588e4f" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* QextScintillaLexerIDL::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 = "ba47acd3bb2f4f29921683d6ca0e1463" > < / a > <!-- doxytag: member="QextScintillaLexerIDL::color" ref="ba47acd3bb2f4f29921683d6ca0e1463" args="(int style) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TQColor QextScintillaLexerIDL::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 = "classQextScintillaLexerCPP.html#8cadeffdccdae0c0a3e26f6c8f33f3ee" > paper()< / a > < / dd > < / dl >
< p >
Reimplemented from < a class = "el" href = "classQextScintillaLexerCPP.html#81d2fac7671aaffb7cb0400eed5f4610" > QextScintillaLexerCPP< / a > .
< / div >
< / div > < p >
< a class = "anchor" name = "5a14b1eff857fa464ebabb186af63804" > < / a > <!-- doxytag: member="QextScintillaLexerIDL::keywords" ref="5a14b1eff857fa464ebabb186af63804" args="(int set) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* QextScintillaLexerIDL::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 = "30e36f23bd7d56ec59b0b6352c484eba" > < / a > <!-- doxytag: member="QextScintillaLexerIDL::description" ref="30e36f23bd7d56ec59b0b6352c484eba" args="(int style) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TQString QextScintillaLexerIDL::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 >
< 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 >