Qtc.Qsci.QsciLexerBash

Contents

Documentation

class QqsciLexerBashTrUtf8 x1 where #

Methods

qsciLexerBashTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerBashTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerBash

Methods

qsciLexerBashTrUtf8 :: String -> IO String #

QqsciLexerBashTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerBash

Methods

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

QqsciLexerBashTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerBash

Methods

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

class QqsciLexerBash x1 where #

Methods

qsciLexerBash :: x1 -> IO (QsciLexerBash ()) #

Instances
QqsciLexerBash () # 
Instance details

Defined in Qtc.Qsci.QsciLexerBash

Methods

qsciLexerBash :: () -> IO (QsciLexerBash ()) #

QqsciLexerBash (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerBash

Methods

qsciLexerBash :: QObject t1 -> IO (QsciLexerBash ()) #

Orphan instances

QwordCharacters (QsciLexerBash ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerBashSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerBash ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerBashSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerBash ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerBashSc a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerBash ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerBashSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerBash ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerBashSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerBash ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerBash ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerBashSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerBash ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerBash ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerBashSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerBash ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerBash ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerBashSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerBash a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerBash a) () # 
Instance details

Methods

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

QeolFill (QsciLexerBash ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerBash ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerBashSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerBash ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerBash ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerBash ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerBash ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerBashSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerBash ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerBashSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerBash ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerBashSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerBash ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerBashSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerBash ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerBashSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerBash ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerBashSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerBash ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerBashSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerBash ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerBashSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerBash ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerBashSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerBash ()) () # 
Instance details

Methods

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

Qsender (QsciLexerBashSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerBash ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerBashSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerBash ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerBashSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerBash ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerBashSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerBash ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerBashSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerBash ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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