Qtc.Qsci.QsciLexerPO

Contents

Documentation

class QqsciLexerPOTrUtf8 x1 where #

Methods

qsciLexerPOTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerPOTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerPO

Methods

qsciLexerPOTrUtf8 :: String -> IO String #

QqsciLexerPOTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerPO

Methods

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

QqsciLexerPOTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerPO

Methods

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

class QqsciLexerPO x1 where #

Methods

qsciLexerPO :: x1 -> IO (QsciLexerPO ()) #

Instances
QqsciLexerPO () # 
Instance details

Defined in Qtc.Qsci.QsciLexerPO

Methods

qsciLexerPO :: () -> IO (QsciLexerPO ()) #

QqsciLexerPO (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerPO

Methods

qsciLexerPO :: QObject t1 -> IO (QsciLexerPO ()) #

Orphan instances

QwordCharacters (QsciLexerPO ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerPOSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerPO ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerPOSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerPO ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerPOSc a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerPO ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerPOSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerPO ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerPOSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerPO ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerPO ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerPOSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerPO ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerPO ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerPOSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerPO ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerPO ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerPOSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerPO a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerPO a) () # 
Instance details

Methods

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

QeolFill (QsciLexerPO ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerPO ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerPOSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerPO ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerPO ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerPO ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerPO ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerPOSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerPO ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerPOSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerPO ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerPOSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerPO ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerPOSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerPO ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerPOSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerPO ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerPOSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerPO ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerPOSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerPO ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerPOSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerPO ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerPOSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerPO ()) () # 
Instance details

Methods

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

Qsender (QsciLexerPOSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerPO ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerPOSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerPO ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerPOSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerPO ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerPOSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerPO ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerPOSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerPO ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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