Documentation
class QqItemDelegateTrUtf8 x1 where #
qItemDelegateTrUtf8 :: x1 -> IO String #
Instances
QqItemDelegateTrUtf8 String # | |
Defined in Qtc.Widgets.QItemDelegate qItemDelegateTrUtf8 :: String -> IO String # | |
QqItemDelegateTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QItemDelegate qItemDelegateTrUtf8 :: (String, String) -> IO String # | |
QqItemDelegateTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QItemDelegate qItemDelegateTrUtf8 :: (String, String, Int) -> IO String # |
class QqItemDelegate x1 where #
qItemDelegate :: x1 -> IO (QItemDelegate ()) #
Instances
QqItemDelegate () # | |
Defined in Qtc.Widgets.QItemDelegate qItemDelegate :: () -> IO (QItemDelegate ()) # | |
QqItemDelegate (QObject t1) # | |
Defined in Qtc.Widgets.QItemDelegate qItemDelegate :: QObject t1 -> IO (QItemDelegate ()) # |
class Qdecoration x0 x1 where #
decoration :: x0 -> x1 -> IO (QPixmap ()) #
Instances
Qdecoration (QItemDelegate ()) (QStyleOptionViewItem t1, QVariant t2) # | |
Defined in Qtc.Widgets.QItemDelegate decoration :: QItemDelegate () -> (QStyleOptionViewItem t1, QVariant t2) -> IO (QPixmap ()) # | |
Qdecoration (QItemDelegateSc a) (QStyleOptionViewItem t1, QVariant t2) # | |
Defined in Qtc.Widgets.QItemDelegate decoration :: QItemDelegateSc a -> (QStyleOptionViewItem t1, QVariant t2) -> IO (QPixmap ()) # |
Instances
QdoCheck (QItemDelegate ()) (QStyleOptionViewItem t1, Rect, QVariant t3) # | |
Defined in Qtc.Widgets.QItemDelegate doCheck :: QItemDelegate () -> (QStyleOptionViewItem t1, Rect, QVariant t3) -> IO Rect # | |
QdoCheck (QItemDelegateSc a) (QStyleOptionViewItem t1, Rect, QVariant t3) # | |
Defined in Qtc.Widgets.QItemDelegate doCheck :: QItemDelegateSc a -> (QStyleOptionViewItem t1, Rect, QVariant t3) -> IO Rect # |
Instances
QqdoCheck (QItemDelegate ()) (QStyleOptionViewItem t1, QRect t2, QVariant t3) # | |
Defined in Qtc.Widgets.QItemDelegate qdoCheck :: QItemDelegate () -> (QStyleOptionViewItem t1, QRect t2, QVariant t3) -> IO (QRect ()) # | |
QqdoCheck (QItemDelegateSc a) (QStyleOptionViewItem t1, QRect t2, QVariant t3) # | |
Defined in Qtc.Widgets.QItemDelegate qdoCheck :: QItemDelegateSc a -> (QStyleOptionViewItem t1, QRect t2, QVariant t3) -> IO (QRect ()) # |
Instances
QdoLayout (QItemDelegate ()) (QStyleOptionViewItem t1, QRect t2, QRect t3, QRect t4, Bool) # | |
Defined in Qtc.Widgets.QItemDelegate doLayout :: QItemDelegate () -> (QStyleOptionViewItem t1, QRect t2, QRect t3, QRect t4, Bool) -> IO () # | |
QdoLayout (QItemDelegateSc a) (QStyleOptionViewItem t1, QRect t2, QRect t3, QRect t4, Bool) # | |
Defined in Qtc.Widgets.QItemDelegate doLayout :: QItemDelegateSc a -> (QStyleOptionViewItem t1, QRect t2, QRect t3, QRect t4, Bool) -> IO () # |
class QdrawCheck x0 x1 where #
Instances
QdrawCheck (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, Rect, CheckState) # | |
Defined in Qtc.Widgets.QItemDelegate drawCheck :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, Rect, CheckState) -> IO () # | |
QdrawCheck (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, Rect, CheckState) # | |
Defined in Qtc.Widgets.QItemDelegate drawCheck :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, Rect, CheckState) -> IO () # |
class QqdrawCheck x0 x1 where #
qdrawCheck :: x0 -> x1 -> IO () #
Instances
QqdrawCheck (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, QRect t3, CheckState) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawCheck :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, QRect t3, CheckState) -> IO () # | |
QqdrawCheck (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, QRect t3, CheckState) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawCheck :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, QRect t3, CheckState) -> IO () # |
class QdrawDecoration x0 x1 where #
drawDecoration :: x0 -> x1 -> IO () #
Instances
QdrawDecoration (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, Rect, QPixmap t4) # | |
Defined in Qtc.Widgets.QItemDelegate drawDecoration :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, Rect, QPixmap t4) -> IO () # | |
QdrawDecoration (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, Rect, QPixmap t4) # | |
Defined in Qtc.Widgets.QItemDelegate drawDecoration :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, Rect, QPixmap t4) -> IO () # |
class QqdrawDecoration x0 x1 where #
qdrawDecoration :: x0 -> x1 -> IO () #
Instances
QqdrawDecoration (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, QRect t3, QPixmap t4) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawDecoration :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, QRect t3, QPixmap t4) -> IO () # | |
QqdrawDecoration (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, QRect t3, QPixmap t4) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawDecoration :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, QRect t3, QPixmap t4) -> IO () # |
class QdrawDisplay x0 x1 where #
drawDisplay :: x0 -> x1 -> IO () #
Instances
QdrawDisplay (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, Rect, String) # | |
Defined in Qtc.Widgets.QItemDelegate drawDisplay :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, Rect, String) -> IO () # | |
QdrawDisplay (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, Rect, String) # | |
Defined in Qtc.Widgets.QItemDelegate drawDisplay :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, Rect, String) -> IO () # |
class QqdrawDisplay x0 x1 where #
qdrawDisplay :: x0 -> x1 -> IO () #
Instances
QqdrawDisplay (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, QRect t3, String) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawDisplay :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, QRect t3, String) -> IO () # | |
QqdrawDisplay (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, QRect t3, String) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawDisplay :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, QRect t3, String) -> IO () # |
class QdrawFocus x0 x1 where #
Instances
QdrawFocus (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, Rect) # | |
Defined in Qtc.Widgets.QItemDelegate drawFocus :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, Rect) -> IO () # | |
QdrawFocus (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, Rect) # | |
Defined in Qtc.Widgets.QItemDelegate drawFocus :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, Rect) -> IO () # |
class QqdrawFocus x0 x1 where #
qdrawFocus :: x0 -> x1 -> IO () #
Instances
QqdrawFocus (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, QRect t3) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawFocus :: QItemDelegate () -> (QPainter t1, QStyleOptionViewItem t2, QRect t3) -> IO () # | |
QqdrawFocus (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, QRect t3) # | |
Defined in Qtc.Widgets.QItemDelegate qdrawFocus :: QItemDelegateSc a -> (QPainter t1, QStyleOptionViewItem t2, QRect t3) -> IO () # |
Instances
Qselected (QItemDelegate ()) (QPixmap t1, QPalette t2, Bool) # | |
Defined in Qtc.Widgets.QItemDelegate | |
Qselected (QItemDelegateSc a) (QPixmap t1, QPalette t2, Bool) # | |
Defined in Qtc.Widgets.QItemDelegate |
class QtextRectangle x0 x1 where #
textRectangle :: x0 -> x1 -> IO Rect #
Instances
QtextRectangle (QItemDelegate ()) (QPainter t1, Rect, QFont t3, String) # | |
Defined in Qtc.Widgets.QItemDelegate textRectangle :: QItemDelegate () -> (QPainter t1, Rect, QFont t3, String) -> IO Rect # | |
QtextRectangle (QItemDelegateSc a) (QPainter t1, Rect, QFont t3, String) # | |
Defined in Qtc.Widgets.QItemDelegate textRectangle :: QItemDelegateSc a -> (QPainter t1, Rect, QFont t3, String) -> IO Rect # |
class QqtextRectangle x0 x1 where #
qtextRectangle :: x0 -> x1 -> IO (QRect ()) #
Instances
QqtextRectangle (QItemDelegate ()) (QPainter t1, QRect t2, QFont t3, String) # | |
Defined in Qtc.Widgets.QItemDelegate qtextRectangle :: QItemDelegate () -> (QPainter t1, QRect t2, QFont t3, String) -> IO (QRect ()) # | |
QqtextRectangle (QItemDelegateSc a) (QPainter t1, QRect t2, QFont t3, String) # | |
Defined in Qtc.Widgets.QItemDelegate qtextRectangle :: QItemDelegateSc a -> (QPainter t1, QRect t2, QFont t3, String) -> IO (QRect ()) # |
qItemDelegate_delete :: QItemDelegate a -> IO () #
qItemDelegate_deleteLater :: QItemDelegate a -> IO () #