Qtc.Qsci.QsciLexerAVS

Contents

Documentation

class QqsciLexerAVSTrUtf8 x1 where #

Methods

qsciLexerAVSTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerAVSTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerAVS

Methods

qsciLexerAVSTrUtf8 :: String -> IO String #

QqsciLexerAVSTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerAVS

Methods

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

QqsciLexerAVSTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerAVS

Methods

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

class QqsciLexerAVS x1 where #

Methods

qsciLexerAVS :: x1 -> IO (QsciLexerAVS ()) #

Instances
QqsciLexerAVS () # 
Instance details

Defined in Qtc.Qsci.QsciLexerAVS

Methods

qsciLexerAVS :: () -> IO (QsciLexerAVS ()) #

QqsciLexerAVS (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerAVS

Methods

qsciLexerAVS :: QObject t1 -> IO (QsciLexerAVS ()) #

Orphan instances

QwordCharacters (QsciLexerAVS ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerAVS ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerAVS ()) Bool # 
Instance details

Methods

setFoldCompact :: QsciLexerAVS () -> Bool -> IO () #

QsetFoldCompact (QsciLexerAVSSc a) Bool # 
Instance details

Methods

setFoldCompact :: QsciLexerAVSSc a -> Bool -> IO () #

QsetFoldComments (QsciLexerAVS ()) Bool # 
Instance details

Methods

setFoldComments :: QsciLexerAVS () -> Bool -> IO () #

QsetFoldComments (QsciLexerAVSSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerAVS ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerAVSSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerAVS ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerAVS ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerAVSSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerAVS ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerAVS ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerAVSSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerAVS ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerAVS ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerAVS a) () # 
Instance details

Methods

foldCompact :: QsciLexerAVS a -> () -> IO Bool #

QfoldComments (QsciLexerAVS a) () # 
Instance details

Methods

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

QeolFill (QsciLexerAVS ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerAVS ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerAVS ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerAVS ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerAVS ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerAVS ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerAVS ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerAVS ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerAVS ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerAVS ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerAVS ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerAVS ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerAVS ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerAVSSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerAVS ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerAVSSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerAVS ()) () # 
Instance details

Methods

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

Qsender (QsciLexerAVSSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerAVS ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerAVSSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerAVS ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerAVS ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerAVS ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerAVSSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerAVS ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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