Qtc.Qsci.QsciLexer

Contents

Documentation

class QqsciLexerTrUtf8 x1 where #

Methods

qsciLexerTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexer

Methods

qsciLexerTrUtf8 :: String -> IO String #

QqsciLexerTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexer

Methods

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

QqsciLexerTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexer

Methods

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

class QqsciLexer x1 where #

Methods

qsciLexer :: x1 -> IO (QsciLexer ()) #

Instances
QqsciLexer () # 
Instance details

Defined in Qtc.Qsci.QsciLexer

Methods

qsciLexer :: () -> IO (QsciLexer ()) #

QqsciLexer (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexer

Methods

qsciLexer :: QObject t1 -> IO (QsciLexer ()) #

apis :: QsciLexer a -> () -> IO (QsciAbstractAPIs ()) #

autoIndentStyle :: QsciLexer a -> () -> IO Int #

editor :: QsciLexer a -> () -> IO (QsciScintilla ()) #

setAPIs :: QsciLexer a -> QsciAbstractAPIs t1 -> IO () #

setDefaultColor :: QsciLexer a -> QColor t1 -> IO () #

setDefaultPaper :: QsciLexer a -> QColor t1 -> IO () #

Orphan instances

QwordCharacters (QsciLexer ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexer ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerSc a) () # 
Instance details

Methods

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

QsetEolFill (QsciLexer ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexer ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexer ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexer ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexer ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexer ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexer ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerSc a) () # 
Instance details

Methods

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

QeolFill (QsciLexer ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexer ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexer ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexer a) () # 
Instance details

Methods

defaultPaper :: QsciLexer a -> () -> IO (QColor ()) #

QdefaultPaper (QsciLexerSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexer ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexer ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexer a) () # 
Instance details

Methods

defaultColor :: QsciLexer a -> () -> IO (QColor ()) #

QdefaultColor (QsciLexerSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexer ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexer ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexer ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexer ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexer ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexer ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexer ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexer ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexer ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerSc a) () # 
Instance details

Methods

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

Qsender (QsciLexer ()) () # 
Instance details

Methods

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

Qsender (QsciLexerSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexer ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerSc a) String # 
Instance details

Methods

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

Qfont (QsciLexer ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexer ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexer ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexer a) () # 
Instance details

Methods

defaultFont :: QsciLexer a -> () -> IO (QFont ()) #

QdefaultFont (QsciLexerSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexer ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QwriteSettings (QsciLexer a) (QSettings t1) # 
Instance details

Methods

writeSettings :: QsciLexer a -> QSettings t1 -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QreadSettings (QsciLexer a) (QSettings t1) # 
Instance details

Methods

readSettings :: QsciLexer a -> QSettings t1 -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetDefaultFont (QsciLexer a) (QFont t1) # 
Instance details

Methods

setDefaultFont :: QsciLexer a -> QFont t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QwriteSettings (QsciLexer a) (QSettings t1, String) # 
Instance details

Methods

writeSettings :: QsciLexer a -> (QSettings t1, String) -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QreadSettings (QsciLexer a) (QSettings t1, String) # 
Instance details

Methods

readSettings :: QsciLexer a -> (QSettings t1, String) -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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