Qtc.Qsci.QsciLexerCSS

Contents

Documentation

class QqsciLexerCSSTrUtf8 x1 where #

Methods

qsciLexerCSSTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerCSSTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerCSS

Methods

qsciLexerCSSTrUtf8 :: String -> IO String #

QqsciLexerCSSTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCSS

Methods

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

QqsciLexerCSSTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCSS

Methods

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

hSSLanguage :: QsciLexerCSS a -> () -> IO Bool #

lessLanguage :: QsciLexerCSS a -> () -> IO Bool #

class QqsciLexerCSS x1 where #

Methods

qsciLexerCSS :: x1 -> IO (QsciLexerCSS ()) #

Instances
QqsciLexerCSS () # 
Instance details

Defined in Qtc.Qsci.QsciLexerCSS

Methods

qsciLexerCSS :: () -> IO (QsciLexerCSS ()) #

QqsciLexerCSS (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerCSS

Methods

qsciLexerCSS :: QObject t1 -> IO (QsciLexerCSS ()) #

sCSSLanguage :: QsciLexerCSS a -> () -> IO Bool #

setHSSLanguage :: QsciLexerCSS a -> Bool -> IO () #

setLessLanguage :: QsciLexerCSS a -> Bool -> IO () #

setSCSSLanguage :: QsciLexerCSS a -> Bool -> IO () #

Orphan instances

QwordCharacters (QsciLexerCSS ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCSS ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerCSS ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerCSSSc a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerCSS ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerCSSSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerCSS ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerCSSSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCSS ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCSS ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerCSSSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerCSS ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerCSS ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerCSSSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerCSS ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCSS ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerCSS a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerCSS a) () # 
Instance details

Methods

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

QeolFill (QsciLexerCSS ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCSS ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCSS ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCSS ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCSS ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCSS ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCSS ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCSS ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerCSS ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCSS ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCSS ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCSS ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCSS ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerCSSSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCSS ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerCSSSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerCSS ()) () # 
Instance details

Methods

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

Qsender (QsciLexerCSSSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerCSS ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerCSSSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerCSS ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCSS ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCSS ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerCSSSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerCSS ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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