Qtc.Qsci.QsciLexerMakefile

Contents

Documentation

class QqsciLexerMakefileTrUtf8 x1 where #

Methods

qsciLexerMakefileTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerMakefileTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerMakefile

Methods

qsciLexerMakefileTrUtf8 :: String -> IO String #

QqsciLexerMakefileTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerMakefile

Methods

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

QqsciLexerMakefileTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerMakefile

Methods

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

class QqsciLexerMakefile x1 where #

Methods

qsciLexerMakefile :: x1 -> IO (QsciLexerMakefile ()) #

Instances
QqsciLexerMakefile () # 
Instance details

Defined in Qtc.Qsci.QsciLexerMakefile

Methods

qsciLexerMakefile :: () -> IO (QsciLexerMakefile ()) #

QqsciLexerMakefile (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerMakefile

Orphan instances

QwordCharacters (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QsetEolFill (QsciLexerMakefile ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerMakefileSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QeolFill (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerMakefile ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerMakefile ()) () # 
Instance details

Methods

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

Qsender (QsciLexerMakefileSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerMakefile ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerMakefileSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerMakefile ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerMakefileSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerMakefile ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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