Qtc.Qsci.QsciLexerCMake

Contents

Documentation

class QqsciLexerCMakeTrUtf8 x1 where #

Methods

qsciLexerCMakeTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerCMakeTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerCMake

Methods

qsciLexerCMakeTrUtf8 :: String -> IO String #

QqsciLexerCMakeTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCMake

Methods

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

QqsciLexerCMakeTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCMake

Methods

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

class QqsciLexerCMake x1 where #

Methods

qsciLexerCMake :: x1 -> IO (QsciLexerCMake ()) #

Instances
QqsciLexerCMake () # 
Instance details

Defined in Qtc.Qsci.QsciLexerCMake

Methods

qsciLexerCMake :: () -> IO (QsciLexerCMake ()) #

QqsciLexerCMake (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCMake

Methods

qsciLexerCMake :: QObject t1 -> IO (QsciLexerCMake ()) #

Orphan instances

QwordCharacters (QsciLexerCMake ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCMake ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QsetFoldAtElse (QsciLexerCMake ()) Bool # 
Instance details

Methods

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

QsetFoldAtElse (QsciLexerCMakeSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerCMake ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerCMakeSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCMake ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCMake ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerCMake ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerCMake ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerCMake ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCMake ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QfoldAtElse (QsciLexerCMake a) () # 
Instance details

Methods

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

QeolFill (QsciLexerCMake ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCMake ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCMake ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCMake ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCMake ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCMake ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCMake ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCMake ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerCMake ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCMake ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCMake ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCMake ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCMake ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCMake ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerCMake ()) () # 
Instance details

Methods

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

Qsender (QsciLexerCMakeSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerCMake ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerCMakeSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerCMake ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCMake ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCMake ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCMakeSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerCMake ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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