Qtc.Qsci.QsciLexerTCL

Contents

Documentation

class QqsciLexerTCLTrUtf8 x1 where #

Methods

qsciLexerTCLTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerTCLTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerTCL

Methods

qsciLexerTCLTrUtf8 :: String -> IO String #

QqsciLexerTCLTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerTCL

Methods

qsciLexerTCLTrUtf8 :: (String, String) -> IO String #

QqsciLexerTCLTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerTCL

Methods

qsciLexerTCLTrUtf8 :: (String, String, Int) -> IO String #

class QqsciLexerTCL x1 where #

Methods

qsciLexerTCL :: x1 -> IO (QsciLexerTCL ()) #

Instances
QqsciLexerTCL () # 
Instance details

Defined in Qtc.Qsci.QsciLexerTCL

Methods

qsciLexerTCL :: () -> IO (QsciLexerTCL ()) #

QqsciLexerTCL (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerTCL

Methods

qsciLexerTCL :: QObject t1 -> IO (QsciLexerTCL ()) #

Orphan instances

QwordCharacters (QsciLexerTCL ()) () # 
Instance details

Methods

wordCharacters :: QsciLexerTCL () -> () -> IO String #

QwordCharacters (QsciLexerTCLSc a) () # 
Instance details

Methods

wordCharacters :: QsciLexerTCLSc a -> () -> IO String #

QstyleBitsNeeded (QsciLexerTCL ()) () # 
Instance details

Methods

styleBitsNeeded :: QsciLexerTCL () -> () -> IO Int #

QstyleBitsNeeded (QsciLexerTCLSc a) () # 
Instance details

Methods

styleBitsNeeded :: QsciLexerTCLSc a -> () -> IO Int #

QsetFoldComments (QsciLexerTCL a) Bool # 
Instance details

Methods

setFoldComments :: QsciLexerTCL a -> Bool -> IO () #

QsetEolFill (QsciLexerTCL ()) Bool # 
Instance details

Methods

setEolFill :: QsciLexerTCL () -> Bool -> IO () #

QsetEolFill (QsciLexerTCLSc a) Bool # 
Instance details

Methods

setEolFill :: QsciLexerTCLSc a -> Bool -> IO () #

QsetAutoIndentStyle (QsciLexerTCL ()) Int # 
Instance details

Methods

setAutoIndentStyle :: QsciLexerTCL () -> Int -> IO () #

QsetAutoIndentStyle (QsciLexerTCLSc a) Int # 
Instance details

Methods

setAutoIndentStyle :: QsciLexerTCLSc a -> Int -> IO () #

QrefreshProperties (QsciLexerTCL ()) () # 
Instance details

Methods

refreshProperties :: QsciLexerTCL () -> () -> IO () #

QrefreshProperties (QsciLexerTCLSc a) () # 
Instance details

Methods

refreshProperties :: QsciLexerTCLSc a -> () -> IO () #

Qpaper (QsciLexerTCL ()) Int # 
Instance details

Methods

paper :: QsciLexerTCL () -> Int -> IO (QColor ()) #

Qpaper (QsciLexerTCLSc a) Int # 
Instance details

Methods

paper :: QsciLexerTCLSc a -> Int -> IO (QColor ()) #

QlexerId (QsciLexerTCL ()) () # 
Instance details

Methods

lexerId :: QsciLexerTCL () -> () -> IO Int #

QlexerId (QsciLexerTCLSc a) () # 
Instance details

Methods

lexerId :: QsciLexerTCLSc a -> () -> IO Int #

Qkeywords (QsciLexerTCL ()) Int # 
Instance details

Methods

keywords :: QsciLexerTCL () -> Int -> IO String #

Qkeywords (QsciLexerTCLSc a) Int # 
Instance details

Methods

keywords :: QsciLexerTCLSc a -> Int -> IO String #

QindentationGuideView (QsciLexerTCL ()) () # 
Instance details

Methods

indentationGuideView :: QsciLexerTCL () -> () -> IO Int #

QindentationGuideView (QsciLexerTCLSc a) () # 
Instance details

Methods

indentationGuideView :: QsciLexerTCLSc a -> () -> IO Int #

QfoldComments (QsciLexerTCL a) () # 
Instance details

Methods

foldComments :: QsciLexerTCL a -> () -> IO Bool #

QeolFill (QsciLexerTCL ()) Int # 
Instance details

Methods

eolFill :: QsciLexerTCL () -> Int -> IO Bool #

QeolFill (QsciLexerTCLSc a) Int # 
Instance details

Methods

eolFill :: QsciLexerTCLSc a -> Int -> IO Bool #

QdefaultStyle (QsciLexerTCL ()) () # 
Instance details

Methods

defaultStyle :: QsciLexerTCL () -> () -> IO Int #

QdefaultStyle (QsciLexerTCLSc a) () # 
Instance details

Methods

defaultStyle :: QsciLexerTCLSc a -> () -> IO Int #

QdefaultPaper (QsciLexerTCL ()) Int # 
Instance details

Methods

defaultPaper :: QsciLexerTCL () -> Int -> IO (QColor ()) #

QdefaultPaper (QsciLexerTCLSc a) Int # 
Instance details

Methods

defaultPaper :: QsciLexerTCLSc a -> Int -> IO (QColor ()) #

QdefaultEolFill (QsciLexerTCL ()) Int # 
Instance details

Methods

defaultEolFill :: QsciLexerTCL () -> Int -> IO Bool #

QdefaultEolFill (QsciLexerTCLSc a) Int # 
Instance details

Methods

defaultEolFill :: QsciLexerTCLSc a -> Int -> IO Bool #

QdefaultColor (QsciLexerTCL ()) Int # 
Instance details

Methods

defaultColor :: QsciLexerTCL () -> Int -> IO (QColor ()) #

QdefaultColor (QsciLexerTCLSc a) Int # 
Instance details

Methods

defaultColor :: QsciLexerTCLSc a -> Int -> IO (QColor ()) #

QcaseSensitive (QsciLexerTCL ()) () # 
Instance details

Methods

caseSensitive :: QsciLexerTCL () -> () -> IO Bool #

QcaseSensitive (QsciLexerTCLSc a) () # 
Instance details

Methods

caseSensitive :: QsciLexerTCLSc a -> () -> IO Bool #

QbraceStyle (QsciLexerTCL ()) () # 
Instance details

Methods

braceStyle :: QsciLexerTCL () -> () -> IO Int #

QbraceStyle (QsciLexerTCLSc a) () # 
Instance details

Methods

braceStyle :: QsciLexerTCLSc a -> () -> IO Int #

QblockStartKeyword (QsciLexerTCL ()) () # 
Instance details

Methods

blockStartKeyword :: QsciLexerTCL () -> () -> IO String #

QblockStartKeyword (QsciLexerTCLSc a) () # 
Instance details

Methods

blockStartKeyword :: QsciLexerTCLSc a -> () -> IO String #

QblockStart (QsciLexerTCL ()) () # 
Instance details

Methods

blockStart :: QsciLexerTCL () -> () -> IO String #

QblockStart (QsciLexerTCLSc a) () # 
Instance details

Methods

blockStart :: QsciLexerTCLSc a -> () -> IO String #

QblockLookback (QsciLexerTCL ()) () # 
Instance details

Methods

blockLookback :: QsciLexerTCL () -> () -> IO Int #

QblockLookback (QsciLexerTCLSc a) () # 
Instance details

Methods

blockLookback :: QsciLexerTCLSc a -> () -> IO Int #

QblockEnd (QsciLexerTCL ()) () # 
Instance details

Methods

blockEnd :: QsciLexerTCL () -> () -> IO String #

QblockEnd (QsciLexerTCLSc a) () # 
Instance details

Methods

blockEnd :: QsciLexerTCLSc a -> () -> IO String #

QautoCompletionWordSeparators (QsciLexerTCL ()) () # 
Instance details

Methods

autoCompletionWordSeparators :: QsciLexerTCL () -> () -> IO [String] #

QautoCompletionWordSeparators (QsciLexerTCLSc a) () # 
Instance details

Methods

autoCompletionWordSeparators :: QsciLexerTCLSc a -> () -> IO [String] #

QautoCompletionFillups (QsciLexerTCL ()) () # 
Instance details

Methods

autoCompletionFillups :: QsciLexerTCL () -> () -> IO String #

QautoCompletionFillups (QsciLexerTCLSc a) () # 
Instance details

Methods

autoCompletionFillups :: QsciLexerTCLSc a -> () -> IO String #

QsenderSignalIndex (QsciLexerTCL ()) () # 
Instance details

Methods

senderSignalIndex :: QsciLexerTCL () -> () -> IO Int #

QsenderSignalIndex (QsciLexerTCLSc a) () # 
Instance details

Methods

senderSignalIndex :: QsciLexerTCLSc a -> () -> IO Int #

Qsender (QsciLexerTCL ()) () # 
Instance details

Methods

sender :: QsciLexerTCL () -> () -> IO (QObject ()) #

Qsender (QsciLexerTCLSc a) () # 
Instance details

Methods

sender :: QsciLexerTCLSc a -> () -> IO (QObject ()) #

Qreceivers (QsciLexerTCL ()) String # 
Instance details

Methods

receivers :: QsciLexerTCL () -> String -> IO Int #

Qreceivers (QsciLexerTCLSc a) String # 
Instance details

Methods

receivers :: QsciLexerTCLSc a -> String -> IO Int #

Qfont (QsciLexerTCL ()) Int # 
Instance details

Methods

font :: QsciLexerTCL () -> Int -> IO (QFont ()) #

Qfont (QsciLexerTCLSc a) Int # 
Instance details

Methods

font :: QsciLexerTCLSc a -> Int -> IO (QFont ()) #

Qdescription (QsciLexerTCL ()) Int # 
Instance details

Methods

description :: QsciLexerTCL () -> Int -> IO String #

Qdescription (QsciLexerTCLSc a) Int # 
Instance details

Methods

description :: QsciLexerTCLSc a -> Int -> IO String #

QdefaultFont (QsciLexerTCL ()) Int # 
Instance details

Methods

defaultFont :: QsciLexerTCL () -> Int -> IO (QFont ()) #

QdefaultFont (QsciLexerTCLSc a) Int # 
Instance details

Methods

defaultFont :: QsciLexerTCLSc a -> Int -> IO (QFont ()) #

Qlexer (QsciLexerTCL ()) () (IO String) # 
Instance details

Methods

lexer :: QsciLexerTCL () -> () -> IO String #

Qlexer (QsciLexerTCLSc a) () (IO String) # 
Instance details

Methods

lexer :: QsciLexerTCLSc a -> () -> IO String #

Qproperty (QsciLexerTCL ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QsciLexerTCL () -> String -> IO (QVariant ()) #

Qproperty (QsciLexerTCLSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QsciLexerTCLSc a -> String -> IO (QVariant ()) #

Qparent (QsciLexerTCL ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QsciLexerTCL () -> () -> IO (QObject ()) #

Qparent (QsciLexerTCLSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QsciLexerTCLSc a -> () -> IO (QObject ()) #

Qlanguage (QsciLexerTCL ()) () (IO String) # 
Instance details

Methods

language :: QsciLexerTCL () -> () -> IO String #

Qlanguage (QsciLexerTCLSc a) () (IO String) # 
Instance details

Methods

language :: QsciLexerTCLSc a -> () -> IO String #

Qcolor (QsciLexerTCL ()) Int (IO (QColor ())) # 
Instance details

Methods

color :: QsciLexerTCL () -> Int -> IO (QColor ()) #

Qcolor (QsciLexerTCLSc a) Int (IO (QColor ())) # 
Instance details

Methods

color :: QsciLexerTCLSc a -> Int -> IO (QColor ()) #

QuserMethod (QsciLexerTCL ()) () (IO ()) # 
Instance details

Methods

userMethod :: QsciLexerTCL () -> Int -> () -> IO () #

QuserMethod (QsciLexerTCLSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QsciLexerTCLSc a -> Int -> () -> IO () #

QsetPaper (QsciLexerTCL ()) (QColor t1) # 
Instance details

Methods

setPaper :: QsciLexerTCL () -> QColor t1 -> IO () #

QsetPaper (QsciLexerTCLSc a) (QColor t1) # 
Instance details

Methods

setPaper :: QsciLexerTCLSc a -> QColor t1 -> IO () #

QsetEditor (QsciLexerTCL ()) (QsciScintilla t1) # 
Instance details

Methods

setEditor :: QsciLexerTCL () -> QsciScintilla t1 -> IO () #

QsetEditor (QsciLexerTCLSc a) (QsciScintilla t1) # 
Instance details

Methods

setEditor :: QsciLexerTCLSc a -> QsciScintilla t1 -> IO () #

QblockStartKeyword (QsciLexerTCL ()) (QIntPtr t1) # 
Instance details

Methods

blockStartKeyword :: QsciLexerTCL () -> QIntPtr t1 -> IO String #

QblockStartKeyword (QsciLexerTCLSc a) (QIntPtr t1) # 
Instance details

Methods

blockStartKeyword :: QsciLexerTCLSc a -> QIntPtr t1 -> IO String #

QblockStart (QsciLexerTCL ()) (QIntPtr t1) # 
Instance details

Methods

blockStart :: QsciLexerTCL () -> QIntPtr t1 -> IO String #

QblockStart (QsciLexerTCLSc a) (QIntPtr t1) # 
Instance details

Methods

blockStart :: QsciLexerTCLSc a -> QIntPtr t1 -> IO String #

QblockEnd (QsciLexerTCL ()) (QIntPtr t1) # 
Instance details

Methods

blockEnd :: QsciLexerTCL () -> QIntPtr t1 -> IO String #

QblockEnd (QsciLexerTCLSc a) (QIntPtr t1) # 
Instance details

Methods

blockEnd :: QsciLexerTCLSc a -> QIntPtr t1 -> IO String #

QtimerEvent (QsciLexerTCL ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QsciLexerTCL () -> QTimerEvent t1 -> IO () #

QtimerEvent (QsciLexerTCLSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QsciLexerTCLSc a -> QTimerEvent t1 -> IO () #

QsetFont (QsciLexerTCL ()) (QFont t1) # 
Instance details

Methods

setFont :: QsciLexerTCL () -> QFont t1 -> IO () #

QsetFont (QsciLexerTCLSc a) (QFont t1) # 
Instance details

Methods

setFont :: QsciLexerTCLSc a -> QFont t1 -> IO () #

QsetColor (QsciLexerTCL ()) (QColor t1) # 
Instance details

Methods

setColor :: QsciLexerTCL () -> QColor t1 -> IO () #

QsetColor (QsciLexerTCLSc a) (QColor t1) # 
Instance details

Methods

setColor :: QsciLexerTCLSc a -> QColor t1 -> IO () #

QisSignalConnected (QsciLexerTCL ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QsciLexerTCL () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QsciLexerTCLSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QsciLexerTCLSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QsciLexerTCL ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QsciLexerTCL () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QsciLexerTCLSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QsciLexerTCLSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QsciLexerTCL ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QsciLexerTCL () -> QEvent t1 -> IO () #

QcustomEvent (QsciLexerTCLSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QsciLexerTCLSc a -> QEvent t1 -> IO () #

QconnectNotify (QsciLexerTCL ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QsciLexerTCL () -> QMetaMethod t1 -> IO () #

QconnectNotify (QsciLexerTCLSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QsciLexerTCLSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QsciLexerTCL ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QsciLexerTCL () -> QChildEvent t1 -> IO () #

QchildEvent (QsciLexerTCLSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QsciLexerTCLSc a -> QChildEvent t1 -> IO () #

Qevent (QsciLexerTCL ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QsciLexerTCL () -> QEvent t1 -> IO Bool #

Qevent (QsciLexerTCLSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QsciLexerTCLSc a -> QEvent t1 -> IO Bool #

QuserMethod (QsciLexerTCL ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QsciLexerTCL () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QsciLexerTCLSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QsciLexerTCLSc a -> Int -> QVariant () -> IO (QVariant ()) #

QwriteProperties (QsciLexerTCL ()) (QSettings t1, String) # 
Instance details

Methods

writeProperties :: QsciLexerTCL () -> (QSettings t1, String) -> IO Bool #

QwriteProperties (QsciLexerTCLSc a) (QSettings t1, String) # 
Instance details

Methods

writeProperties :: QsciLexerTCLSc a -> (QSettings t1, String) -> IO Bool #

QsetPaper (QsciLexerTCL ()) (QColor t1, Int) # 
Instance details

Methods

setPaper :: QsciLexerTCL () -> (QColor t1, Int) -> IO () #

QsetPaper (QsciLexerTCLSc a) (QColor t1, Int) # 
Instance details

Methods

setPaper :: QsciLexerTCLSc a -> (QColor t1, Int) -> IO () #

QsetEolFill (QsciLexerTCL ()) (Bool, Int) # 
Instance details

Methods

setEolFill :: QsciLexerTCL () -> (Bool, Int) -> IO () #

QsetEolFill (QsciLexerTCLSc a) (Bool, Int) # 
Instance details

Methods

setEolFill :: QsciLexerTCLSc a -> (Bool, Int) -> IO () #

QreadProperties (QsciLexerTCL ()) (QSettings t1, String) # 
Instance details

Methods

readProperties :: QsciLexerTCL () -> (QSettings t1, String) -> IO Bool #

QreadProperties (QsciLexerTCLSc a) (QSettings t1, String) # 
Instance details

Methods

readProperties :: QsciLexerTCLSc a -> (QSettings t1, String) -> IO Bool #

QsetFont (QsciLexerTCL ()) (QFont t1, Int) # 
Instance details

Methods

setFont :: QsciLexerTCL () -> (QFont t1, Int) -> IO () #

QsetFont (QsciLexerTCLSc a) (QFont t1, Int) # 
Instance details

Methods

setFont :: QsciLexerTCLSc a -> (QFont t1, Int) -> IO () #

QsetColor (QsciLexerTCL ()) (QColor t1, Int) # 
Instance details

Methods

setColor :: QsciLexerTCL () -> (QColor t1, Int) -> IO () #

QsetColor (QsciLexerTCLSc a) (QColor t1, Int) # 
Instance details

Methods

setColor :: QsciLexerTCLSc a -> (QColor t1, Int) -> IO () #

QeventFilter (QsciLexerTCL ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QsciLexerTCL () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QsciLexerTCLSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QsciLexerTCLSc a -> (QObject t1, QEvent t2) -> IO Bool #