Qtc.Qsci.QsciLexerBatch

Contents

Documentation

class QqsciLexerBatchTrUtf8 x1 where #

Methods

qsciLexerBatchTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerBatchTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerBatch

Methods

qsciLexerBatchTrUtf8 :: String -> IO String #

QqsciLexerBatchTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerBatch

Methods

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

QqsciLexerBatchTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerBatch

Methods

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

class QqsciLexerBatch x1 where #

Methods

qsciLexerBatch :: x1 -> IO (QsciLexerBatch ()) #

Instances
QqsciLexerBatch () # 
Instance details

Defined in Qtc.Qsci.QsciLexerBatch

Methods

qsciLexerBatch :: () -> IO (QsciLexerBatch ()) #

QqsciLexerBatch (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerBatch

Methods

qsciLexerBatch :: QObject t1 -> IO (QsciLexerBatch ()) #

Orphan instances

QwordCharacters (QsciLexerBatch ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerBatch ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QsetEolFill (QsciLexerBatch ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerBatchSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerBatch ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerBatch ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerBatchSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerBatch ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerBatch ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerBatchSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerBatch ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerBatch ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QeolFill (QsciLexerBatch ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerBatch ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerBatch ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerBatch ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerBatch ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerBatch ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerBatch ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerBatch ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerBatch ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerBatch ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerBatch ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerBatch ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerBatch ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerBatchSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerBatch ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerBatchSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerBatch ()) () # 
Instance details

Methods

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

Qsender (QsciLexerBatchSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerBatch ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerBatchSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerBatch ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerBatch ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerBatch ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerBatchSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerBatch ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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