Qtc.Qsci.QsciLexerPerl

Contents

Documentation

class QqsciLexerPerlTrUtf8 x1 where #

Methods

qsciLexerPerlTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerPerlTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerPerl

Methods

qsciLexerPerlTrUtf8 :: String -> IO String #

QqsciLexerPerlTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerPerl

Methods

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

QqsciLexerPerlTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerPerl

Methods

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

class QqsciLexerPerl x1 where #

Methods

qsciLexerPerl :: x1 -> IO (QsciLexerPerl ()) #

Instances
QqsciLexerPerl () # 
Instance details

Defined in Qtc.Qsci.QsciLexerPerl

Methods

qsciLexerPerl :: () -> IO (QsciLexerPerl ()) #

QqsciLexerPerl (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerPerl

Methods

qsciLexerPerl :: QObject t1 -> IO (QsciLexerPerl ()) #

foldPODBlocks :: QsciLexerPerl a -> () -> IO Bool #

foldPackages :: QsciLexerPerl a -> () -> IO Bool #

setFoldPODBlocks :: QsciLexerPerl a -> Bool -> IO () #

setFoldPackages :: QsciLexerPerl a -> Bool -> IO () #

Orphan instances

QwordCharacters (QsciLexerPerl ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerPerl ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerPerl ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerPerlSc a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerPerl ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerPerlSc a) Bool # 
Instance details

Methods

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

QsetFoldAtElse (QsciLexerPerl a) Bool # 
Instance details

Methods

setFoldAtElse :: QsciLexerPerl a -> Bool -> IO () #

QsetEolFill (QsciLexerPerl ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerPerlSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerPerl ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerPerl ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerPerlSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerPerl ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerPerl ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerPerlSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerPerl ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerPerl ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerPerl a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerPerl a) () # 
Instance details

Methods

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

QfoldAtElse (QsciLexerPerl a) () # 
Instance details

Methods

foldAtElse :: QsciLexerPerl a -> () -> IO Bool #

QeolFill (QsciLexerPerl ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerPerl ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerPerl ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerPerl ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerPerl ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerPerl ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerPerl ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerPerl ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerPerl ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerPerl ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerPerl ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerPerl ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerPerl ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerPerlSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerPerl ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerPerlSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerPerl ()) () # 
Instance details

Methods

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

Qsender (QsciLexerPerlSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerPerl ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerPerlSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerPerl ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerPerl ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerPerl ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerPerlSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerPerl ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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