Qtc.Qsci.QsciLexerYAML

Contents

Documentation

class QqsciLexerYAMLTrUtf8 x1 where #

Methods

qsciLexerYAMLTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerYAMLTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerYAML

Methods

qsciLexerYAMLTrUtf8 :: String -> IO String #

QqsciLexerYAMLTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerYAML

Methods

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

QqsciLexerYAMLTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerYAML

Methods

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

class QqsciLexerYAML x1 where #

Methods

qsciLexerYAML :: x1 -> IO (QsciLexerYAML ()) #

Instances
QqsciLexerYAML () # 
Instance details

Defined in Qtc.Qsci.QsciLexerYAML

Methods

qsciLexerYAML :: () -> IO (QsciLexerYAML ()) #

QqsciLexerYAML (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerYAML

Methods

qsciLexerYAML :: QObject t1 -> IO (QsciLexerYAML ()) #

Orphan instances

QwordCharacters (QsciLexerYAML ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerYAML ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QsetFoldComments (QsciLexerYAML ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerYAMLSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerYAML ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerYAMLSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerYAML ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerYAML ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerYAML ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerYAML ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerYAML ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerYAML ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerYAML a) () # 
Instance details

Methods

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

QeolFill (QsciLexerYAML ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerYAML ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerYAML ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerYAML ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerYAML ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerYAML ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerYAML ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerYAML ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerYAML ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerYAML ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerYAML ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerYAML ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerYAML ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerYAML ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerYAML ()) () # 
Instance details

Methods

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

Qsender (QsciLexerYAMLSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerYAML ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerYAMLSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerYAML ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerYAML ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerYAML ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerYAMLSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerYAML ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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