Qtc.Qsci.QsciLexerSQL

Contents

Documentation

class QqsciLexerSQLTrUtf8 x1 where #

Methods

qsciLexerSQLTrUtf8 :: x1 -> IO String #

Instances
QqsciLexerSQLTrUtf8 String # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

qsciLexerSQLTrUtf8 :: String -> IO String #

QqsciLexerSQLTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

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

QqsciLexerSQLTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

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

class QqsciLexerSQL x1 where #

Methods

qsciLexerSQL :: x1 -> IO (QsciLexerSQL ()) #

Instances
QqsciLexerSQL () # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

qsciLexerSQL :: () -> IO (QsciLexerSQL ()) #

QqsciLexerSQL (QObject t1) # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

qsciLexerSQL :: QObject t1 -> IO (QsciLexerSQL ()) #

backslashEscapes :: QsciLexerSQL a -> () -> IO Bool #

dottedWords :: QsciLexerSQL a -> () -> IO Bool #

foldOnlyBegin :: QsciLexerSQL a -> () -> IO Bool #

hashComments :: QsciLexerSQL a -> () -> IO Bool #

quotedIdentifiers :: QsciLexerSQL a -> () -> IO Bool #

class QsetBackslashEscapes x0 x1 where #

Methods

setBackslashEscapes :: x0 -> x1 -> IO () #

Instances
QsetBackslashEscapes (QsciLexerSQL ()) Bool # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

setBackslashEscapes :: QsciLexerSQL () -> Bool -> IO () #

QsetBackslashEscapes (QsciLexerSQLSc a) Bool # 
Instance details

Defined in Qtc.Qsci.QsciLexerSQL

Methods

setBackslashEscapes :: QsciLexerSQLSc a -> Bool -> IO () #

setDottedWords :: QsciLexerSQL a -> Bool -> IO () #

setFoldOnlyBegin :: QsciLexerSQL a -> Bool -> IO () #

setHashComments :: QsciLexerSQL a -> Bool -> IO () #

setQuotedIdentifiers :: QsciLexerSQL a -> Bool -> IO () #

Orphan instances

QwordCharacters (QsciLexerSQL ()) () # 
Instance details

Methods

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

QwordCharacters (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerSQL ()) () # 
Instance details

Methods

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

QstyleBitsNeeded (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerSQL ()) Bool # 
Instance details

Methods

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

QsetFoldCompact (QsciLexerSQLSc a) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerSQL ()) Bool # 
Instance details

Methods

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

QsetFoldComments (QsciLexerSQLSc a) Bool # 
Instance details

Methods

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

QsetFoldAtElse (QsciLexerSQL a) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerSQL ()) Bool # 
Instance details

Methods

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

QsetEolFill (QsciLexerSQLSc a) Bool # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerSQL ()) Int # 
Instance details

Methods

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

QsetAutoIndentStyle (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QrefreshProperties (QsciLexerSQL ()) () # 
Instance details

Methods

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

QrefreshProperties (QsciLexerSQLSc a) () # 
Instance details

Methods

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

Qpaper (QsciLexerSQL ()) Int # 
Instance details

Methods

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

Qpaper (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QlexerId (QsciLexerSQL ()) () # 
Instance details

Methods

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

QlexerId (QsciLexerSQLSc a) () # 
Instance details

Methods

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

Qkeywords (QsciLexerSQL ()) Int # 
Instance details

Methods

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

Qkeywords (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QindentationGuideView (QsciLexerSQL ()) () # 
Instance details

Methods

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

QindentationGuideView (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QfoldCompact (QsciLexerSQL a) () # 
Instance details

Methods

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

QfoldComments (QsciLexerSQL a) () # 
Instance details

Methods

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

QfoldAtElse (QsciLexerSQL a) () # 
Instance details

Methods

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

QeolFill (QsciLexerSQL ()) Int # 
Instance details

Methods

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

QeolFill (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QdefaultStyle (QsciLexerSQL ()) () # 
Instance details

Methods

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

QdefaultStyle (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QdefaultPaper (QsciLexerSQL ()) Int # 
Instance details

Methods

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

QdefaultPaper (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerSQL ()) Int # 
Instance details

Methods

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

QdefaultEolFill (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerSQL ()) Int # 
Instance details

Methods

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

QdefaultColor (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QcaseSensitive (QsciLexerSQL ()) () # 
Instance details

Methods

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

QcaseSensitive (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerSQL ()) () # 
Instance details

Methods

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

QbraceStyle (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerSQL ()) () # 
Instance details

Methods

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

QblockStartKeyword (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QblockStart (QsciLexerSQL ()) () # 
Instance details

Methods

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

QblockStart (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QblockLookback (QsciLexerSQL ()) () # 
Instance details

Methods

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

QblockLookback (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QblockEnd (QsciLexerSQL ()) () # 
Instance details

Methods

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

QblockEnd (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerSQL ()) () # 
Instance details

Methods

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

QautoCompletionWordSeparators (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerSQL ()) () # 
Instance details

Methods

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

QautoCompletionFillups (QsciLexerSQLSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerSQL ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QsciLexerSQLSc a) () # 
Instance details

Methods

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

Qsender (QsciLexerSQL ()) () # 
Instance details

Methods

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

Qsender (QsciLexerSQLSc a) () # 
Instance details

Methods

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

Qreceivers (QsciLexerSQL ()) String # 
Instance details

Methods

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

Qreceivers (QsciLexerSQLSc a) String # 
Instance details

Methods

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

Qfont (QsciLexerSQL ()) Int # 
Instance details

Methods

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

Qfont (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

Qdescription (QsciLexerSQL ()) Int # 
Instance details

Methods

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

Qdescription (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerSQL ()) Int # 
Instance details

Methods

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

QdefaultFont (QsciLexerSQLSc a) Int # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QsciLexerSQL ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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