Documentation
class QqsciScintillaTrUtf8 x1 where #
qsciScintillaTrUtf8 :: x1 -> IO String #
Instances
QqsciScintillaTrUtf8 String # | |
Defined in Qtc.Qsci.QsciScintilla qsciScintillaTrUtf8 :: String -> IO String # | |
QqsciScintillaTrUtf8 (String, String) # | |
Defined in Qtc.Qsci.QsciScintilla qsciScintillaTrUtf8 :: (String, String) -> IO String # | |
QqsciScintillaTrUtf8 (String, String, Int) # | |
Defined in Qtc.Qsci.QsciScintilla qsciScintillaTrUtf8 :: (String, String, Int) -> IO String # |
qlineAt :: QsciScintilla a -> QPoint t1 -> IO Int #
class QqsciScintilla x1 where #
qsciScintilla :: x1 -> IO (QsciScintilla ()) #
Instances
QqsciScintilla () # | |
Defined in Qtc.Qsci.QsciScintilla qsciScintilla :: () -> IO (QsciScintilla ()) # | |
QqsciScintilla (QWidget t1) # | |
Defined in Qtc.Qsci.QsciScintilla qsciScintilla :: QWidget t1 -> IO (QsciScintilla ()) # |
addEdgeColumn :: QsciScintilla a -> (Int, QColor t2) -> IO () #
annotate :: QsciScintilla a -> x1 -> IO () #
Instances
Qannotate (Int, [QsciStyledText t2]) # | |
Defined in Qtc.Qsci.QsciScintilla annotate :: QsciScintilla a -> (Int, [QsciStyledText t2]) -> IO () # | |
Qannotate (Int, QsciStyledText t2) # | |
Defined in Qtc.Qsci.QsciScintilla annotate :: QsciScintilla a -> (Int, QsciStyledText t2) -> IO () # | |
Qannotate (Int, String, Int) # | |
Defined in Qtc.Qsci.QsciScintilla annotate :: QsciScintilla a -> (Int, String, Int) -> IO () # | |
Qannotate (Int, String, QsciStyle t3) # | |
Defined in Qtc.Qsci.QsciScintilla annotate :: QsciScintilla a -> (Int, String, QsciStyle t3) -> IO () # |
annotation :: QsciScintilla a -> Int -> IO String #
annotationDisplay :: QsciScintilla a -> () -> IO AnnotationDisplay #
class QapiContext x0 x1 where #
apiContext :: x0 -> x1 -> IO [String] #
Instances
QapiContext (QsciScintilla ()) (Int, QIntRef t2, QIntRef t3) # | |
Defined in Qtc.Qsci.QsciScintilla apiContext :: QsciScintilla () -> (Int, QIntRef t2, QIntRef t3) -> IO [String] # | |
QapiContext (QsciScintillaSc a) (Int, QIntRef t2, QIntRef t3) # | |
Defined in Qtc.Qsci.QsciScintilla apiContext :: QsciScintillaSc a -> (Int, QIntRef t2, QIntRef t3) -> IO [String] # |
class QautoCompleteFromAPIs x0 x1 where #
autoCompleteFromAPIs :: x0 -> x1 -> IO () #
Instances
QautoCompleteFromAPIs (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla autoCompleteFromAPIs :: QsciScintilla () -> () -> IO () # | |
QautoCompleteFromAPIs (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla autoCompleteFromAPIs :: QsciScintillaSc a -> () -> IO () # |
class QautoCompleteFromAll x0 x1 where #
autoCompleteFromAll :: x0 -> x1 -> IO () #
Instances
QautoCompleteFromAll (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla autoCompleteFromAll :: QsciScintilla () -> () -> IO () # | |
QautoCompleteFromAll (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla autoCompleteFromAll :: QsciScintillaSc a -> () -> IO () # |
class QautoCompleteFromDocument x0 x1 where #
autoCompleteFromDocument :: x0 -> x1 -> IO () #
Instances
QautoCompleteFromDocument (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla autoCompleteFromDocument :: QsciScintilla () -> () -> IO () # | |
QautoCompleteFromDocument (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla autoCompleteFromDocument :: QsciScintillaSc a -> () -> IO () # |
autoCompletionFillupsEnabled :: QsciScintilla a -> () -> IO Bool #
autoCompletionReplaceWord :: QsciScintilla a -> () -> IO Bool #
autoCompletionShowSingle :: QsciScintilla a -> () -> IO Bool #
autoCompletionSource :: QsciScintilla a -> () -> IO AutoCompletionSource #
autoCompletionThreshold :: QsciScintilla a -> () -> IO Int #
autoCompletionUseSingle :: QsciScintilla a -> () -> IO AutoCompletionUseSingle #
autoIndent :: QsciScintilla a -> () -> IO Bool #
backspaceUnindents :: QsciScintilla a -> () -> IO Bool #
beginUndoAction :: QsciScintilla a -> () -> IO () #
braceMatching :: QsciScintilla a -> () -> IO BraceMatch #
bytes :: QsciScintilla a -> (Int, Int) -> IO (QByteArray ()) #
Instances
QcallTip (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla callTip :: QsciScintilla () -> () -> IO () # | |
QcallTip (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla callTip :: QsciScintillaSc a -> () -> IO () # |
callTipsPosition :: QsciScintilla a -> () -> IO CallTipsPosition #
callTipsStyle :: QsciScintilla a -> () -> IO CallTipsStyle #
callTipsVisible :: QsciScintilla a -> () -> IO Int #
cancelList :: QsciScintilla a -> () -> IO () #
class QclearAnnotations x1 where #
clearAnnotations :: QsciScintilla a -> x1 -> IO () #
Instances
QclearAnnotations Int # | |
Defined in Qtc.Qsci.QsciScintilla clearAnnotations :: QsciScintilla a -> Int -> IO () # | |
QclearAnnotations () # | |
Defined in Qtc.Qsci.QsciScintilla clearAnnotations :: QsciScintilla a -> () -> IO () # |
clearEdgeColumns :: QsciScintilla a -> () -> IO () #
clearFolds :: QsciScintilla a -> () -> IO () #
clearIndicatorRange :: QsciScintilla a -> (Int, Int, Int, Int, Int) -> IO () #
class QclearMarginText x1 where #
clearMarginText :: QsciScintilla a -> x1 -> IO () #
Instances
QclearMarginText Int # | |
Defined in Qtc.Qsci.QsciScintilla clearMarginText :: QsciScintilla a -> Int -> IO () # | |
QclearMarginText () # | |
Defined in Qtc.Qsci.QsciScintilla clearMarginText :: QsciScintilla a -> () -> IO () # |
clearRegisteredImages :: QsciScintilla a -> () -> IO () #
contractedFolds :: QsciScintilla a -> () -> IO [Int] #
convertEols :: QsciScintilla a -> EolMode -> IO () #
edgeColor :: QsciScintilla a -> () -> IO (QColor ()) #
edgeColumn :: QsciScintilla a -> () -> IO Int #
edgeMode :: QsciScintilla a -> () -> IO EdgeMode #
endUndoAction :: QsciScintilla a -> () -> IO () #
class QensureLineVisible x0 x1 where #
ensureLineVisible :: x0 -> x1 -> IO () #
Instances
QensureLineVisible (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla ensureLineVisible :: QsciScintilla () -> Int -> IO () # | |
QensureLineVisible (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla ensureLineVisible :: QsciScintillaSc a -> Int -> IO () # |
eolMode :: QsciScintilla a -> () -> IO EolMode #
eolVisibility :: QsciScintilla a -> () -> IO Bool #
extraAscent :: QsciScintilla a -> () -> IO Int #
extraDescent :: QsciScintilla a -> () -> IO Int #
fillIndicatorRange :: QsciScintilla a -> (Int, Int, Int, Int, Int) -> IO () #
class QfindFirst x0 x1 where #
Instances
QfindFirst (QsciScintilla ()) (String, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirst (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirst (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirst (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirst (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Int) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Int) -> IO Bool # | |
QfindFirst (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Int) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Int) -> IO Bool # | |
QfindFirst (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int) -> IO Bool # | |
QfindFirst (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int) -> IO Bool # | |
QfindFirst (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool) -> IO Bool # | |
QfindFirst (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool) -> IO Bool # | |
QfindFirst (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) -> IO Bool # | |
QfindFirst (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirst :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) -> IO Bool # |
class QfindFirstInSelection x0 x1 where #
findFirstInSelection :: x0 -> x1 -> IO Bool #
Instances
QfindFirstInSelection (QsciScintilla ()) (String, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintilla () -> (String, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintillaSc a) (String, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintillaSc a -> (String, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintilla ()) (String, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla findFirstInSelection :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Bool) -> IO Bool # |
Instances
QfindNext (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla findNext :: QsciScintilla () -> () -> IO Bool # | |
QfindNext (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla findNext :: QsciScintillaSc a -> () -> IO Bool # |
firstVisibleLine :: QsciScintilla a -> () -> IO Int #
Instances
QfoldAll (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla foldAll :: QsciScintilla () -> Bool -> IO () # | |
QfoldAll (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla foldAll :: QsciScintilla () -> () -> IO () # | |
QfoldAll (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla foldAll :: QsciScintillaSc a -> Bool -> IO () # | |
QfoldAll (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla foldAll :: QsciScintillaSc a -> () -> IO () # |
Instances
QfoldLine (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla foldLine :: QsciScintilla () -> Int -> IO () # | |
QfoldLine (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla foldLine :: QsciScintillaSc a -> Int -> IO () # |
folding :: QsciScintilla a -> () -> IO FoldStyle #
getCursorPosition :: QsciScintilla a -> (QIntPtr t1, QIntPtr t2) -> IO () #
getSelection :: QsciScintilla a -> (QIntPtr t1, QIntPtr t2, QIntPtr t3, QIntPtr t4) -> IO () #
indentationGuides :: QsciScintilla a -> () -> IO Bool #
indentationWidth :: QsciScintilla a -> () -> IO Int #
indentationsUseTabs :: QsciScintilla a -> () -> IO Bool #
class QindicatorDefine x1 where #
indicatorDefine :: QsciScintilla a -> x1 -> IO Int #
Instances
QindicatorDefine IndicatorStyle # | |
Defined in Qtc.Qsci.QsciScintilla indicatorDefine :: QsciScintilla a -> IndicatorStyle -> IO Int # | |
QindicatorDefine (IndicatorStyle, Int) # | |
Defined in Qtc.Qsci.QsciScintilla indicatorDefine :: QsciScintilla a -> (IndicatorStyle, Int) -> IO Int # |
indicatorDrawUnder :: QsciScintilla a -> Int -> IO Bool #
Instances
QinsertAt (QsciScintilla ()) (String, Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla insertAt :: QsciScintilla () -> (String, Int, Int) -> IO () # | |
QinsertAt (QsciScintillaSc a) (String, Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla insertAt :: QsciScintillaSc a -> (String, Int, Int) -> IO () # |
isCallTipActive :: QsciScintilla a -> () -> IO Bool #
isListActive :: QsciScintilla a -> () -> IO Bool #
isUtf8 :: QsciScintilla a -> () -> IO Bool #
isWordCharacter :: QsciScintilla a -> Qchar t1 -> IO Bool #
lineIndexFromPosition :: QsciScintilla a -> (Int, QIntPtr t2, QIntPtr t3) -> IO () #
lineLength :: QsciScintilla a -> Int -> IO Int #
qlines :: QsciScintilla a -> () -> IO Int #
marginBackgroundColor :: QsciScintilla a -> Int -> IO (QColor ()) #
marginLineNumbers :: QsciScintilla a -> Int -> IO Bool #
marginMarkerMask :: QsciScintilla a -> Int -> IO Int #
marginOptions :: QsciScintilla a -> () -> IO Int #
marginSensitivity :: QsciScintilla a -> Int -> IO Bool #
marginType :: QsciScintilla a -> Int -> IO MarginType #
marginWidth :: QsciScintilla a -> Int -> IO Int #
markerAdd :: QsciScintilla a -> (Int, Int) -> IO Int #
class QmarkerDefine x1 where #
markerDefine :: QsciScintilla a -> x1 -> IO Int #
Instances
class QmarkerDelete x1 where #
markerDelete :: QsciScintilla a -> x1 -> IO () #
Instances
QmarkerDelete Int # | |
Defined in Qtc.Qsci.QsciScintilla markerDelete :: QsciScintilla a -> Int -> IO () # | |
QmarkerDelete (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla markerDelete :: QsciScintilla a -> (Int, Int) -> IO () # |
class QmarkerDeleteAll x1 where #
markerDeleteAll :: QsciScintilla a -> x1 -> IO () #
Instances
QmarkerDeleteAll Int # | |
Defined in Qtc.Qsci.QsciScintilla markerDeleteAll :: QsciScintilla a -> Int -> IO () # | |
QmarkerDeleteAll () # | |
Defined in Qtc.Qsci.QsciScintilla markerDeleteAll :: QsciScintilla a -> () -> IO () # |
markerDeleteHandle :: QsciScintilla a -> Int -> IO () #
markerFindNext :: QsciScintilla a -> (Int, Int) -> IO Int #
markerFindPrevious :: QsciScintilla a -> (Int, Int) -> IO Int #
markerLine :: QsciScintilla a -> Int -> IO Int #
markersAtLine :: QsciScintilla a -> Int -> IO Int #
class QmoveToMatchingBrace x0 x1 where #
moveToMatchingBrace :: x0 -> x1 -> IO () #
Instances
QmoveToMatchingBrace (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla moveToMatchingBrace :: QsciScintilla () -> () -> IO () # | |
QmoveToMatchingBrace (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla moveToMatchingBrace :: QsciScintillaSc a -> () -> IO () # |
positionFromLineIndex :: QsciScintilla a -> (Int, Int) -> IO Int #
Instances
Qrecolor (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla recolor :: QsciScintilla () -> Int -> IO () # | |
Qrecolor (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla recolor :: QsciScintilla () -> () -> IO () # | |
Qrecolor (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla recolor :: QsciScintillaSc a -> Int -> IO () # | |
Qrecolor (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla recolor :: QsciScintillaSc a -> () -> IO () # | |
Qrecolor (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla recolor :: QsciScintilla () -> (Int, Int) -> IO () # | |
Qrecolor (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla recolor :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QregisterImage x1 where #
registerImage :: QsciScintilla a -> x1 -> IO () #
Instances
QregisterImage (Int, QImage t2) # | |
Defined in Qtc.Qsci.QsciScintilla registerImage :: QsciScintilla a -> (Int, QImage t2) -> IO () # | |
QregisterImage (Int, QPixmap t2) # | |
Defined in Qtc.Qsci.QsciScintilla registerImage :: QsciScintilla a -> (Int, QPixmap t2) -> IO () # |
class QreplaceSelectedText x0 x1 where #
replaceSelectedText :: x0 -> x1 -> IO () #
Instances
QreplaceSelectedText (QsciScintilla ()) String # | |
Defined in Qtc.Qsci.QsciScintilla replaceSelectedText :: QsciScintilla () -> String -> IO () # | |
QreplaceSelectedText (QsciScintillaSc a) String # | |
Defined in Qtc.Qsci.QsciScintilla replaceSelectedText :: QsciScintillaSc a -> String -> IO () # |
resetFoldMarginColors :: QsciScintilla a -> () -> IO () #
resetHotspotBackgroundColor :: QsciScintilla a -> () -> IO () #
resetHotspotForegroundColor :: QsciScintilla a -> () -> IO () #
resetMatchedBraceIndicator :: QsciScintilla a -> () -> IO () #
class QresetSelectionBackgroundColor x0 x1 where #
resetSelectionBackgroundColor :: x0 -> x1 -> IO () #
Instances
QresetSelectionBackgroundColor (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla resetSelectionBackgroundColor :: QsciScintilla () -> () -> IO () # | |
QresetSelectionBackgroundColor (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla resetSelectionBackgroundColor :: QsciScintillaSc a -> () -> IO () # |
class QresetSelectionForegroundColor x0 x1 where #
resetSelectionForegroundColor :: x0 -> x1 -> IO () #
Instances
QresetSelectionForegroundColor (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla resetSelectionForegroundColor :: QsciScintilla () -> () -> IO () # | |
QresetSelectionForegroundColor (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla resetSelectionForegroundColor :: QsciScintillaSc a -> () -> IO () # |
resetUnmatchedBraceIndicator :: QsciScintilla a -> () -> IO () #
class QselectToMatchingBrace x0 x1 where #
selectToMatchingBrace :: x0 -> x1 -> IO () #
Instances
QselectToMatchingBrace (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla selectToMatchingBrace :: QsciScintilla () -> () -> IO () # | |
QselectToMatchingBrace (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla selectToMatchingBrace :: QsciScintillaSc a -> () -> IO () # |
selectionToEol :: QsciScintilla a -> () -> IO Bool #
setAnnotationDisplay :: QsciScintilla a -> AnnotationDisplay -> IO () #
setAutoCompletionFillups :: QsciScintilla a -> String -> IO () #
setAutoCompletionFillupsEnabled :: QsciScintilla a -> Bool -> IO () #
class QsetAutoCompletionReplaceWord x0 x1 where #
setAutoCompletionReplaceWord :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionReplaceWord (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionReplaceWord :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoCompletionReplaceWord (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionReplaceWord :: QsciScintillaSc a -> Bool -> IO () # |
class QsetAutoCompletionShowSingle x0 x1 where #
setAutoCompletionShowSingle :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionShowSingle (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionShowSingle :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoCompletionShowSingle (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionShowSingle :: QsciScintillaSc a -> Bool -> IO () # |
class QsetAutoCompletionSource x0 x1 where #
setAutoCompletionSource :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionSource (QsciScintilla ()) AutoCompletionSource # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionSource :: QsciScintilla () -> AutoCompletionSource -> IO () # | |
QsetAutoCompletionSource (QsciScintillaSc a) AutoCompletionSource # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionSource :: QsciScintillaSc a -> AutoCompletionSource -> IO () # |
class QsetAutoCompletionThreshold x0 x1 where #
setAutoCompletionThreshold :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionThreshold (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionThreshold :: QsciScintilla () -> Int -> IO () # | |
QsetAutoCompletionThreshold (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionThreshold :: QsciScintillaSc a -> Int -> IO () # |
class QsetAutoCompletionUseSingle x0 x1 where #
setAutoCompletionUseSingle :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionUseSingle (QsciScintilla ()) AutoCompletionUseSingle # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionUseSingle :: QsciScintilla () -> AutoCompletionUseSingle -> IO () # | |
QsetAutoCompletionUseSingle (QsciScintillaSc a) AutoCompletionUseSingle # | |
Defined in Qtc.Qsci.QsciScintilla setAutoCompletionUseSingle :: QsciScintillaSc a -> AutoCompletionUseSingle -> IO () # |
setAutoCompletionWordSeparators :: QsciScintilla a -> [String] -> IO () #
class QsetAutoIndent x0 x1 where #
setAutoIndent :: x0 -> x1 -> IO () #
Instances
QsetAutoIndent (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setAutoIndent :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoIndent (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setAutoIndent :: QsciScintillaSc a -> Bool -> IO () # |
class QsetBackspaceUnindents x0 x1 where #
setBackspaceUnindents :: x0 -> x1 -> IO () #
Instances
QsetBackspaceUnindents (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setBackspaceUnindents :: QsciScintilla () -> Bool -> IO () # | |
QsetBackspaceUnindents (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setBackspaceUnindents :: QsciScintillaSc a -> Bool -> IO () # |
class QsetBraceMatching x0 x1 where #
setBraceMatching :: x0 -> x1 -> IO () #
Instances
QsetBraceMatching (QsciScintilla ()) BraceMatch # | |
Defined in Qtc.Qsci.QsciScintilla setBraceMatching :: QsciScintilla () -> BraceMatch -> IO () # | |
QsetBraceMatching (QsciScintillaSc a) BraceMatch # | |
Defined in Qtc.Qsci.QsciScintilla setBraceMatching :: QsciScintillaSc a -> BraceMatch -> IO () # |
setCallTipsBackgroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setCallTipsForegroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setCallTipsHighlightColor :: QsciScintilla a -> QColor t1 -> IO () #
setCallTipsPosition :: QsciScintilla a -> CallTipsPosition -> IO () #
setCallTipsStyle :: QsciScintilla a -> CallTipsStyle -> IO () #
setCallTipsVisible :: QsciScintilla a -> Int -> IO () #
class QsetCaretForegroundColor x0 x1 where #
setCaretForegroundColor :: x0 -> x1 -> IO () #
Instances
QsetCaretForegroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setCaretForegroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetCaretForegroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setCaretForegroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetCaretLineBackgroundColor x0 x1 where #
setCaretLineBackgroundColor :: x0 -> x1 -> IO () #
Instances
QsetCaretLineBackgroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setCaretLineBackgroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetCaretLineBackgroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setCaretLineBackgroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetCaretLineVisible x0 x1 where #
setCaretLineVisible :: x0 -> x1 -> IO () #
Instances
QsetCaretLineVisible (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setCaretLineVisible :: QsciScintilla () -> Bool -> IO () # | |
QsetCaretLineVisible (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setCaretLineVisible :: QsciScintillaSc a -> Bool -> IO () # |
class QsetCaretWidth x0 x1 where #
setCaretWidth :: x0 -> x1 -> IO () #
Instances
QsetCaretWidth (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla setCaretWidth :: QsciScintilla () -> Int -> IO () # | |
QsetCaretWidth (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla setCaretWidth :: QsciScintillaSc a -> Int -> IO () # |
setContractedFolds :: QsciScintilla a -> [Int] -> IO () #
setEdgeColor :: QsciScintilla a -> QColor t1 -> IO () #
setEdgeColumn :: QsciScintilla a -> Int -> IO () #
setEdgeMode :: QsciScintilla a -> EdgeMode -> IO () #
class QsetEolMode x0 x1 where #
setEolMode :: x0 -> x1 -> IO () #
Instances
QsetEolMode (QsciScintilla ()) EolMode # | |
Defined in Qtc.Qsci.QsciScintilla setEolMode :: QsciScintilla () -> EolMode -> IO () # | |
QsetEolMode (QsciScintillaSc a) EolMode # | |
Defined in Qtc.Qsci.QsciScintilla setEolMode :: QsciScintillaSc a -> EolMode -> IO () # |
class QsetEolVisibility x0 x1 where #
setEolVisibility :: x0 -> x1 -> IO () #
Instances
QsetEolVisibility (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setEolVisibility :: QsciScintilla () -> Bool -> IO () # | |
QsetEolVisibility (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setEolVisibility :: QsciScintillaSc a -> Bool -> IO () # |
setExtraAscent :: QsciScintilla a -> Int -> IO () #
setExtraDescent :: QsciScintilla a -> Int -> IO () #
setFirstVisibleLine :: QsciScintilla a -> Int -> IO () #
setFoldMarginColors :: QsciScintilla a -> (QColor t1, QColor t2) -> IO () #
class QsetFolding x0 x1 where #
setFolding :: x0 -> x1 -> IO () #
Instances
QsetFolding (QsciScintilla ()) FoldStyle # | |
Defined in Qtc.Qsci.QsciScintilla setFolding :: QsciScintilla () -> FoldStyle -> IO () # | |
QsetFolding (QsciScintillaSc a) FoldStyle # | |
Defined in Qtc.Qsci.QsciScintilla setFolding :: QsciScintillaSc a -> FoldStyle -> IO () # | |
QsetFolding (QsciScintilla ()) (FoldStyle, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setFolding :: QsciScintilla () -> (FoldStyle, Int) -> IO () # | |
QsetFolding (QsciScintillaSc a) (FoldStyle, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setFolding :: QsciScintillaSc a -> (FoldStyle, Int) -> IO () # |
setHotspotBackgroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setHotspotForegroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setHotspotUnderline :: QsciScintilla a -> Bool -> IO () #
setHotspotWrap :: QsciScintilla a -> Bool -> IO () #
class QsetIndentationGuides x0 x1 where #
setIndentationGuides :: x0 -> x1 -> IO () #
Instances
QsetIndentationGuides (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationGuides :: QsciScintilla () -> Bool -> IO () # | |
QsetIndentationGuides (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationGuides :: QsciScintillaSc a -> Bool -> IO () # |
class QsetIndentationGuidesBackgroundColor x0 x1 where #
setIndentationGuidesBackgroundColor :: x0 -> x1 -> IO () #
Instances
QsetIndentationGuidesBackgroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationGuidesBackgroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetIndentationGuidesBackgroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationGuidesBackgroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetIndentationGuidesForegroundColor x0 x1 where #
setIndentationGuidesForegroundColor :: x0 -> x1 -> IO () #
Instances
QsetIndentationGuidesForegroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationGuidesForegroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetIndentationGuidesForegroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationGuidesForegroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetIndentationWidth x0 x1 where #
setIndentationWidth :: x0 -> x1 -> IO () #
Instances
QsetIndentationWidth (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationWidth :: QsciScintilla () -> Int -> IO () # | |
QsetIndentationWidth (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationWidth :: QsciScintillaSc a -> Int -> IO () # |
class QsetIndentationsUseTabs x0 x1 where #
setIndentationsUseTabs :: x0 -> x1 -> IO () #
Instances
QsetIndentationsUseTabs (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationsUseTabs :: QsciScintilla () -> Bool -> IO () # | |
QsetIndentationsUseTabs (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setIndentationsUseTabs :: QsciScintillaSc a -> Bool -> IO () # |
class QsetIndicatorDrawUnder x1 where #
setIndicatorDrawUnder :: QsciScintilla a -> x1 -> IO () #
Instances
QsetIndicatorDrawUnder Bool # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorDrawUnder :: QsciScintilla a -> Bool -> IO () # | |
QsetIndicatorDrawUnder (Bool, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorDrawUnder :: QsciScintilla a -> (Bool, Int) -> IO () # |
class QsetIndicatorForegroundColor x1 where #
setIndicatorForegroundColor :: QsciScintilla a -> x1 -> IO () #
Instances
QsetIndicatorForegroundColor (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorForegroundColor :: QsciScintilla a -> QColor t1 -> IO () # | |
QsetIndicatorForegroundColor (QColor t1, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorForegroundColor :: QsciScintilla a -> (QColor t1, Int) -> IO () # |
class QsetIndicatorHoverForegroundColor x1 where #
setIndicatorHoverForegroundColor :: QsciScintilla a -> x1 -> IO () #
Instances
QsetIndicatorHoverForegroundColor (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorHoverForegroundColor :: QsciScintilla a -> QColor t1 -> IO () # | |
QsetIndicatorHoverForegroundColor (QColor t1, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorHoverForegroundColor :: QsciScintilla a -> (QColor t1, Int) -> IO () # |
class QsetIndicatorHoverStyle x1 where #
setIndicatorHoverStyle :: QsciScintilla a -> x1 -> IO () #
Instances
QsetIndicatorHoverStyle IndicatorStyle # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorHoverStyle :: QsciScintilla a -> IndicatorStyle -> IO () # | |
QsetIndicatorHoverStyle (IndicatorStyle, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorHoverStyle :: QsciScintilla a -> (IndicatorStyle, Int) -> IO () # |
class QsetIndicatorOutlineColor x1 where #
setIndicatorOutlineColor :: QsciScintilla a -> x1 -> IO () #
Instances
QsetIndicatorOutlineColor (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorOutlineColor :: QsciScintilla a -> QColor t1 -> IO () # | |
QsetIndicatorOutlineColor (QColor t1, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setIndicatorOutlineColor :: QsciScintilla a -> (QColor t1, Int) -> IO () # |
Instances
QsetLexer (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla setLexer :: QsciScintilla () -> () -> IO () # | |
QsetLexer (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla setLexer :: QsciScintillaSc a -> () -> IO () # | |
QsetLexer (QsciScintilla ()) (QsciLexer t1) # | |
Defined in Qtc.Qsci.QsciScintilla setLexer :: QsciScintilla () -> QsciLexer t1 -> IO () # | |
QsetLexer (QsciScintillaSc a) (QsciLexer t1) # | |
Defined in Qtc.Qsci.QsciScintilla setLexer :: QsciScintillaSc a -> QsciLexer t1 -> IO () # |
setMarginBackgroundColor :: QsciScintilla a -> (Int, QColor t2) -> IO () #
class QsetMarginLineNumbers x0 x1 where #
setMarginLineNumbers :: x0 -> x1 -> IO () #
Instances
QsetMarginLineNumbers (QsciScintilla ()) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginLineNumbers :: QsciScintilla () -> (Int, Bool) -> IO () # | |
QsetMarginLineNumbers (QsciScintillaSc a) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginLineNumbers :: QsciScintillaSc a -> (Int, Bool) -> IO () # |
class QsetMarginMarkerMask x0 x1 where #
setMarginMarkerMask :: x0 -> x1 -> IO () #
Instances
QsetMarginMarkerMask (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginMarkerMask :: QsciScintilla () -> (Int, Int) -> IO () # | |
QsetMarginMarkerMask (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginMarkerMask :: QsciScintillaSc a -> (Int, Int) -> IO () # |
setMarginOptions :: QsciScintilla a -> Int -> IO () #
class QsetMarginSensitivity x0 x1 where #
setMarginSensitivity :: x0 -> x1 -> IO () #
Instances
QsetMarginSensitivity (QsciScintilla ()) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginSensitivity :: QsciScintilla () -> (Int, Bool) -> IO () # | |
QsetMarginSensitivity (QsciScintillaSc a) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginSensitivity :: QsciScintillaSc a -> (Int, Bool) -> IO () # |
class QsetMarginText x1 where #
setMarginText :: QsciScintilla a -> x1 -> IO () #
Instances
QsetMarginText (Int, [QsciStyledText t2]) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginText :: QsciScintilla a -> (Int, [QsciStyledText t2]) -> IO () # | |
QsetMarginText (Int, QsciStyledText t2) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginText :: QsciScintilla a -> (Int, QsciStyledText t2) -> IO () # | |
QsetMarginText (Int, String, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginText :: QsciScintilla a -> (Int, String, Int) -> IO () # | |
QsetMarginText (Int, String, QsciStyle t3) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginText :: QsciScintilla a -> (Int, String, QsciStyle t3) -> IO () # |
setMarginType :: QsciScintilla a -> (Int, MarginType) -> IO () #
class QsetMarginWidth x0 x1 where #
setMarginWidth :: x0 -> x1 -> IO () #
Instances
QsetMarginWidth (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginWidth :: QsciScintilla () -> (Int, Int) -> IO () # | |
QsetMarginWidth (QsciScintilla ()) (Int, String) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginWidth :: QsciScintilla () -> (Int, String) -> IO () # | |
QsetMarginWidth (QsciScintillaSc a) (Int, String) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginWidth :: QsciScintillaSc a -> (Int, String) -> IO () # | |
QsetMarginWidth (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginWidth :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QsetMarginsBackgroundColor x0 x1 where #
setMarginsBackgroundColor :: x0 -> x1 -> IO () #
Instances
QsetMarginsBackgroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginsBackgroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetMarginsBackgroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginsBackgroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetMarginsFont x0 x1 where #
setMarginsFont :: x0 -> x1 -> IO () #
Instances
QsetMarginsFont (QsciScintilla ()) (QFont t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginsFont :: QsciScintilla () -> QFont t1 -> IO () # | |
QsetMarginsFont (QsciScintillaSc a) (QFont t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginsFont :: QsciScintillaSc a -> QFont t1 -> IO () # |
class QsetMarginsForegroundColor x0 x1 where #
setMarginsForegroundColor :: x0 -> x1 -> IO () #
Instances
QsetMarginsForegroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginsForegroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetMarginsForegroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarginsForegroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetMarkerBackgroundColor x1 where #
setMarkerBackgroundColor :: QsciScintilla a -> x1 -> IO () #
Instances
QsetMarkerBackgroundColor (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarkerBackgroundColor :: QsciScintilla a -> QColor t1 -> IO () # | |
QsetMarkerBackgroundColor (QColor t1, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarkerBackgroundColor :: QsciScintilla a -> (QColor t1, Int) -> IO () # |
class QsetMarkerForegroundColor x1 where #
setMarkerForegroundColor :: QsciScintilla a -> x1 -> IO () #
Instances
QsetMarkerForegroundColor (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setMarkerForegroundColor :: QsciScintilla a -> QColor t1 -> IO () # | |
QsetMarkerForegroundColor (QColor t1, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setMarkerForegroundColor :: QsciScintilla a -> (QColor t1, Int) -> IO () # |
setMatchedBraceBackgroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setMatchedBraceForegroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setMatchedBraceIndicator :: QsciScintilla a -> Int -> IO () #
class QsetSelectionBackgroundColor x0 x1 where #
setSelectionBackgroundColor :: x0 -> x1 -> IO () #
Instances
QsetSelectionBackgroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setSelectionBackgroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetSelectionBackgroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setSelectionBackgroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetSelectionForegroundColor x0 x1 where #
setSelectionForegroundColor :: x0 -> x1 -> IO () #
Instances
QsetSelectionForegroundColor (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setSelectionForegroundColor :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetSelectionForegroundColor (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla setSelectionForegroundColor :: QsciScintillaSc a -> QColor t1 -> IO () # |
setSelectionToEol :: QsciScintilla a -> Bool -> IO () #
setTabDrawMode :: QsciScintilla a -> TabDrawMode -> IO () #
class QsetTabIndents x0 x1 where #
setTabIndents :: x0 -> x1 -> IO () #
Instances
QsetTabIndents (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setTabIndents :: QsciScintilla () -> Bool -> IO () # | |
QsetTabIndents (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setTabIndents :: QsciScintillaSc a -> Bool -> IO () # |
setUnmatchedBraceBackgroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setUnmatchedBraceForegroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setUnmatchedBraceIndicator :: QsciScintilla a -> Int -> IO () #
Instances
QsetUtf8 (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setUtf8 :: QsciScintilla () -> Bool -> IO () # | |
QsetUtf8 (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla setUtf8 :: QsciScintillaSc a -> Bool -> IO () # |
setWhitespaceBackgroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setWhitespaceForegroundColor :: QsciScintilla a -> QColor t1 -> IO () #
setWhitespaceSize :: QsciScintilla a -> Int -> IO () #
class QsetWhitespaceVisibility x0 x1 where #
setWhitespaceVisibility :: x0 -> x1 -> IO () #
Instances
QsetWhitespaceVisibility (QsciScintilla ()) WhitespaceVisibility # | |
Defined in Qtc.Qsci.QsciScintilla setWhitespaceVisibility :: QsciScintilla () -> WhitespaceVisibility -> IO () # | |
QsetWhitespaceVisibility (QsciScintillaSc a) WhitespaceVisibility # | |
Defined in Qtc.Qsci.QsciScintilla setWhitespaceVisibility :: QsciScintillaSc a -> WhitespaceVisibility -> IO () # |
setWrapIndentMode :: QsciScintilla a -> WrapIndentMode -> IO () #
class QsetWrapVisualFlags x1 where #
setWrapVisualFlags :: QsciScintilla a -> x1 -> IO () #
Instances
QsetWrapVisualFlags WrapVisualFlag # | |
Defined in Qtc.Qsci.QsciScintilla setWrapVisualFlags :: QsciScintilla a -> WrapVisualFlag -> IO () # | |
QsetWrapVisualFlags (WrapVisualFlag, WrapVisualFlag) # | |
Defined in Qtc.Qsci.QsciScintilla setWrapVisualFlags :: QsciScintilla a -> (WrapVisualFlag, WrapVisualFlag) -> IO () # | |
QsetWrapVisualFlags (WrapVisualFlag, WrapVisualFlag, Int) # | |
Defined in Qtc.Qsci.QsciScintilla setWrapVisualFlags :: QsciScintilla a -> (WrapVisualFlag, WrapVisualFlag, Int) -> IO () # |
showUserList :: QsciScintilla a -> (Int, [String]) -> IO () #
standardCommands :: QsciScintilla a -> () -> IO (QsciCommandSet ()) #
tabDrawMode :: QsciScintilla a -> () -> IO TabDrawMode #
tabIndents :: QsciScintilla a -> () -> IO Bool #
textHeight :: QsciScintilla a -> Int -> IO Int #
Instances
Qunindent (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla unindent :: QsciScintilla () -> Int -> IO () # | |
Qunindent (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla unindent :: QsciScintillaSc a -> Int -> IO () # |
whitespaceSize :: QsciScintilla a -> () -> IO Int #
whitespaceVisibility :: QsciScintilla a -> () -> IO WhitespaceVisibility #
wordAtLineIndex :: QsciScintilla a -> (Int, Int) -> IO String #
wordAtPoint :: QsciScintilla a -> Point -> IO String #
qwordAtPoint :: QsciScintilla a -> QPoint t1 -> IO String #
wrapIndentMode :: QsciScintilla a -> () -> IO WrapIndentMode #
qsciScintilla_delete :: QsciScintilla a -> IO () #
qsciScintilla_deleteLater :: QsciScintilla a -> IO () #