Qtc.Qsci.QsciLexerCPP

Contents

Documentation

class QqsciLexerCPPTrUtf8 x1 where #

Methods

qsciLexerCPPTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerCPPTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerCPP

Methods

qsciLexerCPPTrUtf8 :: String -> IO String #

QqsciLexerCPPTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCPP

Methods

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

QqsciLexerCPPTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCPP

Methods

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

class QqsciLexerCPP x1 where #

Methods

qsciLexerCPP :: x1 -> IO (QsciLexerCPP ()) #

Instances
QqsciLexerCPP () # 
Instance details

Defined in Qtc.Qsci.QsciLexerCPP

Methods

qsciLexerCPP :: () -> IO (QsciLexerCPP ()) #

QqsciLexerCPP (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCPP

Methods

qsciLexerCPP :: QObject t1 -> IO (QsciLexerCPP ()) #

QqsciLexerCPP (QObject t1, Bool) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCPP

Methods

qsciLexerCPP :: (QObject t1, Bool) -> IO (QsciLexerCPP ()) #

Orphan instances

QwordCharacters (QsciLexerCPP ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QstylePreprocessor (QsciLexerCPP a) () # 
Instance details

Methods

stylePreprocessor :: QsciLexerCPP a -> () -> IO Bool #

QstyleBitsNeeded (QsciLexerCPP ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QsetStylePreprocessor (QsciLexerCPP ()) Bool # 
Instance details

Methods

setStylePreprocessor :: QsciLexerCPP () -> Bool -> IO () #

QsetStylePreprocessor (QsciLexerCPPSc a) Bool # 
Instance details

Methods

setStylePreprocessor :: QsciLexerCPPSc a -> Bool -> IO () #

QsetHighlightEscapeSequences (QsciLexerCPP a) Bool # 
Instance details

Methods

setHighlightEscapeSequences :: QsciLexerCPP a -> Bool -> IO () #

QsetFoldPreprocessor (QsciLexerCPP ()) Bool # 
Instance details

Methods

setFoldPreprocessor :: QsciLexerCPP () -> Bool -> IO () #

QsetFoldPreprocessor (QsciLexerCPPSc a) Bool # 
Instance details

Methods

setFoldPreprocessor :: QsciLexerCPPSc a -> Bool -> IO () #

QsetFoldCompact (QsciLexerCPP ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerCPPSc a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerCPP ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerCPPSc a) Bool # 
Instance details

Methods

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

QsetFoldAtElse (QsciLexerCPP ()) Bool # 
Instance details

Methods

setFoldAtElse :: QsciLexerCPP () -> Bool -> IO () #

QsetFoldAtElse (QsciLexerCPPSc a) Bool # 
Instance details

Methods

setFoldAtElse :: QsciLexerCPPSc a -> Bool -> IO () #

QsetEolFill (QsciLexerCPP ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerCPPSc a) Bool # 
Instance details

Methods

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

QsetDollarsAllowed (QsciLexerCPP a) Bool # 
Instance details

Methods

setDollarsAllowed :: QsciLexerCPP a -> Bool -> IO () #

QsetAutoIndentStyle (QsciLexerCPP ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCPP ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCPPSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerCPP ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerCPP ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerCPPSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerCPP ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCPP ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QhighlightEscapeSequences (QsciLexerCPP a) () # 
Instance details

Methods

highlightEscapeSequences :: QsciLexerCPP a -> () -> IO Bool #

QfoldPreprocessor (QsciLexerCPP a) () # 
Instance details

Methods

foldPreprocessor :: QsciLexerCPP a -> () -> IO Bool #

QfoldCompact (QsciLexerCPP a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerCPP a) () # 
Instance details

Methods

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

QfoldAtElse (QsciLexerCPP a) () # 
Instance details

Methods

foldAtElse :: QsciLexerCPP a -> () -> IO Bool #

QeolFill (QsciLexerCPP ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QdollarsAllowed (QsciLexerCPP a) () # 
Instance details

Methods

dollarsAllowed :: QsciLexerCPP a -> () -> IO Bool #

QdefaultStyle (QsciLexerCPP ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCPP ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCPP ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCPP ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCPP ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCPP ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCPP ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerCPP ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCPP ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCPP ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCPP ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCPP ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCPPSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCPP ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCPPSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerCPP ()) () # 
Instance details

Methods

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

Qsender (QsciLexerCPPSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerCPP ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerCPPSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerCPP ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCPP ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCPP ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCPPSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerCPP ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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