Qtc.Qsci.QsciLexerRuby

Contents

Documentation

class QqsciLexerRubyTrUtf8 x1 where #

Methods

qsciLexerRubyTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerRubyTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerRuby

Methods

qsciLexerRubyTrUtf8 :: String -> IO String #

QqsciLexerRubyTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerRuby

Methods

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

QqsciLexerRubyTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerRuby

Methods

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

class QqsciLexerRuby x1 where #

Methods

qsciLexerRuby :: x1 -> IO (QsciLexerRuby ()) #

Instances
QqsciLexerRuby () # 
Instance details

Defined in Qtc.Qsci.QsciLexerRuby

Methods

qsciLexerRuby :: () -> IO (QsciLexerRuby ()) #

QqsciLexerRuby (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerRuby

Methods

qsciLexerRuby :: QObject t1 -> IO (QsciLexerRuby ()) #

Orphan instances

QwordCharacters (QsciLexerRuby ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerRubySc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerRuby ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerRubySc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerRuby a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerRuby a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerRuby ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerRubySc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerRuby ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerRuby ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerRubySc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerRuby ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerRuby ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerRubySc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerRuby ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerRuby ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerRubySc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerRuby a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerRuby a) () # 
Instance details

Methods

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

QeolFill (QsciLexerRuby ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerRuby ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerRubySc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerRuby ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerRuby ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerRuby ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerRuby ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerRubySc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerRuby ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerRubySc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerRuby ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerRubySc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerRuby ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerRubySc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerRuby ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerRubySc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerRuby ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerRubySc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerRuby ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerRubySc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerRuby ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerRubySc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerRuby ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerRubySc a) () # 
Instance details

Methods

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

Qsender (QsciLexerRuby ()) () # 
Instance details

Methods

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

Qsender (QsciLexerRubySc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerRuby ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerRubySc a) String # 
Instance details

Methods

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

Qfont (QsciLexerRuby ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerRubySc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerRuby ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerRubySc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerRuby ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerRubySc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerRuby ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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