Qtc.Qsci.QsciLexerProperties

Contents

Documentation

class QqsciLexerPropertiesTrUtf8 x1 where #

Methods

qsciLexerPropertiesTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerPropertiesTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerProperties

Methods

qsciLexerPropertiesTrUtf8 :: String -> IO String #

QqsciLexerPropertiesTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerProperties

Methods

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

QqsciLexerPropertiesTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerProperties

Methods

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

class QqsciLexerProperties x1 where #

Methods

qsciLexerProperties :: x1 -> IO (QsciLexerProperties ()) #

Instances
QqsciLexerProperties () # 
Instance details

Defined in Qtc.Qsci.QsciLexerProperties

Methods

qsciLexerProperties :: () -> IO (QsciLexerProperties ()) #

QqsciLexerProperties (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerProperties

initialSpaces :: QsciLexerProperties a -> () -> IO Bool #

setInitialSpaces :: QsciLexerProperties a -> Bool -> IO () #

Orphan instances

QwordCharacters (QsciLexerProperties ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerProperties ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerProperties ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerPropertiesSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerProperties ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerPropertiesSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerProperties ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerProperties ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerProperties ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerProperties ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerProperties ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerProperties ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerProperties a) () # 
Instance details

Methods

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

QeolFill (QsciLexerProperties ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerProperties ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerProperties ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerProperties ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerProperties ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerProperties ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerProperties ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerProperties ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerProperties ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerProperties ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerProperties ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerProperties ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerProperties ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerProperties ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerProperties ()) () # 
Instance details

Methods

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

Qsender (QsciLexerPropertiesSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerProperties ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerPropertiesSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerProperties ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerProperties ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerProperties ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerPropertiesSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerProperties ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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