Documentation
class QautoCompletionFillups a b where #
autoCompletionFillups :: a -> b -> IO String #
class QautoCompletionSelected a b where #
autoCompletionSelected :: a -> b -> IO () #
class QautoCompletionWordSeparators a b where #
autoCompletionWordSeparators :: a -> b -> IO [String] #
class QblockLookback a b where #
blockLookback :: a -> b -> IO Int #
class QblockStart a b where #
blockStart :: a -> b -> IO String #
class QblockStartKeyword a b where #
blockStartKeyword :: a -> b -> IO String #
class QbraceStyle a b where #
braceStyle :: a -> b -> IO Int #
class QbytesAsText a b where #
bytesAsText :: a -> b -> IO String #
class QcaseSensitive a b where #
caseSensitive :: a -> b -> IO Bool #
class QdefaultColor a b where #
defaultColor :: a -> b -> IO (QColor ()) #
class QdefaultEolFill a b where #
defaultEolFill :: a -> b -> IO Bool #
class QdefaultPaper a b where #
defaultPaper :: a -> b -> IO (QColor ()) #
class QdefaultStyle a b where #
defaultStyle :: a -> b -> IO Int #
class QdollarsAllowed a b where #
dollarsAllowed :: a -> b -> IO Bool #
class QfoldAtElse a b where #
foldAtElse :: a -> b -> IO Bool #
class QfoldComments a b where #
foldComments :: a -> b -> IO Bool #
class QfoldCompact a b where #
foldCompact :: a -> b -> IO Bool #
class QfoldPreprocessor a b where #
foldPreprocessor :: a -> b -> IO Bool #
class QfromMimeData a b where #
fromMimeData :: a -> b -> IO (QByteArray ()) #
class QhighlightEscapeSequences a b where #
highlightEscapeSequences :: a -> b -> IO Bool #
class QindentationGuideView a b where #
indentationGuideView :: a -> b -> IO Int #
class QreadProperties a b where #
readProperties :: a -> b -> IO Bool #
class QreadSettings a b where #
readSettings :: a -> b -> IO Bool #
class QrefreshProperties a b where #
refreshProperties :: a -> b -> IO () #
class QsetAutoIndentStyle a b where #
setAutoIndentStyle :: a -> b -> IO () #
class QsetCaseSensitiveTags a b where #
setCaseSensitiveTags :: a -> b -> IO () #
class QsetDollarsAllowed a b where #
setDollarsAllowed :: a -> b -> IO () #
class QsetEditor a b where #
class QsetEolFill a b where #
setEolFill :: a -> b -> IO () #
class QsetFoldAtElse a b where #
setFoldAtElse :: a -> b -> IO () #
class QsetFoldComments a b where #
setFoldComments :: a -> b -> IO () #
class QsetFoldCompact a b where #
setFoldCompact :: a -> b -> IO () #
class QsetFoldPreprocessor a b where #
setFoldPreprocessor :: a -> b -> IO () #
class QsetHighlightEscapeSequences a b where #
setHighlightEscapeSequences :: a -> b -> IO () #
class QsetScrollBars a b where #
setScrollBars :: a -> b -> IO () #
class QsetStylePreprocessor a b where #
setStylePreprocessor :: a -> b -> IO () #
class QstyleBitsNeeded a b where #
styleBitsNeeded :: a -> b -> IO Int #
class QstylePreprocessor a b where #
stylePreprocessor :: a -> b -> IO Bool #
class QtextAsBytes a b where #
textAsBytes :: a -> b -> IO (QByteArray ()) #
class QtoMimeData a b where #
toMimeData :: a -> b -> IO (QMimeData ()) #
class QupdateAutoCompletionList a b where #
updateAutoCompletionList :: a -> b -> IO () #
class QwordCharacters a b where #
wordCharacters :: a -> b -> IO String #
class QwriteProperties a b where #
writeProperties :: a -> b -> IO Bool #
class QwriteSettings a b where #
writeSettings :: a -> b -> IO Bool #