Qtc.Qsci.QsciLexerOctave

Contents

Documentation

class QqsciLexerOctaveTrUtf8 x1 where #

Methods

qsciLexerOctaveTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerOctaveTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerOctave

Methods

qsciLexerOctaveTrUtf8 :: String -> IO String #

QqsciLexerOctaveTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerOctave

Methods

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

QqsciLexerOctaveTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerOctave

Methods

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

class QqsciLexerOctave x1 where #

Methods

qsciLexerOctave :: x1 -> IO (QsciLexerOctave ()) #

Instances
QqsciLexerOctave () # 
Instance details

Defined in Qtc.Qsci.QsciLexerOctave

Methods

qsciLexerOctave :: () -> IO (QsciLexerOctave ()) #

QqsciLexerOctave (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerOctave

Methods

qsciLexerOctave :: QObject t1 -> IO (QsciLexerOctave ()) #

Orphan instances

QwordCharacters (QsciLexerOctave ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerOctave ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QsetEolFill (QsciLexerOctave ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerOctaveSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerOctave ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerOctave ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerOctave ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerOctave ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerOctave ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerOctave ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QeolFill (QsciLexerOctave ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerOctave ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerOctave ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerOctave ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerOctave ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerOctave ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerOctave ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerOctave ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerOctave ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerOctave ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerOctave ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerOctave ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerOctave ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerOctave ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerOctave ()) () # 
Instance details

Methods

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

Qsender (QsciLexerOctaveSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerOctave ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerOctaveSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerOctave ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerOctave ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerOctave ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerOctaveSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerOctave ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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