Documentation
class Qreplace_h x0 x1 where #
Instances
Qreplace_h (QsciScintilla ()) String # | |
Defined in Qtc.Qsci.QsciScintilla_h replace_h :: QsciScintilla () -> String -> IO () # | |
Qreplace_h (QsciScintillaSc a) String # | |
Defined in Qtc.Qsci.QsciScintilla_h replace_h :: QsciScintillaSc a -> String -> IO () # |
Instances
Qindent_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h indent_h :: QsciScintilla () -> Int -> IO () # | |
Qindent_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h indent_h :: QsciScintillaSc a -> Int -> IO () # |
class QremoveSelectedText_h x0 x1 where #
removeSelectedText_h :: x0 -> x1 -> IO () #
Instances
QremoveSelectedText_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h removeSelectedText_h :: QsciScintilla () -> () -> IO () # | |
QremoveSelectedText_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h removeSelectedText_h :: QsciScintillaSc a -> () -> IO () # |
class QsetCursorPosition_h x0 x1 where #
setCursorPosition_h :: x0 -> x1 -> IO () #
Instances
QsetCursorPosition_h (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setCursorPosition_h :: QsciScintilla () -> (Int, Int) -> IO () # | |
QsetCursorPosition_h (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setCursorPosition_h :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QensureCursorVisible_h x0 x1 where #
ensureCursorVisible_h :: x0 -> x1 -> IO () #
Instances
QensureCursorVisible_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h ensureCursorVisible_h :: QsciScintilla () -> () -> IO () # | |
QensureCursorVisible_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h ensureCursorVisible_h :: QsciScintillaSc a -> () -> IO () # |
class QsetAutoCompletionCaseSensitivity_h x0 x1 where #
setAutoCompletionCaseSensitivity_h :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionCaseSensitivity_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionCaseSensitivity_h :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoCompletionCaseSensitivity_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionCaseSensitivity_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetIndentation_h x0 x1 where #
setIndentation_h :: x0 -> x1 -> IO () #
Instances
QsetIndentation_h (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentation_h :: QsciScintilla () -> (Int, Int) -> IO () # | |
QsetIndentation_h (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentation_h :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QsetTabWidth_h x0 x1 where #
setTabWidth_h :: x0 -> x1 -> IO () #
Instances
QsetTabWidth_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setTabWidth_h :: QsciScintilla () -> Int -> IO () # | |
QsetTabWidth_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setTabWidth_h :: QsciScintillaSc a -> Int -> IO () # |
class QapiContext_h x0 x1 where #
apiContext_h :: x0 -> x1 -> IO [String] #
Instances
QapiContext_h (QsciScintilla ()) (Int, QIntRef t2, QIntRef t3) # | |
Defined in Qtc.Qsci.QsciScintilla_h apiContext_h :: QsciScintilla () -> (Int, QIntRef t2, QIntRef t3) -> IO [String] # | |
QapiContext_h (QsciScintillaSc a) (Int, QIntRef t2, QIntRef t3) # | |
Defined in Qtc.Qsci.QsciScintilla_h apiContext_h :: QsciScintillaSc a -> (Int, QIntRef t2, QIntRef t3) -> IO [String] # |
class QautoCompleteFromAPIs_h x0 x1 where #
autoCompleteFromAPIs_h :: x0 -> x1 -> IO () #
Instances
QautoCompleteFromAPIs_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h autoCompleteFromAPIs_h :: QsciScintilla () -> () -> IO () # | |
QautoCompleteFromAPIs_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h autoCompleteFromAPIs_h :: QsciScintillaSc a -> () -> IO () # |
class QautoCompleteFromAll_h x0 x1 where #
autoCompleteFromAll_h :: x0 -> x1 -> IO () #
Instances
QautoCompleteFromAll_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h autoCompleteFromAll_h :: QsciScintilla () -> () -> IO () # | |
QautoCompleteFromAll_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h autoCompleteFromAll_h :: QsciScintillaSc a -> () -> IO () # |
class QautoCompleteFromDocument_h x0 x1 where #
autoCompleteFromDocument_h :: x0 -> x1 -> IO () #
Instances
QautoCompleteFromDocument_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h autoCompleteFromDocument_h :: QsciScintilla () -> () -> IO () # | |
QautoCompleteFromDocument_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h autoCompleteFromDocument_h :: QsciScintillaSc a -> () -> IO () # |
class QcallTip_h x0 x1 where #
Instances
QcallTip_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h callTip_h :: QsciScintilla () -> () -> IO () # | |
QcallTip_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h callTip_h :: QsciScintillaSc a -> () -> IO () # |
class QensureLineVisible_h x0 x1 where #
ensureLineVisible_h :: x0 -> x1 -> IO () #
Instances
QensureLineVisible_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h ensureLineVisible_h :: QsciScintilla () -> Int -> IO () # | |
QensureLineVisible_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h ensureLineVisible_h :: QsciScintillaSc a -> Int -> IO () # |
class QfindFirst_h x0 x1 where #
findFirst_h :: x0 -> x1 -> IO Bool #
Instances
QfindFirst_h (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h findFirst_h :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) -> IO Bool # | |
QfindFirst_h (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h findFirst_h :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Int, Int, Bool, Bool) -> IO Bool # |
class QfindFirstInSelection_h x0 x1 where #
findFirstInSelection_h :: x0 -> x1 -> IO Bool #
Instances
QfindFirstInSelection_h (QsciScintilla ()) (String, Bool, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h findFirstInSelection_h :: QsciScintilla () -> (String, Bool, Bool, Bool, Bool, Bool, Bool) -> IO Bool # | |
QfindFirstInSelection_h (QsciScintillaSc a) (String, Bool, Bool, Bool, Bool, Bool, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h findFirstInSelection_h :: QsciScintillaSc a -> (String, Bool, Bool, Bool, Bool, Bool, Bool) -> IO Bool # |
class QfindNext_h x0 x1 where #
findNext_h :: x0 -> x1 -> IO Bool #
Instances
QfindNext_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h findNext_h :: QsciScintilla () -> () -> IO Bool # | |
QfindNext_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h findNext_h :: QsciScintillaSc a -> () -> IO Bool # |
class QfoldAll_h x0 x1 where #
Instances
QfoldAll_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h foldAll_h :: QsciScintilla () -> Bool -> IO () # | |
QfoldAll_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h foldAll_h :: QsciScintilla () -> () -> IO () # | |
QfoldAll_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h foldAll_h :: QsciScintillaSc a -> Bool -> IO () # | |
QfoldAll_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h foldAll_h :: QsciScintillaSc a -> () -> IO () # |
class QfoldLine_h x0 x1 where #
foldLine_h :: x0 -> x1 -> IO () #
Instances
QfoldLine_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h foldLine_h :: QsciScintilla () -> Int -> IO () # | |
QfoldLine_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h foldLine_h :: QsciScintillaSc a -> Int -> IO () # |
class QinsertAt_h x0 x1 where #
insertAt_h :: x0 -> x1 -> IO () #
Instances
QinsertAt_h (QsciScintilla ()) (String, Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h insertAt_h :: QsciScintilla () -> (String, Int, Int) -> IO () # | |
QinsertAt_h (QsciScintillaSc a) (String, Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h insertAt_h :: QsciScintillaSc a -> (String, Int, Int) -> IO () # |
class QmoveToMatchingBrace_h x0 x1 where #
moveToMatchingBrace_h :: x0 -> x1 -> IO () #
Instances
QmoveToMatchingBrace_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h moveToMatchingBrace_h :: QsciScintilla () -> () -> IO () # | |
QmoveToMatchingBrace_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h moveToMatchingBrace_h :: QsciScintillaSc a -> () -> IO () # |
class Qrecolor_h x0 x1 where #
Instances
Qrecolor_h (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h recolor_h :: QsciScintilla () -> (Int, Int) -> IO () # | |
Qrecolor_h (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h recolor_h :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QreplaceSelectedText_h x0 x1 where #
replaceSelectedText_h :: x0 -> x1 -> IO () #
Instances
QreplaceSelectedText_h (QsciScintilla ()) String # | |
Defined in Qtc.Qsci.QsciScintilla_h replaceSelectedText_h :: QsciScintilla () -> String -> IO () # | |
QreplaceSelectedText_h (QsciScintillaSc a) String # | |
Defined in Qtc.Qsci.QsciScintilla_h replaceSelectedText_h :: QsciScintillaSc a -> String -> IO () # |
class QresetSelectionBackgroundColor_h x0 x1 where #
resetSelectionBackgroundColor_h :: x0 -> x1 -> IO () #
Instances
QresetSelectionBackgroundColor_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h resetSelectionBackgroundColor_h :: QsciScintilla () -> () -> IO () # | |
QresetSelectionBackgroundColor_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h resetSelectionBackgroundColor_h :: QsciScintillaSc a -> () -> IO () # |
class QresetSelectionForegroundColor_h x0 x1 where #
resetSelectionForegroundColor_h :: x0 -> x1 -> IO () #
Instances
QresetSelectionForegroundColor_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h resetSelectionForegroundColor_h :: QsciScintilla () -> () -> IO () # | |
QresetSelectionForegroundColor_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h resetSelectionForegroundColor_h :: QsciScintillaSc a -> () -> IO () # |
class QselectToMatchingBrace_h x0 x1 where #
selectToMatchingBrace_h :: x0 -> x1 -> IO () #
Instances
QselectToMatchingBrace_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h selectToMatchingBrace_h :: QsciScintilla () -> () -> IO () # | |
QselectToMatchingBrace_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h selectToMatchingBrace_h :: QsciScintillaSc a -> () -> IO () # |
class QsetAutoCompletionReplaceWord_h x0 x1 where #
setAutoCompletionReplaceWord_h :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionReplaceWord_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionReplaceWord_h :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoCompletionReplaceWord_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionReplaceWord_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetAutoCompletionShowSingle_h x0 x1 where #
setAutoCompletionShowSingle_h :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionShowSingle_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionShowSingle_h :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoCompletionShowSingle_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionShowSingle_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetAutoCompletionSource_h x0 x1 where #
setAutoCompletionSource_h :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionSource_h (QsciScintilla ()) AutoCompletionSource # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionSource_h :: QsciScintilla () -> AutoCompletionSource -> IO () # | |
QsetAutoCompletionSource_h (QsciScintillaSc a) AutoCompletionSource # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionSource_h :: QsciScintillaSc a -> AutoCompletionSource -> IO () # |
class QsetAutoCompletionThreshold_h x0 x1 where #
setAutoCompletionThreshold_h :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionThreshold_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionThreshold_h :: QsciScintilla () -> Int -> IO () # | |
QsetAutoCompletionThreshold_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionThreshold_h :: QsciScintillaSc a -> Int -> IO () # |
class QsetAutoCompletionUseSingle_h x0 x1 where #
setAutoCompletionUseSingle_h :: x0 -> x1 -> IO () #
Instances
QsetAutoCompletionUseSingle_h (QsciScintilla ()) AutoCompletionUseSingle # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionUseSingle_h :: QsciScintilla () -> AutoCompletionUseSingle -> IO () # | |
QsetAutoCompletionUseSingle_h (QsciScintillaSc a) AutoCompletionUseSingle # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoCompletionUseSingle_h :: QsciScintillaSc a -> AutoCompletionUseSingle -> IO () # |
class QsetAutoIndent_h x0 x1 where #
setAutoIndent_h :: x0 -> x1 -> IO () #
Instances
QsetAutoIndent_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoIndent_h :: QsciScintilla () -> Bool -> IO () # | |
QsetAutoIndent_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setAutoIndent_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetBackspaceUnindents_h x0 x1 where #
setBackspaceUnindents_h :: x0 -> x1 -> IO () #
Instances
QsetBackspaceUnindents_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setBackspaceUnindents_h :: QsciScintilla () -> Bool -> IO () # | |
QsetBackspaceUnindents_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setBackspaceUnindents_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetBraceMatching_h x0 x1 where #
setBraceMatching_h :: x0 -> x1 -> IO () #
Instances
QsetBraceMatching_h (QsciScintilla ()) BraceMatch # | |
Defined in Qtc.Qsci.QsciScintilla_h setBraceMatching_h :: QsciScintilla () -> BraceMatch -> IO () # | |
QsetBraceMatching_h (QsciScintillaSc a) BraceMatch # | |
Defined in Qtc.Qsci.QsciScintilla_h setBraceMatching_h :: QsciScintillaSc a -> BraceMatch -> IO () # |
class QsetCaretForegroundColor_h x0 x1 where #
setCaretForegroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetCaretForegroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretForegroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetCaretForegroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretForegroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetCaretLineBackgroundColor_h x0 x1 where #
setCaretLineBackgroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetCaretLineBackgroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretLineBackgroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetCaretLineBackgroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretLineBackgroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetCaretLineVisible_h x0 x1 where #
setCaretLineVisible_h :: x0 -> x1 -> IO () #
Instances
QsetCaretLineVisible_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretLineVisible_h :: QsciScintilla () -> Bool -> IO () # | |
QsetCaretLineVisible_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretLineVisible_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetCaretWidth_h x0 x1 where #
setCaretWidth_h :: x0 -> x1 -> IO () #
Instances
QsetCaretWidth_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretWidth_h :: QsciScintilla () -> Int -> IO () # | |
QsetCaretWidth_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setCaretWidth_h :: QsciScintillaSc a -> Int -> IO () # |
class QsetEolMode_h x0 x1 where #
setEolMode_h :: x0 -> x1 -> IO () #
Instances
QsetEolMode_h (QsciScintilla ()) EolMode # | |
Defined in Qtc.Qsci.QsciScintilla_h setEolMode_h :: QsciScintilla () -> EolMode -> IO () # | |
QsetEolMode_h (QsciScintillaSc a) EolMode # | |
Defined in Qtc.Qsci.QsciScintilla_h setEolMode_h :: QsciScintillaSc a -> EolMode -> IO () # |
class QsetEolVisibility_h x0 x1 where #
setEolVisibility_h :: x0 -> x1 -> IO () #
Instances
QsetEolVisibility_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setEolVisibility_h :: QsciScintilla () -> Bool -> IO () # | |
QsetEolVisibility_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setEolVisibility_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetFolding_h x0 x1 where #
setFolding_h :: x0 -> x1 -> IO () #
Instances
QsetFolding_h (QsciScintilla ()) FoldStyle # | |
Defined in Qtc.Qsci.QsciScintilla_h setFolding_h :: QsciScintilla () -> FoldStyle -> IO () # | |
QsetFolding_h (QsciScintillaSc a) FoldStyle # | |
Defined in Qtc.Qsci.QsciScintilla_h setFolding_h :: QsciScintillaSc a -> FoldStyle -> IO () # | |
QsetFolding_h (QsciScintilla ()) (FoldStyle, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setFolding_h :: QsciScintilla () -> (FoldStyle, Int) -> IO () # | |
QsetFolding_h (QsciScintillaSc a) (FoldStyle, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setFolding_h :: QsciScintillaSc a -> (FoldStyle, Int) -> IO () # |
class QsetIndentationGuides_h x0 x1 where #
setIndentationGuides_h :: x0 -> x1 -> IO () #
Instances
QsetIndentationGuides_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationGuides_h :: QsciScintilla () -> Bool -> IO () # | |
QsetIndentationGuides_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationGuides_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetIndentationGuidesBackgroundColor_h x0 x1 where #
setIndentationGuidesBackgroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetIndentationGuidesBackgroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationGuidesBackgroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetIndentationGuidesBackgroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationGuidesBackgroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetIndentationGuidesForegroundColor_h x0 x1 where #
setIndentationGuidesForegroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetIndentationGuidesForegroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationGuidesForegroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetIndentationGuidesForegroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationGuidesForegroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetIndentationWidth_h x0 x1 where #
setIndentationWidth_h :: x0 -> x1 -> IO () #
Instances
QsetIndentationWidth_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationWidth_h :: QsciScintilla () -> Int -> IO () # | |
QsetIndentationWidth_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationWidth_h :: QsciScintillaSc a -> Int -> IO () # |
class QsetIndentationsUseTabs_h x0 x1 where #
setIndentationsUseTabs_h :: x0 -> x1 -> IO () #
Instances
QsetIndentationsUseTabs_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationsUseTabs_h :: QsciScintilla () -> Bool -> IO () # | |
QsetIndentationsUseTabs_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setIndentationsUseTabs_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetLexer_h x0 x1 where #
setLexer_h :: x0 -> x1 -> IO () #
Instances
QsetLexer_h (QsciScintilla ()) () # | |
Defined in Qtc.Qsci.QsciScintilla_h setLexer_h :: QsciScintilla () -> () -> IO () # | |
QsetLexer_h (QsciScintillaSc a) () # | |
Defined in Qtc.Qsci.QsciScintilla_h setLexer_h :: QsciScintillaSc a -> () -> IO () # | |
QsetLexer_h (QsciScintilla ()) (QsciLexer t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setLexer_h :: QsciScintilla () -> QsciLexer t1 -> IO () # | |
QsetLexer_h (QsciScintillaSc a) (QsciLexer t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setLexer_h :: QsciScintillaSc a -> QsciLexer t1 -> IO () # |
class QsetMarginLineNumbers_h x0 x1 where #
setMarginLineNumbers_h :: x0 -> x1 -> IO () #
Instances
QsetMarginLineNumbers_h (QsciScintilla ()) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginLineNumbers_h :: QsciScintilla () -> (Int, Bool) -> IO () # | |
QsetMarginLineNumbers_h (QsciScintillaSc a) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginLineNumbers_h :: QsciScintillaSc a -> (Int, Bool) -> IO () # |
class QsetMarginMarkerMask_h x0 x1 where #
setMarginMarkerMask_h :: x0 -> x1 -> IO () #
Instances
QsetMarginMarkerMask_h (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginMarkerMask_h :: QsciScintilla () -> (Int, Int) -> IO () # | |
QsetMarginMarkerMask_h (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginMarkerMask_h :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QsetMarginSensitivity_h x0 x1 where #
setMarginSensitivity_h :: x0 -> x1 -> IO () #
Instances
QsetMarginSensitivity_h (QsciScintilla ()) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginSensitivity_h :: QsciScintilla () -> (Int, Bool) -> IO () # | |
QsetMarginSensitivity_h (QsciScintillaSc a) (Int, Bool) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginSensitivity_h :: QsciScintillaSc a -> (Int, Bool) -> IO () # |
class QsetMarginWidth_h x0 x1 where #
setMarginWidth_h :: x0 -> x1 -> IO () #
Instances
QsetMarginWidth_h (QsciScintilla ()) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginWidth_h :: QsciScintilla () -> (Int, Int) -> IO () # | |
QsetMarginWidth_h (QsciScintilla ()) (Int, String) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginWidth_h :: QsciScintilla () -> (Int, String) -> IO () # | |
QsetMarginWidth_h (QsciScintillaSc a) (Int, String) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginWidth_h :: QsciScintillaSc a -> (Int, String) -> IO () # | |
QsetMarginWidth_h (QsciScintillaSc a) (Int, Int) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginWidth_h :: QsciScintillaSc a -> (Int, Int) -> IO () # |
class QsetMarginsBackgroundColor_h x0 x1 where #
setMarginsBackgroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetMarginsBackgroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginsBackgroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetMarginsBackgroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginsBackgroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetMarginsFont_h x0 x1 where #
setMarginsFont_h :: x0 -> x1 -> IO () #
Instances
QsetMarginsFont_h (QsciScintilla ()) (QFont t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginsFont_h :: QsciScintilla () -> QFont t1 -> IO () # | |
QsetMarginsFont_h (QsciScintillaSc a) (QFont t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginsFont_h :: QsciScintillaSc a -> QFont t1 -> IO () # |
class QsetMarginsForegroundColor_h x0 x1 where #
setMarginsForegroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetMarginsForegroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginsForegroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetMarginsForegroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setMarginsForegroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetSelectionBackgroundColor_h x0 x1 where #
setSelectionBackgroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetSelectionBackgroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setSelectionBackgroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetSelectionBackgroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setSelectionBackgroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetSelectionForegroundColor_h x0 x1 where #
setSelectionForegroundColor_h :: x0 -> x1 -> IO () #
Instances
QsetSelectionForegroundColor_h (QsciScintilla ()) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setSelectionForegroundColor_h :: QsciScintilla () -> QColor t1 -> IO () # | |
QsetSelectionForegroundColor_h (QsciScintillaSc a) (QColor t1) # | |
Defined in Qtc.Qsci.QsciScintilla_h setSelectionForegroundColor_h :: QsciScintillaSc a -> QColor t1 -> IO () # |
class QsetTabIndents_h x0 x1 where #
setTabIndents_h :: x0 -> x1 -> IO () #
Instances
QsetTabIndents_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setTabIndents_h :: QsciScintilla () -> Bool -> IO () # | |
QsetTabIndents_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setTabIndents_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetUtf8_h x0 x1 where #
Instances
QsetUtf8_h (QsciScintilla ()) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setUtf8_h :: QsciScintilla () -> Bool -> IO () # | |
QsetUtf8_h (QsciScintillaSc a) Bool # | |
Defined in Qtc.Qsci.QsciScintilla_h setUtf8_h :: QsciScintillaSc a -> Bool -> IO () # |
class QsetWhitespaceVisibility_h x0 x1 where #
setWhitespaceVisibility_h :: x0 -> x1 -> IO () #
Instances
QsetWhitespaceVisibility_h (QsciScintilla ()) WhitespaceVisibility # | |
Defined in Qtc.Qsci.QsciScintilla_h setWhitespaceVisibility_h :: QsciScintilla () -> WhitespaceVisibility -> IO () # | |
QsetWhitespaceVisibility_h (QsciScintillaSc a) WhitespaceVisibility # | |
Defined in Qtc.Qsci.QsciScintilla_h setWhitespaceVisibility_h :: QsciScintillaSc a -> WhitespaceVisibility -> IO () # |
class Qunindent_h x0 x1 where #
unindent_h :: x0 -> x1 -> IO () #
Instances
Qunindent_h (QsciScintilla ()) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h unindent_h :: QsciScintilla () -> Int -> IO () # | |
Qunindent_h (QsciScintillaSc a) Int # | |
Defined in Qtc.Qsci.QsciScintilla_h unindent_h :: QsciScintillaSc a -> Int -> IO () # |