Qtc.Qsci.QsciLexerCustom

Contents

Documentation

class QqsciLexerCustomTrUtf8 x1 where #

Methods

qsciLexerCustomTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerCustomTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

qsciLexerCustomTrUtf8 :: String -> IO String #

QqsciLexerCustomTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

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

QqsciLexerCustomTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

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

class QqsciLexerCustom x1 where #

Methods

qsciLexerCustom :: x1 -> IO (QsciLexerCustom ()) #

Instances
QqsciLexerCustom () # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

qsciLexerCustom :: () -> IO (QsciLexerCustom ()) #

QqsciLexerCustom (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

qsciLexerCustom :: QObject t1 -> IO (QsciLexerCustom ()) #

class QsetStyling x1 where #

Methods

setStyling :: QsciLexerCustom a -> x1 -> IO () #

Instances
QsetStyling (Int, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

setStyling :: QsciLexerCustom a -> (Int, Int) -> IO () #

QsetStyling (Int, QsciStyle t2) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

setStyling :: QsciLexerCustom a -> (Int, QsciStyle t2) -> IO () #

class QstartStyling x1 where #

Methods

startStyling :: QsciLexerCustom a -> x1 -> IO () #

Instances
QstartStyling Int # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

startStyling :: QsciLexerCustom a -> Int -> IO () #

QstartStyling (Int, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

startStyling :: QsciLexerCustom a -> (Int, Int) -> IO () #

class QstyleText x0 x1 where #

Methods

styleText :: x0 -> x1 -> IO () #

Instances
QstyleText (QsciLexerCustom ()) (Int, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

styleText :: QsciLexerCustom () -> (Int, Int) -> IO () #

QstyleText (QsciLexerCustomSc a) (Int, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCustom

Methods

styleText :: QsciLexerCustomSc a -> (Int, Int) -> IO () #

Orphan instances

QwordCharacters (QsciLexerCustom ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCustom ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QsetEolFill (QsciLexerCustom ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerCustomSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCustom ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCustom ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCustomSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerCustom ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerCustom ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerCustomSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerCustom ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCustom ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QeolFill (QsciLexerCustom ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCustom ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCustom ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCustom ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCustom ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCustom ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCustom ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCustom ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerCustom ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCustom ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCustom ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCustom ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCustom ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCustomSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCustom ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCustomSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerCustom ()) () # 
Instance details

Methods

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

Qsender (QsciLexerCustomSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerCustom ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerCustomSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerCustom ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCustom ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCustom ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCustomSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerCustom ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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