Documentation
class QresetClean_h x0 x1 where #
resetClean_h :: x0 -> x1 -> IO () #
Instances
QresetClean_h (QUndoStack ()) () # | |
Defined in Qtc.Widgets.QUndoStack_h resetClean_h :: QUndoStack () -> () -> IO () # | |
QresetClean_h (QUndoStackSc a) () # | |
Defined in Qtc.Widgets.QUndoStack_h resetClean_h :: QUndoStackSc a -> () -> IO () # |
class QsetClean_h x0 x1 where #
setClean_h :: x0 -> x1 -> IO () #
Instances
QsetClean_h (QUndoStack ()) () # | |
Defined in Qtc.Widgets.QUndoStack_h setClean_h :: QUndoStack () -> () -> IO () # | |
QsetClean_h (QUndoStackSc a) () # | |
Defined in Qtc.Widgets.QUndoStack_h setClean_h :: QUndoStackSc a -> () -> IO () # |
class QsetIndex_h x0 x1 where #
setIndex_h :: x0 -> x1 -> IO () #
Instances
QsetIndex_h (QUndoStack ()) Int # | |
Defined in Qtc.Widgets.QUndoStack_h setIndex_h :: QUndoStack () -> Int -> IO () # | |
QsetIndex_h (QUndoStackSc a) Int # | |
Defined in Qtc.Widgets.QUndoStack_h setIndex_h :: QUndoStackSc a -> Int -> IO () # |