Qtc.Qsci.QsciLexerHTML

Contents

Documentation

class QqsciLexerHTMLTrUtf8 x1 where #

Methods

qsciLexerHTMLTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerHTMLTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerHTML

Methods

qsciLexerHTMLTrUtf8 :: String -> IO String #

QqsciLexerHTMLTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerHTML

Methods

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

QqsciLexerHTMLTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerHTML

Methods

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

class QqsciLexerHTML x1 where #

Methods

qsciLexerHTML :: x1 -> IO (QsciLexerHTML ()) #

Instances
QqsciLexerHTML () # 
Instance details

Defined in Qtc.Qsci.QsciLexerHTML

Methods

qsciLexerHTML :: () -> IO (QsciLexerHTML ()) #

QqsciLexerHTML (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerHTML

Methods

qsciLexerHTML :: QObject t1 -> IO (QsciLexerHTML ()) #

caseSensitiveTags :: QsciLexerHTML a -> () -> IO Bool #

djangoTemplates :: QsciLexerHTML a -> () -> IO Bool #

foldScriptComments :: QsciLexerHTML a -> () -> IO Bool #

foldScriptHeredocs :: QsciLexerHTML a -> () -> IO Bool #

makoTemplates :: QsciLexerHTML a -> () -> IO Bool #

setDjangoTemplates :: QsciLexerHTML a -> Bool -> IO () #

setFoldScriptComments :: QsciLexerHTML a -> Bool -> IO () #

setFoldScriptHeredocs :: QsciLexerHTML a -> Bool -> IO () #

setMakoTemplates :: QsciLexerHTML a -> Bool -> IO () #

Orphan instances

QwordCharacters (QsciLexerHTML ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerHTML ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QsetFoldPreprocessor (QsciLexerHTML ()) Bool # 
Instance details

Methods

setFoldPreprocessor :: QsciLexerHTML () -> Bool -> IO () #

QsetFoldPreprocessor (QsciLexerHTMLSc a) Bool # 
Instance details

Methods

setFoldPreprocessor :: QsciLexerHTMLSc a -> Bool -> IO () #

QsetFoldCompact (QsciLexerHTML ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerHTMLSc a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerHTML ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerHTMLSc a) Bool # 
Instance details

Methods

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

QsetCaseSensitiveTags (QsciLexerHTML ()) Bool # 
Instance details

Methods

setCaseSensitiveTags :: QsciLexerHTML () -> Bool -> IO () #

QsetCaseSensitiveTags (QsciLexerHTMLSc a) Bool # 
Instance details

Methods

setCaseSensitiveTags :: QsciLexerHTMLSc a -> Bool -> IO () #

QsetAutoIndentStyle (QsciLexerHTML ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerHTML ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerHTML ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerHTML ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerHTML ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerHTML ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QfoldPreprocessor (QsciLexerHTML a) () # 
Instance details

Methods

foldPreprocessor :: QsciLexerHTML a -> () -> IO Bool #

QfoldCompact (QsciLexerHTML a) () # 
Instance details

Methods

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

QeolFill (QsciLexerHTML ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerHTML ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerHTML ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerHTML ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerHTML ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerHTML ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerHTML ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerHTML ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerHTML ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerHTML ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerHTML ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerHTML ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerHTML ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerHTML ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerHTML ()) () # 
Instance details

Methods

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

Qsender (QsciLexerHTMLSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerHTML ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerHTMLSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerHTML ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerHTML ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerHTML ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerHTMLSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerHTML ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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