Documentation
class QqTextFormat x1 where #
qTextFormat :: x1 -> IO (QTextFormat ()) #
Instances
QqTextFormat Int # | |
Defined in Qtc.Gui.QTextFormat qTextFormat :: Int -> IO (QTextFormat ()) # | |
QqTextFormat () # | |
Defined in Qtc.Gui.QTextFormat qTextFormat :: () -> IO (QTextFormat ()) # | |
QqTextFormat (QTextFormat t1) # | |
Defined in Qtc.Gui.QTextFormat qTextFormat :: QTextFormat t1 -> IO (QTextFormat ()) # |
class QqTextFormat_nf x1 where #
qTextFormat_nf :: x1 -> IO (QTextFormat ()) #
Instances
QqTextFormat_nf Int # | |
Defined in Qtc.Gui.QTextFormat qTextFormat_nf :: Int -> IO (QTextFormat ()) # | |
QqTextFormat_nf () # | |
Defined in Qtc.Gui.QTextFormat qTextFormat_nf :: () -> IO (QTextFormat ()) # | |
QqTextFormat_nf (QTextFormat t1) # | |
Defined in Qtc.Gui.QTextFormat qTextFormat_nf :: QTextFormat t1 -> IO (QTextFormat ()) # |
boolProperty :: QTextFormat a -> Int -> IO Bool #
brushProperty :: QTextFormat a -> Int -> IO (QBrush ()) #
clearBackground :: QTextFormat a -> () -> IO () #
clearForeground :: QTextFormat a -> () -> IO () #
clearProperty :: QTextFormat a -> Int -> IO () #
colorProperty :: QTextFormat a -> Int -> IO (QColor ()) #
doubleProperty :: QTextFormat a -> Int -> IO Double #
intProperty :: QTextFormat a -> Int -> IO Int #
isBlockFormat :: QTextFormat a -> () -> IO Bool #
isCharFormat :: QTextFormat a -> () -> IO Bool #
isFrameFormat :: QTextFormat a -> () -> IO Bool #
isImageFormat :: QTextFormat a -> () -> IO Bool #
isListFormat :: QTextFormat a -> () -> IO Bool #
isTableCellFormat :: QTextFormat a -> () -> IO Bool #
isTableFormat :: QTextFormat a -> () -> IO Bool #
lengthProperty :: QTextFormat a -> Int -> IO (QTextLength ()) #
lengthVectorProperty :: QTextFormat a -> Int -> IO [QTextLength ()] #
objectType :: QTextFormat a -> () -> IO Int #
penProperty :: QTextFormat a -> Int -> IO (QPen ()) #
propertyCount :: QTextFormat a -> () -> IO Int #
setObjectIndex :: QTextFormat a -> Int -> IO () #
setObjectType :: QTextFormat a -> Int -> IO () #
stringProperty :: QTextFormat a -> Int -> IO String #
toBlockFormat :: QTextFormat a -> () -> IO (QTextBlockFormat ()) #
toCharFormat :: QTextFormat a -> () -> IO (QTextCharFormat ()) #
toFrameFormat :: QTextFormat a -> () -> IO (QTextFrameFormat ()) #
toImageFormat :: QTextFormat a -> () -> IO (QTextImageFormat ()) #
toListFormat :: QTextFormat a -> () -> IO (QTextListFormat ()) #
toTableCellFormat :: QTextFormat a -> () -> IO (QTextTableCellFormat ()) #
toTableFormat :: QTextFormat a -> () -> IO (QTextTableFormat ()) #
qTextFormat_delete :: QTextFormat a -> IO () #