Qtc.Qsci.QsciLexerJSON

Contents

Documentation

class QqsciLexerJSONTrUtf8 x1 where #

Methods

qsciLexerJSONTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerJSONTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerJSON

Methods

qsciLexerJSONTrUtf8 :: String -> IO String #

QqsciLexerJSONTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerJSON

Methods

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

QqsciLexerJSONTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerJSON

Methods

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

class QqsciLexerJSON x1 where #

Methods

qsciLexerJSON :: x1 -> IO (QsciLexerJSON ()) #

Instances
QqsciLexerJSON () # 
Instance details

Defined in Qtc.Qsci.QsciLexerJSON

Methods

qsciLexerJSON :: () -> IO (QsciLexerJSON ()) #

QqsciLexerJSON (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerJSON

Methods

qsciLexerJSON :: QObject t1 -> IO (QsciLexerJSON ()) #

highlightComments :: QsciLexerJSON a -> () -> IO Bool #

setHighlightComments :: QsciLexerJSON a -> Bool -> IO () #

Orphan instances

QwordCharacters (QsciLexerJSON ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerJSON ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QsetHighlightEscapeSequences (QsciLexerJSON a) Bool # 
Instance details

Methods

setHighlightEscapeSequences :: QsciLexerJSON a -> Bool -> IO () #

QsetFoldCompact (QsciLexerJSON a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerJSON ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerJSONSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerJSON ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerJSON ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerJSONSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerJSON ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerJSON ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerJSONSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerJSON ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerJSON ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QhighlightEscapeSequences (QsciLexerJSON a) () # 
Instance details

Methods

highlightEscapeSequences :: QsciLexerJSON a -> () -> IO Bool #

QfoldCompact (QsciLexerJSON a) () # 
Instance details

Methods

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

QeolFill (QsciLexerJSON ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerJSON ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerJSON ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerJSON ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerJSON ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerJSON ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerJSON ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerJSON ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerJSON ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerJSON ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerJSON ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerJSON ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerJSON ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerJSONSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerJSON ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerJSONSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerJSON ()) () # 
Instance details

Methods

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

Qsender (QsciLexerJSONSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerJSON ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerJSONSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerJSON ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerJSON ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerJSON ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerJSONSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerJSON ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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