Documentation
class QqTableWidgetSelectionRange x1 where #
qTableWidgetSelectionRange :: x1 -> IO (QTableWidgetSelectionRange ()) #
Instances
QqTableWidgetSelectionRange () # | |
Defined in Qtc.Widgets.QTableWidgetSelectionRange qTableWidgetSelectionRange :: () -> IO (QTableWidgetSelectionRange ()) # | |
QqTableWidgetSelectionRange (QTableWidgetSelectionRange t1) # | |
Defined in Qtc.Widgets.QTableWidgetSelectionRange qTableWidgetSelectionRange :: QTableWidgetSelectionRange t1 -> IO (QTableWidgetSelectionRange ()) # | |
QqTableWidgetSelectionRange (Int, Int, Int, Int) # | |
Defined in Qtc.Widgets.QTableWidgetSelectionRange qTableWidgetSelectionRange :: (Int, Int, Int, Int) -> IO (QTableWidgetSelectionRange ()) # |
class QqTableWidgetSelectionRange_nf x1 where #
qTableWidgetSelectionRange_nf :: x1 -> IO (QTableWidgetSelectionRange ()) #
Instances
QqTableWidgetSelectionRange_nf () # | |
Defined in Qtc.Widgets.QTableWidgetSelectionRange qTableWidgetSelectionRange_nf :: () -> IO (QTableWidgetSelectionRange ()) # | |
QqTableWidgetSelectionRange_nf (QTableWidgetSelectionRange t1) # | |
Defined in Qtc.Widgets.QTableWidgetSelectionRange | |
QqTableWidgetSelectionRange_nf (Int, Int, Int, Int) # | |
Defined in Qtc.Widgets.QTableWidgetSelectionRange qTableWidgetSelectionRange_nf :: (Int, Int, Int, Int) -> IO (QTableWidgetSelectionRange ()) # |
bottomRow :: QTableWidgetSelectionRange a -> () -> IO Int #
leftColumn :: QTableWidgetSelectionRange a -> () -> IO Int #
rightColumn :: QTableWidgetSelectionRange a -> () -> IO Int #
topRow :: QTableWidgetSelectionRange a -> () -> IO Int #
qTableWidgetSelectionRange_delete :: QTableWidgetSelectionRange a -> IO () #
Orphan instances
QrowCount (QTableWidgetSelectionRange ()) () # | |
rowCount :: QTableWidgetSelectionRange () -> () -> IO Int # | |
QrowCount (QTableWidgetSelectionRangeSc a) () # | |
rowCount :: QTableWidgetSelectionRangeSc a -> () -> IO Int # | |
QcolumnCount (QTableWidgetSelectionRange ()) () # | |
columnCount :: QTableWidgetSelectionRange () -> () -> IO Int # | |
QcolumnCount (QTableWidgetSelectionRangeSc a) () # | |
columnCount :: QTableWidgetSelectionRangeSc a -> () -> IO Int # |