Qtc.Widgets.QHeaderView

Contents

Documentation

class QheaderDataChanged x0 x1 where #

Methods

headerDataChanged :: x0 -> x1 -> IO () #

Instances
QheaderDataChanged (QHeaderView ()) (Qt_Orientation, Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

headerDataChanged :: QHeaderView () -> (Qt_Orientation, Int, Int) -> IO () #

QheaderDataChanged (QHeaderViewSc a) (Qt_Orientation, Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

headerDataChanged :: QHeaderViewSc a -> (Qt_Orientation, Int, Int) -> IO () #

class QqHeaderViewTrUtf8 x1 where #

Methods

qHeaderViewTrUtf8 :: x1 -> IO String #

Instances
QqHeaderViewTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qHeaderViewTrUtf8 :: String -> IO String #

QqHeaderViewTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qHeaderViewTrUtf8 :: (String, String) -> IO String #

QqHeaderViewTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qHeaderViewTrUtf8 :: (String, String, Int) -> IO String #

class QqHeaderView x1 where #

Methods

qHeaderView :: x1 -> IO (QHeaderView ()) #

Instances
QqHeaderView Qt_Orientation # 
Instance details

Defined in Qtc.Widgets.QHeaderView

QqHeaderView (Qt_Orientation, QWidget t2) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qHeaderView :: (Qt_Orientation, QWidget t2) -> IO (QHeaderView ()) #

cascadingSectionResizes :: QHeaderView a -> () -> IO Bool #

defaultSectionSize :: QHeaderView a -> () -> IO Int #

hiddenSectionCount :: QHeaderView a -> () -> IO Int #

hideSection :: QHeaderView a -> Int -> IO () #

highlightSections :: QHeaderView a -> () -> IO Bool #

class QinitializeSections x0 x1 where #

Methods

initializeSections :: x0 -> x1 -> IO () #

Instances
QinitializeSections (QHeaderView ()) () # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

initializeSections :: QHeaderView () -> () -> IO () #

QinitializeSections (QHeaderViewSc a) () # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

initializeSections :: QHeaderViewSc a -> () -> IO () #

QinitializeSections (QHeaderView ()) (Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

initializeSections :: QHeaderView () -> (Int, Int) -> IO () #

QinitializeSections (QHeaderViewSc a) (Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

initializeSections :: QHeaderViewSc a -> (Int, Int) -> IO () #

isSectionHidden :: QHeaderView a -> Int -> IO Bool #

isSortIndicatorShown :: QHeaderView a -> () -> IO Bool #

logicalIndex :: QHeaderView a -> Int -> IO Int #

class QlogicalIndexAt x1 where #

Methods

logicalIndexAt :: QHeaderView a -> x1 -> IO Int #

Instances
QlogicalIndexAt Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

logicalIndexAt :: QHeaderView a -> Int -> IO Int #

QlogicalIndexAt Point # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

logicalIndexAt :: QHeaderView a -> Point -> IO Int #

QlogicalIndexAt (Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

logicalIndexAt :: QHeaderView a -> (Int, Int) -> IO Int #

qlogicalIndexAt :: QHeaderView a -> QPoint t1 -> IO Int #

maximumSectionSize :: QHeaderView a -> () -> IO Int #

minimumSectionSize :: QHeaderView a -> () -> IO Int #

moveSection :: QHeaderView a -> (Int, Int) -> IO () #

class QpaintSection x0 x1 where #

Methods

paintSection :: x0 -> x1 -> IO () #

Instances
QpaintSection (QHeaderView ()) (QPainter t1, Rect, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

paintSection :: QHeaderView () -> (QPainter t1, Rect, Int) -> IO () #

QpaintSection (QHeaderViewSc a) (QPainter t1, Rect, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

paintSection :: QHeaderViewSc a -> (QPainter t1, Rect, Int) -> IO () #

class QqpaintSection x0 x1 where #

Methods

qpaintSection :: x0 -> x1 -> IO () #

Instances
QqpaintSection (QHeaderView ()) (QPainter t1, QRect t2, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qpaintSection :: QHeaderView () -> (QPainter t1, QRect t2, Int) -> IO () #

QqpaintSection (QHeaderViewSc a) (QPainter t1, QRect t2, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qpaintSection :: QHeaderViewSc a -> (QPainter t1, QRect t2, Int) -> IO () #

resizeSection :: QHeaderView a -> (Int, Int) -> IO () #

class QresizeSections x0 x1 where #

Methods

resizeSections :: x0 -> x1 -> IO () #

Instances
QresizeSections (QHeaderView ()) () # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

resizeSections :: QHeaderView () -> () -> IO () #

QresizeSections (QHeaderView ()) QHeaderView_ResizeMode # 
Instance details

Defined in Qtc.Widgets.QHeaderView

QresizeSections (QHeaderViewSc a) QHeaderView_ResizeMode # 
Instance details

Defined in Qtc.Widgets.QHeaderView

QresizeSections (QHeaderViewSc a) () # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

resizeSections :: QHeaderViewSc a -> () -> IO () #

sectionPosition :: QHeaderView a -> Int -> IO Int #

sectionSize :: QHeaderView a -> Int -> IO Int #

class QsectionSizeFromContents x0 x1 where #

Methods

sectionSizeFromContents :: x0 -> x1 -> IO Size #

Instances
QsectionSizeFromContents (QHeaderView ()) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

sectionSizeFromContents :: QHeaderView () -> Int -> IO Size #

QsectionSizeFromContents (QHeaderViewSc a) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

sectionSizeFromContents :: QHeaderViewSc a -> Int -> IO Size #

class QqsectionSizeFromContents x0 x1 where #

Methods

qsectionSizeFromContents :: x0 -> x1 -> IO (QSize ()) #

Instances
QqsectionSizeFromContents (QHeaderView ()) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qsectionSizeFromContents :: QHeaderView () -> Int -> IO (QSize ()) #

QqsectionSizeFromContents (QHeaderViewSc a) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

qsectionSizeFromContents :: QHeaderViewSc a -> Int -> IO (QSize ()) #

sectionSizeHint :: QHeaderView a -> Int -> IO Int #

sectionViewportPosition :: QHeaderView a -> Int -> IO Int #

class QsectionsAboutToBeRemoved x0 x1 where #

Methods

sectionsAboutToBeRemoved :: x0 -> x1 -> IO () #

Instances
QsectionsAboutToBeRemoved (QHeaderView ()) (QModelIndex t1, Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

sectionsAboutToBeRemoved :: QHeaderView () -> (QModelIndex t1, Int, Int) -> IO () #

QsectionsAboutToBeRemoved (QHeaderViewSc a) (QModelIndex t1, Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

sectionsAboutToBeRemoved :: QHeaderViewSc a -> (QModelIndex t1, Int, Int) -> IO () #

sectionsClickable :: QHeaderView a -> () -> IO Bool #

sectionsHidden :: QHeaderView a -> () -> IO Bool #

class QsectionsInserted x0 x1 where #

Methods

sectionsInserted :: x0 -> x1 -> IO () #

Instances
QsectionsInserted (QHeaderView ()) (QModelIndex t1, Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

sectionsInserted :: QHeaderView () -> (QModelIndex t1, Int, Int) -> IO () #

QsectionsInserted (QHeaderViewSc a) (QModelIndex t1, Int, Int) # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

sectionsInserted :: QHeaderViewSc a -> (QModelIndex t1, Int, Int) -> IO () #

sectionsMovable :: QHeaderView a -> () -> IO Bool #

sectionsMoved :: QHeaderView a -> () -> IO Bool #

setDefaultSectionSize :: QHeaderView a -> Int -> IO () #

setHighlightSections :: QHeaderView a -> Bool -> IO () #

setMaximumSectionSize :: QHeaderView a -> Int -> IO () #

setMinimumSectionSize :: QHeaderView a -> Int -> IO () #

class QsetOffsetToLastSection x0 x1 where #

Methods

setOffsetToLastSection :: x0 -> x1 -> IO () #

Instances
QsetOffsetToLastSection (QHeaderView ()) () # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

setOffsetToLastSection :: QHeaderView () -> () -> IO () #

QsetOffsetToLastSection (QHeaderViewSc a) () # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

setOffsetToLastSection :: QHeaderViewSc a -> () -> IO () #

class QsetOffsetToSectionPosition x0 x1 where #

Methods

setOffsetToSectionPosition :: x0 -> x1 -> IO () #

Instances
QsetOffsetToSectionPosition (QHeaderView ()) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

setOffsetToSectionPosition :: QHeaderView () -> Int -> IO () #

QsetOffsetToSectionPosition (QHeaderViewSc a) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

setOffsetToSectionPosition :: QHeaderViewSc a -> Int -> IO () #

setSectionHidden :: QHeaderView a -> (Int, Bool) -> IO () #

setSectionsClickable :: QHeaderView a -> Bool -> IO () #

setSectionsMovable :: QHeaderView a -> Bool -> IO () #

setSortIndicatorShown :: QHeaderView a -> Bool -> IO () #

setStretchLastSection :: QHeaderView a -> Bool -> IO () #

showSection :: QHeaderView a -> Int -> IO () #

sortIndicatorSection :: QHeaderView a -> () -> IO Int #

stretchLastSection :: QHeaderView a -> () -> IO Bool #

stretchSectionCount :: QHeaderView a -> () -> IO Int #

swapSections :: QHeaderView a -> (Int, Int) -> IO () #

class QupdateSection x0 x1 where #

Methods

updateSection :: x0 -> x1 -> IO () #

Instances
QupdateSection (QHeaderView ()) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

updateSection :: QHeaderView () -> Int -> IO () #

QupdateSection (QHeaderViewSc a) Int # 
Instance details

Defined in Qtc.Widgets.QHeaderView

Methods

updateSection :: QHeaderViewSc a -> Int -> IO () #

visualIndex :: QHeaderView a -> Int -> IO Int #

visualIndexAt :: QHeaderView a -> Int -> IO Int #

Orphan instances

QsaveState (QHeaderView a) () # 
Instance details

Methods

saveState :: QHeaderView a -> () -> IO (QByteArray ()) #

QqviewportSizeHint (QHeaderView ()) () # 
Instance details

Methods

qviewportSizeHint :: QHeaderView () -> () -> IO (QSize ()) #

QqviewportSizeHint (QHeaderViewSc a) () # 
Instance details

Methods

qviewportSizeHint :: QHeaderViewSc a -> () -> IO (QSize ()) #

QviewportSizeHint (QHeaderView ()) () # 
Instance details

Methods

viewportSizeHint :: QHeaderView () -> () -> IO Size #

QviewportSizeHint (QHeaderViewSc a) () # 
Instance details

Methods

viewportSizeHint :: QHeaderViewSc a -> () -> IO Size #

QviewportMargins (QHeaderView ()) () # 
Instance details

Methods

viewportMargins :: QHeaderView () -> () -> IO (QMargins ()) #

QviewportMargins (QHeaderViewSc a) () # 
Instance details

Methods

viewportMargins :: QHeaderViewSc a -> () -> IO (QMargins ()) #

QviewOptions (QHeaderView ()) () # 
Instance details

Methods

viewOptions :: QHeaderView () -> () -> IO (QStyleOptionViewItem ()) #

QviewOptions (QHeaderViewSc a) () # 
Instance details

Methods

viewOptions :: QHeaderViewSc a -> () -> IO (QStyleOptionViewItem ()) #

QverticalStepsPerItem (QHeaderView ()) () # 
Instance details

Methods

verticalStepsPerItem :: QHeaderView () -> () -> IO Int #

QverticalStepsPerItem (QHeaderViewSc a) () # 
Instance details

Methods

verticalStepsPerItem :: QHeaderViewSc a -> () -> IO Int #

QverticalScrollbarValueChanged (QHeaderView ()) Int # 
Instance details

Methods

verticalScrollbarValueChanged :: QHeaderView () -> Int -> IO () #

QverticalScrollbarValueChanged (QHeaderViewSc a) Int # 
Instance details

Methods

verticalScrollbarValueChanged :: QHeaderViewSc a -> Int -> IO () #

QverticalScrollbarAction (QHeaderView ()) Int # 
Instance details

Methods

verticalScrollbarAction :: QHeaderView () -> Int -> IO () #

QverticalScrollbarAction (QHeaderViewSc a) Int # 
Instance details

Methods

verticalScrollbarAction :: QHeaderViewSc a -> Int -> IO () #

QverticalOffset (QHeaderView ()) () # 
Instance details

Methods

verticalOffset :: QHeaderView () -> () -> IO Int #

QverticalOffset (QHeaderViewSc a) () # 
Instance details

Methods

verticalOffset :: QHeaderViewSc a -> () -> IO Int #

QupdateMicroFocus (QHeaderView ()) () # 
Instance details

Methods

updateMicroFocus :: QHeaderView () -> () -> IO () #

QupdateMicroFocus (QHeaderViewSc a) () # 
Instance details

Methods

updateMicroFocus :: QHeaderViewSc a -> () -> IO () #

QupdateGeometries (QHeaderView ()) () # 
Instance details

Methods

updateGeometries :: QHeaderView () -> () -> IO () #

QupdateGeometries (QHeaderViewSc a) () # 
Instance details

Methods

updateGeometries :: QHeaderViewSc a -> () -> IO () #

QupdateEditorGeometries (QHeaderView ()) () # 
Instance details

Methods

updateEditorGeometries :: QHeaderView () -> () -> IO () #

QupdateEditorGeometries (QHeaderViewSc a) () # 
Instance details

Methods

updateEditorGeometries :: QHeaderViewSc a -> () -> IO () #

QupdateEditorData (QHeaderView ()) () # 
Instance details

Methods

updateEditorData :: QHeaderView () -> () -> IO () #

QupdateEditorData (QHeaderViewSc a) () # 
Instance details

Methods

updateEditorData :: QHeaderViewSc a -> () -> IO () #

QstopAutoScroll (QHeaderView ()) () # 
Instance details

Methods

stopAutoScroll :: QHeaderView () -> () -> IO () #

QstopAutoScroll (QHeaderViewSc a) () # 
Instance details

Methods

stopAutoScroll :: QHeaderViewSc a -> () -> IO () #

QstartDrag (QHeaderView ()) DropActions # 
Instance details

Methods

startDrag :: QHeaderView () -> DropActions -> IO () #

QstartDrag (QHeaderViewSc a) DropActions # 
Instance details

Methods

startDrag :: QHeaderViewSc a -> DropActions -> IO () #

QstartAutoScroll (QHeaderView ()) () # 
Instance details

Methods

startAutoScroll :: QHeaderView () -> () -> IO () #

QstartAutoScroll (QHeaderViewSc a) () # 
Instance details

Methods

startAutoScroll :: QHeaderViewSc a -> () -> IO () #

QsizeHintForRow (QHeaderView ()) Int # 
Instance details

Methods

sizeHintForRow :: QHeaderView () -> Int -> IO Int #

QsizeHintForRow (QHeaderViewSc a) Int # 
Instance details

Methods

sizeHintForRow :: QHeaderViewSc a -> Int -> IO Int #

QsizeHintForColumn (QHeaderView ()) Int # 
Instance details

Methods

sizeHintForColumn :: QHeaderView () -> Int -> IO Int #

QsizeHintForColumn (QHeaderViewSc a) Int # 
Instance details

Methods

sizeHintForColumn :: QHeaderViewSc a -> Int -> IO Int #

QshowNormal (QHeaderView ()) () # 
Instance details

Methods

showNormal :: QHeaderView () -> () -> IO () #

QshowNormal (QHeaderViewSc a) () # 
Instance details

Methods

showNormal :: QHeaderViewSc a -> () -> IO () #

QshowMinimized (QHeaderView ()) () # 
Instance details

Methods

showMinimized :: QHeaderView () -> () -> IO () #

QshowMinimized (QHeaderViewSc a) () # 
Instance details

Methods

showMinimized :: QHeaderViewSc a -> () -> IO () #

QshowMaximized (QHeaderView ()) () # 
Instance details

Methods

showMaximized :: QHeaderView () -> () -> IO () #

QshowMaximized (QHeaderViewSc a) () # 
Instance details

Methods

showMaximized :: QHeaderViewSc a -> () -> IO () #

QshowFullScreen (QHeaderView ()) () # 
Instance details

Methods

showFullScreen :: QHeaderView () -> () -> IO () #

QshowFullScreen (QHeaderViewSc a) () # 
Instance details

Methods

showFullScreen :: QHeaderViewSc a -> () -> IO () #

Qqshow (QHeaderView ()) () # 
Instance details

Methods

qshow :: QHeaderView () -> () -> IO () #

Qqshow (QHeaderViewSc a) () # 
Instance details

Methods

qshow :: QHeaderViewSc a -> () -> IO () #

QsharedPainter (QHeaderView ()) () # 
Instance details

Methods

sharedPainter :: QHeaderView () -> () -> IO (QPainter ()) #

QsharedPainter (QHeaderViewSc a) () # 
Instance details

Methods

sharedPainter :: QHeaderViewSc a -> () -> IO (QPainter ()) #

QsetWindowTitle (QHeaderView ()) String # 
Instance details

Methods

setWindowTitle :: QHeaderView () -> String -> IO () #

QsetWindowTitle (QHeaderViewSc a) String # 
Instance details

Methods

setWindowTitle :: QHeaderViewSc a -> String -> IO () #

QsetWindowModified (QHeaderView ()) Bool # 
Instance details

Methods

setWindowModified :: QHeaderView () -> Bool -> IO () #

QsetWindowModified (QHeaderViewSc a) Bool # 
Instance details

Methods

setWindowModified :: QHeaderViewSc a -> Bool -> IO () #

QsetVisible (QHeaderView ()) Bool # 
Instance details

Methods

setVisible :: QHeaderView () -> Bool -> IO () #

QsetVisible (QHeaderViewSc a) Bool # 
Instance details

Methods

setVisible :: QHeaderViewSc a -> Bool -> IO () #

QsetVerticalStepsPerItem (QHeaderView ()) Int # 
Instance details

Methods

setVerticalStepsPerItem :: QHeaderView () -> Int -> IO () #

QsetVerticalStepsPerItem (QHeaderViewSc a) Int # 
Instance details

Methods

setVerticalStepsPerItem :: QHeaderViewSc a -> Int -> IO () #

QsetStyleSheet (QHeaderView ()) String # 
Instance details

Methods

setStyleSheet :: QHeaderView () -> String -> IO () #

QsetStyleSheet (QHeaderViewSc a) String # 
Instance details

Methods

setStyleSheet :: QHeaderViewSc a -> String -> IO () #

QsetState (QHeaderView ()) QAbstractItemView_State # 
Instance details

QsetState (QHeaderViewSc a) QAbstractItemView_State # 
Instance details

QsetOffset (QHeaderView ()) Int # 
Instance details

Methods

setOffset :: QHeaderView () -> Int -> IO () #

QsetOffset (QHeaderViewSc a) Int # 
Instance details

Methods

setOffset :: QHeaderViewSc a -> Int -> IO () #

QsetHorizontalStepsPerItem (QHeaderView ()) Int # 
Instance details

Methods

setHorizontalStepsPerItem :: QHeaderView () -> Int -> IO () #

QsetHorizontalStepsPerItem (QHeaderViewSc a) Int # 
Instance details

Methods

setHorizontalStepsPerItem :: QHeaderViewSc a -> Int -> IO () #

QsetHidden (QHeaderView ()) Bool # 
Instance details

Methods

setHidden :: QHeaderView () -> Bool -> IO () #

QsetHidden (QHeaderViewSc a) Bool # 
Instance details

Methods

setHidden :: QHeaderViewSc a -> Bool -> IO () #

QsetGeometry (QHeaderView ()) Rect # 
Instance details

Methods

setGeometry :: QHeaderView () -> Rect -> IO () #

QsetGeometry (QHeaderViewSc a) Rect # 
Instance details

Methods

setGeometry :: QHeaderViewSc a -> Rect -> IO () #

QsetEnabled (QHeaderView ()) Bool # 
Instance details

Methods

setEnabled :: QHeaderView () -> Bool -> IO () #

QsetEnabled (QHeaderViewSc a) Bool # 
Instance details

Methods

setEnabled :: QHeaderViewSc a -> Bool -> IO () #

QsetDisabled (QHeaderView ()) Bool # 
Instance details

Methods

setDisabled :: QHeaderView () -> Bool -> IO () #

QsetDisabled (QHeaderViewSc a) Bool # 
Instance details

Methods

setDisabled :: QHeaderViewSc a -> Bool -> IO () #

QsenderSignalIndex (QHeaderView ()) () # 
Instance details

Methods

senderSignalIndex :: QHeaderView () -> () -> IO Int #

QsenderSignalIndex (QHeaderViewSc a) () # 
Instance details

Methods

senderSignalIndex :: QHeaderViewSc a -> () -> IO Int #

Qsender (QHeaderView ()) () # 
Instance details

Methods

sender :: QHeaderView () -> () -> IO (QObject ()) #

Qsender (QHeaderViewSc a) () # 
Instance details

Methods

sender :: QHeaderViewSc a -> () -> IO (QObject ()) #

QselectedIndexes (QHeaderView ()) () # 
Instance details

Methods

selectedIndexes :: QHeaderView () -> () -> IO [QModelIndex ()] #

QselectedIndexes (QHeaderViewSc a) () # 
Instance details

Methods

selectedIndexes :: QHeaderViewSc a -> () -> IO [QModelIndex ()] #

QselectAll (QHeaderView ()) () # 
Instance details

Methods

selectAll :: QHeaderView () -> () -> IO () #

QselectAll (QHeaderViewSc a) () # 
Instance details

Methods

selectAll :: QHeaderViewSc a -> () -> IO () #

QscrollToTop (QHeaderView ()) () # 
Instance details

Methods

scrollToTop :: QHeaderView () -> () -> IO () #

QscrollToTop (QHeaderViewSc a) () # 
Instance details

Methods

scrollToTop :: QHeaderViewSc a -> () -> IO () #

QscrollToBottom (QHeaderView ()) () # 
Instance details

Methods

scrollToBottom :: QHeaderView () -> () -> IO () #

QscrollToBottom (QHeaderViewSc a) () # 
Instance details

Methods

scrollToBottom :: QHeaderViewSc a -> () -> IO () #

QscheduleDelayedItemsLayout (QHeaderView ()) () # 
Instance details

Methods

scheduleDelayedItemsLayout :: QHeaderView () -> () -> IO () #

QscheduleDelayedItemsLayout (QHeaderViewSc a) () # 
Instance details

Methods

scheduleDelayedItemsLayout :: QHeaderViewSc a -> () -> IO () #

Qrepaint (QHeaderView ()) () # 
Instance details

Methods

repaint :: QHeaderView () -> () -> IO () #

Qrepaint (QHeaderViewSc a) () # 
Instance details

Methods

repaint :: QHeaderViewSc a -> () -> IO () #

Qreceivers (QHeaderView ()) String # 
Instance details

Methods

receivers :: QHeaderView () -> String -> IO Int #

Qreceivers (QHeaderViewSc a) String # 
Instance details

Methods

receivers :: QHeaderViewSc a -> String -> IO Int #

Qraise (QHeaderView ()) () # 
Instance details

Methods

raise :: QHeaderView () -> () -> IO () #

Qraise (QHeaderViewSc a) () # 
Instance details

Methods

raise :: QHeaderViewSc a -> () -> IO () #

QpaintEngine (QHeaderView ()) () # 
Instance details

Methods

paintEngine :: QHeaderView () -> () -> IO (QPaintEngine ()) #

QpaintEngine (QHeaderViewSc a) () # 
Instance details

Methods

paintEngine :: QHeaderViewSc a -> () -> IO (QPaintEngine ()) #

Qmove (QHeaderView ()) Point # 
Instance details

Methods

move :: QHeaderView () -> Point -> IO () #

Qmove (QHeaderViewSc a) Point # 
Instance details

Methods

move :: QHeaderViewSc a -> Point -> IO () #

QqminimumSizeHint (QHeaderView ()) () # 
Instance details

Methods

qminimumSizeHint :: QHeaderView () -> () -> IO (QSize ()) #

QqminimumSizeHint (QHeaderViewSc a) () # 
Instance details

Methods

qminimumSizeHint :: QHeaderViewSc a -> () -> IO (QSize ()) #

QminimumSizeHint (QHeaderView ()) () # 
Instance details

Methods

minimumSizeHint :: QHeaderView () -> () -> IO Size #

QminimumSizeHint (QHeaderViewSc a) () # 
Instance details

Methods

minimumSizeHint :: QHeaderViewSc a -> () -> IO Size #

Qmetric (QHeaderView ()) PaintDeviceMetric # 
Instance details

Methods

metric :: QHeaderView () -> PaintDeviceMetric -> IO Int #

Qmetric (QHeaderViewSc a) PaintDeviceMetric # 
Instance details

Methods

metric :: QHeaderViewSc a -> PaintDeviceMetric -> IO Int #

Qlower (QHeaderView ()) () # 
Instance details

Methods

lower :: QHeaderView () -> () -> IO () #

Qlower (QHeaderViewSc a) () # 
Instance details

Methods

lower :: QHeaderViewSc a -> () -> IO () #

QkeyboardSearch (QHeaderView ()) String # 
Instance details

Methods

keyboardSearch :: QHeaderView () -> String -> IO () #

QkeyboardSearch (QHeaderViewSc a) String # 
Instance details

Methods

keyboardSearch :: QHeaderViewSc a -> String -> IO () #

QisEnabled (QHeaderView ()) () # 
Instance details

Methods

isEnabled :: QHeaderView () -> () -> IO Bool #

QisEnabled (QHeaderViewSc a) () # 
Instance details

Methods

isEnabled :: QHeaderViewSc a -> () -> IO Bool #

QinputMethodQuery (QHeaderView ()) InputMethodQuery # 
Instance details

QinputMethodQuery (QHeaderViewSc a) InputMethodQuery # 
Instance details

Qinitialize (QHeaderView ()) () # 
Instance details

Methods

initialize :: QHeaderView () -> () -> IO () #

Qinitialize (QHeaderViewSc a) () # 
Instance details

Methods

initialize :: QHeaderViewSc a -> () -> IO () #

QindexAt (QHeaderView ()) Point # 
Instance details

Methods

indexAt :: QHeaderView () -> Point -> IO (QModelIndex ()) #

QindexAt (QHeaderViewSc a) Point # 
Instance details

Methods

indexAt :: QHeaderViewSc a -> Point -> IO (QModelIndex ()) #

QhorizontalStepsPerItem (QHeaderView ()) () # 
Instance details

Methods

horizontalStepsPerItem :: QHeaderView () -> () -> IO Int #

QhorizontalStepsPerItem (QHeaderViewSc a) () # 
Instance details

Methods

horizontalStepsPerItem :: QHeaderViewSc a -> () -> IO Int #

QhorizontalScrollbarValueChanged (QHeaderView ()) Int # 
Instance details

Methods

horizontalScrollbarValueChanged :: QHeaderView () -> Int -> IO () #

QhorizontalScrollbarValueChanged (QHeaderViewSc a) Int # 
Instance details

Methods

horizontalScrollbarValueChanged :: QHeaderViewSc a -> Int -> IO () #

QhorizontalScrollbarAction (QHeaderView ()) Int # 
Instance details

Methods

horizontalScrollbarAction :: QHeaderView () -> Int -> IO () #

QhorizontalScrollbarAction (QHeaderViewSc a) Int # 
Instance details

Methods

horizontalScrollbarAction :: QHeaderViewSc a -> Int -> IO () #

QhorizontalOffset (QHeaderView ()) () # 
Instance details

Methods

horizontalOffset :: QHeaderView () -> () -> IO Int #

QhorizontalOffset (QHeaderViewSc a) () # 
Instance details

Methods

horizontalOffset :: QHeaderViewSc a -> () -> IO Int #

Qhide (QHeaderView ()) () # 
Instance details

Methods

hide :: QHeaderView () -> () -> IO () #

Qhide (QHeaderViewSc a) () # 
Instance details

Methods

hide :: QHeaderViewSc a -> () -> IO () #

QhasHeightForWidth (QHeaderView ()) () # 
Instance details

Methods

hasHeightForWidth :: QHeaderView () -> () -> IO Bool #

QhasHeightForWidth (QHeaderViewSc a) () # 
Instance details

Methods

hasHeightForWidth :: QHeaderViewSc a -> () -> IO Bool #

Qfont (QHeaderView ()) () # 
Instance details

Methods

font :: QHeaderView () -> () -> IO (QFont ()) #

Qfont (QHeaderViewSc a) () # 
Instance details

Methods

font :: QHeaderViewSc a -> () -> IO (QFont ()) #

QfocusPreviousChild (QHeaderView ()) () # 
Instance details

Methods

focusPreviousChild :: QHeaderView () -> () -> IO Bool #

QfocusPreviousChild (QHeaderViewSc a) () # 
Instance details

Methods

focusPreviousChild :: QHeaderViewSc a -> () -> IO Bool #

QfocusNextPrevChild (QHeaderView ()) Bool # 
Instance details

Methods

focusNextPrevChild :: QHeaderView () -> Bool -> IO Bool #

QfocusNextPrevChild (QHeaderViewSc a) Bool # 
Instance details

Methods

focusNextPrevChild :: QHeaderViewSc a -> Bool -> IO Bool #

QfocusNextChild (QHeaderView ()) () # 
Instance details

Methods

focusNextChild :: QHeaderView () -> () -> IO Bool #

QfocusNextChild (QHeaderViewSc a) () # 
Instance details

Methods

focusNextChild :: QHeaderViewSc a -> () -> IO Bool #

QexecuteDelayedItemsLayout (QHeaderView ()) () # 
Instance details

Methods

executeDelayedItemsLayout :: QHeaderView () -> () -> IO () #

QexecuteDelayedItemsLayout (QHeaderViewSc a) () # 
Instance details

Methods

executeDelayedItemsLayout :: QHeaderViewSc a -> () -> IO () #

QdropIndicatorPosition (QHeaderView ()) () # 
Instance details

QdropIndicatorPosition (QHeaderViewSc a) () # 
Instance details

QdoItemsLayout (QHeaderView ()) () # 
Instance details

Methods

doItemsLayout :: QHeaderView () -> () -> IO () #

QdoItemsLayout (QHeaderViewSc a) () # 
Instance details

Methods

doItemsLayout :: QHeaderViewSc a -> () -> IO () #

QdoAutoScroll (QHeaderView ()) () # 
Instance details

Methods

doAutoScroll :: QHeaderView () -> () -> IO () #

QdoAutoScroll (QHeaderViewSc a) () # 
Instance details

Methods

doAutoScroll :: QHeaderViewSc a -> () -> IO () #

QqdirtyRegionOffset (QHeaderView ()) () # 
Instance details

Methods

qdirtyRegionOffset :: QHeaderView () -> () -> IO (QPoint ()) #

QqdirtyRegionOffset (QHeaderViewSc a) () # 
Instance details

Methods

qdirtyRegionOffset :: QHeaderViewSc a -> () -> IO (QPoint ()) #

QdirtyRegionOffset (QHeaderView ()) () # 
Instance details

Methods

dirtyRegionOffset :: QHeaderView () -> () -> IO Point #

QdirtyRegionOffset (QHeaderViewSc a) () # 
Instance details

Methods

dirtyRegionOffset :: QHeaderViewSc a -> () -> IO Point #

QdevType (QHeaderView ()) () # 
Instance details

Methods

devType :: QHeaderView () -> () -> IO Int #

QdevType (QHeaderViewSc a) () # 
Instance details

Methods

devType :: QHeaderViewSc a -> () -> IO Int #

Qdestroy (QHeaderView ()) Bool # 
Instance details

Methods

destroy :: QHeaderView () -> Bool -> IO () #

Qdestroy (QHeaderView ()) () # 
Instance details

Methods

destroy :: QHeaderView () -> () -> IO () #

Qdestroy (QHeaderViewSc a) Bool # 
Instance details

Methods

destroy :: QHeaderViewSc a -> Bool -> IO () #

Qdestroy (QHeaderViewSc a) () # 
Instance details

Methods

destroy :: QHeaderViewSc a -> () -> IO () #

Qcount (QHeaderView a) () # 
Instance details

Methods

count :: QHeaderView a -> () -> IO Int #

QclearSelection (QHeaderView ()) () # 
Instance details

Methods

clearSelection :: QHeaderView () -> () -> IO () #

QclearSelection (QHeaderViewSc a) () # 
Instance details

Methods

clearSelection :: QHeaderViewSc a -> () -> IO () #

QcolorCount (QHeaderView ()) () # 
Instance details

Methods

colorCount :: QHeaderView () -> () -> IO Int #

QcolorCount (QHeaderViewSc a) () # 
Instance details

Methods

colorCount :: QHeaderViewSc a -> () -> IO Int #

Qqwidth (QHeaderView ()) () (IO Int) # 
Instance details

Methods

qwidth :: QHeaderView () -> () -> IO Int #

Qqwidth (QHeaderViewSc a) () (IO Int) # 
Instance details

Methods

qwidth :: QHeaderViewSc a -> () -> IO Int #

Qstate (QHeaderView ()) () (IO QAbstractItemView_State) # 
Instance details

Methods

state :: QHeaderView () -> () -> IO QAbstractItemView_State #

Qstate (QHeaderViewSc a) () (IO QAbstractItemView_State) # 
Instance details

QqsizeHint (QHeaderView ()) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QHeaderView () -> () -> IO (QSize ()) #

QqsizeHint (QHeaderViewSc a) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QHeaderViewSc a -> () -> IO (QSize ()) #

QsizeHint (QHeaderView ()) () (IO Size) # 
Instance details

Methods

sizeHint :: QHeaderView () -> () -> IO Size #

QsizeHint (QHeaderViewSc a) () (IO Size) # 
Instance details

Methods

sizeHint :: QHeaderViewSc a -> () -> IO Size #

QsetFocus (QHeaderView ()) () (IO ()) # 
Instance details

Methods

setFocus :: QHeaderView () -> () -> IO () #

QsetFocus (QHeaderViewSc a) () (IO ()) # 
Instance details

Methods

setFocus :: QHeaderViewSc a -> () -> IO () #

Qresize (QHeaderView ()) Size (IO ()) # 
Instance details

Methods

resize :: QHeaderView () -> Size -> IO () #

Qresize (QHeaderViewSc a) Size (IO ()) # 
Instance details

Methods

resize :: QHeaderViewSc a -> Size -> IO () #

Qreset (QHeaderView ()) () (IO ()) # 
Instance details

Methods

reset :: QHeaderView () -> () -> IO () #

Qreset (QHeaderViewSc a) () (IO ()) # 
Instance details

Methods

reset :: QHeaderViewSc a -> () -> IO () #

Qproperty (QHeaderView ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QHeaderView () -> String -> IO (QVariant ()) #

Qproperty (QHeaderViewSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QHeaderViewSc a -> String -> IO (QVariant ()) #

Qparent (QHeaderView ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QHeaderView () -> () -> IO (QObject ()) #

Qparent (QHeaderViewSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QHeaderViewSc a -> () -> IO (QObject ()) #

Qorientation (QHeaderView a) () (IO Qt_Orientation) # 
Instance details

Methods

orientation :: QHeaderView a -> () -> IO Qt_Orientation #

Qoffset (QHeaderView a) () (IO Int) # 
Instance details

Methods

offset :: QHeaderView a -> () -> IO Int #

Qqlength (QHeaderView a) () (IO Int) # 
Instance details

Methods

qlength :: QHeaderView a -> () -> IO Int #

QheightForWidth (QHeaderView ()) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QHeaderView () -> Int -> IO Int #

QheightForWidth (QHeaderViewSc a) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QHeaderViewSc a -> Int -> IO Int #

Qqheight (QHeaderView ()) () (IO Int) # 
Instance details

Methods

qheight :: QHeaderView () -> () -> IO Int #

Qqheight (QHeaderViewSc a) () (IO Int) # 
Instance details

Methods

qheight :: QHeaderViewSc a -> () -> IO Int #

QdevicePixelRatio (QHeaderView ()) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QHeaderView () -> () -> IO Int #

QdevicePixelRatio (QHeaderViewSc a) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QHeaderViewSc a -> () -> IO Int #

Qdepth (QHeaderView ()) () (IO Int) # 
Instance details

Methods

depth :: QHeaderView () -> () -> IO Int #

Qdepth (QHeaderViewSc a) () (IO Int) # 
Instance details

Methods

depth :: QHeaderViewSc a -> () -> IO Int #

Qcursor (QHeaderView ()) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QHeaderView () -> () -> IO (QCursor ()) #

Qcursor (QHeaderViewSc a) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QHeaderViewSc a -> () -> IO (QCursor ()) #

Qcreate (QHeaderView ()) Int (IO ()) # 
Instance details

Methods

create :: QHeaderView () -> Int -> IO () #

Qcreate (QHeaderView ()) () (IO ()) # 
Instance details

Methods

create :: QHeaderView () -> () -> IO () #

Qcreate (QHeaderViewSc a) Int (IO ()) # 
Instance details

Methods

create :: QHeaderViewSc a -> Int -> IO () #

Qcreate (QHeaderViewSc a) () (IO ()) # 
Instance details

Methods

create :: QHeaderViewSc a -> () -> IO () #

Qclose (QHeaderView ()) () (IO Bool) # 
Instance details

Methods

close :: QHeaderView () -> () -> IO Bool #

Qclose (QHeaderViewSc a) () (IO Bool) # 
Instance details

Methods

close :: QHeaderViewSc a -> () -> IO Bool #

QuserMethod (QHeaderView ()) () (IO ()) # 
Instance details

Methods

userMethod :: QHeaderView () -> Int -> () -> IO () #

QuserMethod (QHeaderViewSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QHeaderViewSc a -> Int -> () -> IO () #

QrestoreState (QHeaderView a) (QByteArray t1) # 
Instance details

Methods

restoreState :: QHeaderView a -> QByteArray t1 -> IO Bool #

QwheelEvent (QHeaderView ()) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QHeaderView () -> QWheelEvent t1 -> IO () #

QwheelEvent (QHeaderViewSc a) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QHeaderViewSc a -> QWheelEvent t1 -> IO () #

QvisualRegionForSelection (QHeaderView ()) (QItemSelection t1) # 
Instance details

QvisualRegionForSelection (QHeaderViewSc a) (QItemSelection t1) # 
Instance details

QqvisualRect (QHeaderView ()) (QModelIndex t1) # 
Instance details

Methods

qvisualRect :: QHeaderView () -> QModelIndex t1 -> IO (QRect ()) #

QqvisualRect (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

Methods

qvisualRect :: QHeaderViewSc a -> QModelIndex t1 -> IO (QRect ()) #

QvisualRect (QHeaderView ()) (QModelIndex t1) # 
Instance details

Methods

visualRect :: QHeaderView () -> QModelIndex t1 -> IO Rect #

QvisualRect (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

Methods

visualRect :: QHeaderViewSc a -> QModelIndex t1 -> IO Rect #

QviewportEvent (QHeaderView ()) (QEvent t1) # 
Instance details

Methods

viewportEvent :: QHeaderView () -> QEvent t1 -> IO Bool #

QviewportEvent (QHeaderViewSc a) (QEvent t1) # 
Instance details

Methods

viewportEvent :: QHeaderViewSc a -> QEvent t1 -> IO Bool #

Qupdate (QHeaderView ()) (QModelIndex t1) # 
Instance details

Methods

update :: QHeaderView () -> QModelIndex t1 -> IO () #

Qupdate (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

Methods

update :: QHeaderViewSc a -> QModelIndex t1 -> IO () #

QtimerEvent (QHeaderView ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QHeaderView () -> QTimerEvent t1 -> IO () #

QtimerEvent (QHeaderViewSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QHeaderViewSc a -> QTimerEvent t1 -> IO () #

QtabletEvent (QHeaderView ()) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QHeaderView () -> QTabletEvent t1 -> IO () #

QtabletEvent (QHeaderViewSc a) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QHeaderViewSc a -> QTabletEvent t1 -> IO () #

QshowEvent (QHeaderView ()) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QHeaderView () -> QShowEvent t1 -> IO () #

QshowEvent (QHeaderViewSc a) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QHeaderViewSc a -> QShowEvent t1 -> IO () #

QsetupViewport (QHeaderView ()) (QWidget t1) # 
Instance details

Methods

setupViewport :: QHeaderView () -> QWidget t1 -> IO () #

QsetupViewport (QHeaderViewSc a) (QWidget t1) # 
Instance details

Methods

setupViewport :: QHeaderViewSc a -> QWidget t1 -> IO () #

QsetViewportMargins (QHeaderView ()) (QMargins t1) # 
Instance details

Methods

setViewportMargins :: QHeaderView () -> QMargins t1 -> IO () #

QsetViewportMargins (QHeaderViewSc a) (QMargins t1) # 
Instance details

Methods

setViewportMargins :: QHeaderViewSc a -> QMargins t1 -> IO () #

QsetSelectionModel (QHeaderView ()) (QItemSelectionModel t1) # 
Instance details

QsetSelectionModel (QHeaderViewSc a) (QItemSelectionModel t1) # 
Instance details

QsetRootIndex (QHeaderView ()) (QModelIndex t1) # 
Instance details

Methods

setRootIndex :: QHeaderView () -> QModelIndex t1 -> IO () #

QsetRootIndex (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

Methods

setRootIndex :: QHeaderViewSc a -> QModelIndex t1 -> IO () #

QsetModel (QHeaderView ()) (QAbstractItemModel t1) # 
Instance details

Methods

setModel :: QHeaderView () -> QAbstractItemModel t1 -> IO () #

QsetModel (QHeaderViewSc a) (QAbstractItemModel t1) # 
Instance details

Methods

setModel :: QHeaderViewSc a -> QAbstractItemModel t1 -> IO () #

QqsetGeometry (QHeaderView ()) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QHeaderView () -> QRect t1 -> IO () #

QqsetGeometry (QHeaderViewSc a) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QHeaderViewSc a -> QRect t1 -> IO () #

QsetFont (QHeaderView ()) (QFont t1) # 
Instance details

Methods

setFont :: QHeaderView () -> QFont t1 -> IO () #

QsetFont (QHeaderViewSc a) (QFont t1) # 
Instance details

Methods

setFont :: QHeaderViewSc a -> QFont t1 -> IO () #

QsetDirtyRegion (QHeaderView ()) (QRegion t1) # 
Instance details

Methods

setDirtyRegion :: QHeaderView () -> QRegion t1 -> IO () #

QsetDirtyRegion (QHeaderViewSc a) (QRegion t1) # 
Instance details

Methods

setDirtyRegion :: QHeaderViewSc a -> QRegion t1 -> IO () #

QsetCursor (QHeaderView ()) (QCursor t1) # 
Instance details

Methods

setCursor :: QHeaderView () -> QCursor t1 -> IO () #

QsetCursor (QHeaderViewSc a) (QCursor t1) # 
Instance details

Methods

setCursor :: QHeaderViewSc a -> QCursor t1 -> IO () #

QsetCurrentIndex (QHeaderView ()) (QModelIndex t1) # 
Instance details

Methods

setCurrentIndex :: QHeaderView () -> QModelIndex t1 -> IO () #

QsetCurrentIndex (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

Methods

setCurrentIndex :: QHeaderViewSc a -> QModelIndex t1 -> IO () #

QselectionCommand (QHeaderView ()) (QModelIndex t1) # 
Instance details

QselectionCommand (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

QresizeEvent (QHeaderView ()) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QHeaderView () -> QResizeEvent t1 -> IO () #

QresizeEvent (QHeaderViewSc a) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QHeaderViewSc a -> QResizeEvent t1 -> IO () #

Qqresize (QHeaderView ()) (QSize t1) # 
Instance details

Methods

qresize :: QHeaderView () -> QSize t1 -> IO () #

Qqresize (QHeaderViewSc a) (QSize t1) # 
Instance details

Methods

qresize :: QHeaderViewSc a -> QSize t1 -> IO () #

Qredirected (QHeaderView ()) (QPoint t1) # 
Instance details

Methods

redirected :: QHeaderView () -> QPoint t1 -> IO (QPaintDevice ()) #

Qredirected (QHeaderViewSc a) (QPoint t1) # 
Instance details

Methods

redirected :: QHeaderViewSc a -> QPoint t1 -> IO (QPaintDevice ()) #

QpaintEvent (QHeaderView ()) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QHeaderView () -> QPaintEvent t1 -> IO () #

QpaintEvent (QHeaderViewSc a) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QHeaderViewSc a -> QPaintEvent t1 -> IO () #

QmoveEvent (QHeaderView ()) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QHeaderView () -> QMoveEvent t1 -> IO () #

QmoveEvent (QHeaderViewSc a) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QHeaderViewSc a -> QMoveEvent t1 -> IO () #

Qqmove (QHeaderView ()) (QPoint t1) # 
Instance details

Methods

qmove :: QHeaderView () -> QPoint t1 -> IO () #

Qqmove (QHeaderViewSc a) (QPoint t1) # 
Instance details

Methods

qmove :: QHeaderViewSc a -> QPoint t1 -> IO () #

QmouseReleaseEvent (QHeaderView ()) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QHeaderView () -> QMouseEvent t1 -> IO () #

QmouseReleaseEvent (QHeaderViewSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QHeaderViewSc a -> QMouseEvent t1 -> IO () #

QmousePressEvent (QHeaderView ()) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QHeaderView () -> QMouseEvent t1 -> IO () #

QmousePressEvent (QHeaderViewSc a) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QHeaderViewSc a -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QHeaderView ()) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QHeaderView () -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QHeaderViewSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QHeaderViewSc a -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QHeaderView ()) (QMouseEvent t1) # 
Instance details

Methods

mouseDoubleClickEvent :: QHeaderView () -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QHeaderViewSc a) (QMouseEvent t1) # 
Instance details

QleaveEvent (QHeaderView ()) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QHeaderView () -> QEvent t1 -> IO () #

QleaveEvent (QHeaderViewSc a) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QHeaderViewSc a -> QEvent t1 -> IO () #

QkeyReleaseEvent (QHeaderView ()) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QHeaderView () -> QKeyEvent t1 -> IO () #

QkeyReleaseEvent (QHeaderViewSc a) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QHeaderViewSc a -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QHeaderView ()) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QHeaderView () -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QHeaderViewSc a) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QHeaderViewSc a -> QKeyEvent t1 -> IO () #

QisSignalConnected (QHeaderView ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QHeaderView () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QHeaderViewSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QHeaderViewSc a -> QMetaMethod t1 -> IO Bool #

QisIndexHidden (QHeaderView ()) (QModelIndex t1) # 
Instance details

Methods

isIndexHidden :: QHeaderView () -> QModelIndex t1 -> IO Bool #

QisIndexHidden (QHeaderViewSc a) (QModelIndex t1) # 
Instance details

Methods

isIndexHidden :: QHeaderViewSc a -> QModelIndex t1 -> IO Bool #

QinputMethodEvent (QHeaderView ()) (QInputMethodEvent t1) # 
Instance details

Methods

inputMethodEvent :: QHeaderView () -> QInputMethodEvent t1 -> IO () #

QinputMethodEvent (QHeaderViewSc a) (QInputMethodEvent t1) # 
Instance details

QinitStyleOption (QHeaderView ()) (QStyleOptionHeader t1) # 
Instance details

Methods

initStyleOption :: QHeaderView () -> QStyleOptionHeader t1 -> IO () #

QinitStyleOption (QHeaderViewSc a) (QStyleOptionHeader t1) # 
Instance details

QinitPainter (QHeaderView ()) (QPainter t1) # 
Instance details

Methods

initPainter :: QHeaderView () -> QPainter t1 -> IO () #

QinitPainter (QHeaderViewSc a) (QPainter t1) # 
Instance details

Methods

initPainter :: QHeaderViewSc a -> QPainter t1 -> IO () #

QqindexAt (QHeaderView ()) (QPoint t1) # 
Instance details

Methods

qindexAt :: QHeaderView () -> QPoint t1 -> IO (QModelIndex ()) #

QqindexAt (QHeaderViewSc a) (QPoint t1) # 
Instance details

Methods

qindexAt :: QHeaderViewSc a -> QPoint t1 -> IO (QModelIndex ()) #

QhideEvent (QHeaderView ()) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QHeaderView () -> QHideEvent t1 -> IO () #

QhideEvent (QHeaderViewSc a) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QHeaderViewSc a -> QHideEvent t1 -> IO () #

QfocusOutEvent (QHeaderView ()) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QHeaderView () -> QFocusEvent t1 -> IO () #

QfocusOutEvent (QHeaderViewSc a) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QHeaderViewSc a -> QFocusEvent t1 -> IO () #

QfocusInEvent (QHeaderView ()) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QHeaderView () -> QFocusEvent t1 -> IO () #

QfocusInEvent (QHeaderViewSc a) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QHeaderViewSc a -> QFocusEvent t1 -> IO () #

QenterEvent (QHeaderView ()) (QEvent t1) # 
Instance details

Methods

enterEvent :: QHeaderView () -> QEvent t1 -> IO () #

QenterEvent (QHeaderViewSc a) (QEvent t1) # 
Instance details

Methods

enterEvent :: QHeaderViewSc a -> QEvent t1 -> IO () #

QeditorDestroyed (QHeaderView ()) (QObject t1) # 
Instance details

Methods

editorDestroyed :: QHeaderView () -> QObject t1 -> IO () #

QeditorDestroyed (QHeaderViewSc a) (QObject t1) # 
Instance details

Methods

editorDestroyed :: QHeaderViewSc a -> QObject t1 -> IO () #

QdropEvent (QHeaderView ()) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QHeaderView () -> QDropEvent t1 -> IO () #

QdropEvent (QHeaderViewSc a) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QHeaderViewSc a -> QDropEvent t1 -> IO () #

QdrawFrame (QHeaderView ()) (QPainter t1) # 
Instance details

Methods

drawFrame :: QHeaderView () -> QPainter t1 -> IO () #

QdrawFrame (QHeaderViewSc a) (QPainter t1) # 
Instance details

Methods

drawFrame :: QHeaderViewSc a -> QPainter t1 -> IO () #

QdragMoveEvent (QHeaderView ()) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QHeaderView () -> QDragMoveEvent t1 -> IO () #

QdragMoveEvent (QHeaderViewSc a) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QHeaderViewSc a -> QDragMoveEvent t1 -> IO () #

QdragLeaveEvent (QHeaderView ()) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QHeaderView () -> QDragLeaveEvent t1 -> IO () #

QdragLeaveEvent (QHeaderViewSc a) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QHeaderViewSc a -> QDragLeaveEvent t1 -> IO () #

QdragEnterEvent (QHeaderView ()) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QHeaderView () -> QDragEnterEvent t1 -> IO () #

QdragEnterEvent (QHeaderViewSc a) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QHeaderViewSc a -> QDragEnterEvent t1 -> IO () #

QdisconnectNotify (QHeaderView ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QHeaderView () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QHeaderViewSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QHeaderViewSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QHeaderView ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QHeaderView () -> QEvent t1 -> IO () #

QcustomEvent (QHeaderViewSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QHeaderViewSc a -> QEvent t1 -> IO () #

QcontextMenuEvent (QHeaderView ()) (QContextMenuEvent t1) # 
Instance details

Methods

contextMenuEvent :: QHeaderView () -> QContextMenuEvent t1 -> IO () #

QcontextMenuEvent (QHeaderViewSc a) (QContextMenuEvent t1) # 
Instance details

QconnectNotify (QHeaderView ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QHeaderView () -> QMetaMethod t1 -> IO () #

QconnectNotify (QHeaderViewSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QHeaderViewSc a -> QMetaMethod t1 -> IO () #

QcommitData (QHeaderView ()) (QWidget t1) # 
Instance details

Methods

commitData :: QHeaderView () -> QWidget t1 -> IO () #

QcommitData (QHeaderViewSc a) (QWidget t1) # 
Instance details

Methods

commitData :: QHeaderViewSc a -> QWidget t1 -> IO () #

QcloseEvent (QHeaderView ()) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QHeaderView () -> QCloseEvent t1 -> IO () #

QcloseEvent (QHeaderViewSc a) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QHeaderViewSc a -> QCloseEvent t1 -> IO () #

QchildEvent (QHeaderView ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QHeaderView () -> QChildEvent t1 -> IO () #

QchildEvent (QHeaderViewSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QHeaderViewSc a -> QChildEvent t1 -> IO () #

QchangeEvent (QHeaderView ()) (QEvent t1) # 
Instance details

Methods

changeEvent :: QHeaderView () -> QEvent t1 -> IO () #

QchangeEvent (QHeaderViewSc a) (QEvent t1) # 
Instance details

Methods

changeEvent :: QHeaderViewSc a -> QEvent t1 -> IO () #

QactionEvent (QHeaderView ()) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QHeaderView () -> QActionEvent t1 -> IO () #

QactionEvent (QHeaderViewSc a) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QHeaderViewSc a -> QActionEvent t1 -> IO () #

Qevent (QHeaderView ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QHeaderView () -> QEvent t1 -> IO Bool #

Qevent (QHeaderViewSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QHeaderViewSc a -> QEvent t1 -> IO Bool #

Qedit (QHeaderView ()) (QModelIndex t1) (IO ()) # 
Instance details

Methods

edit :: QHeaderView () -> QModelIndex t1 -> IO () #

Qedit (QHeaderViewSc a) (QModelIndex t1) (IO ()) # 
Instance details

Methods

edit :: QHeaderViewSc a -> QModelIndex t1 -> IO () #

QaddAction (QHeaderView ()) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QHeaderView () -> QAction t1 -> IO () #

QaddAction (QHeaderViewSc a) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QHeaderViewSc a -> QAction t1 -> IO () #

QuserMethod (QHeaderView ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QHeaderView () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QHeaderViewSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QHeaderViewSc a -> Int -> QVariant () -> IO (QVariant ()) #

QsetSortIndicator (QHeaderView a) (Int, SortOrder) # 
Instance details

Methods

setSortIndicator :: QHeaderView a -> (Int, SortOrder) -> IO () #

QqsetSelection (QHeaderView ()) (QRect t1, QItemSelectionModel_SelectionFlags) # 
Instance details

QqsetSelection (QHeaderViewSc a) (QRect t1, QItemSelectionModel_SelectionFlags) # 
Instance details

QsetSelection (QHeaderView ()) (Rect, QItemSelectionModel_SelectionFlags) # 
Instance details

QsetSelection (QHeaderViewSc a) (Rect, QItemSelectionModel_SelectionFlags) # 
Instance details

QselectionCommand (QHeaderView ()) (QModelIndex t1, QEvent t2) # 
Instance details

QselectionCommand (QHeaderViewSc a) (QModelIndex t1, QEvent t2) # 
Instance details

QselectionChanged (QHeaderView ()) (QItemSelection t1, QItemSelection t2) # 
Instance details

Methods

selectionChanged :: QHeaderView () -> (QItemSelection t1, QItemSelection t2) -> IO () #

QselectionChanged (QHeaderViewSc a) (QItemSelection t1, QItemSelection t2) # 
Instance details

QscrollTo (QHeaderView ()) (QModelIndex t1, ScrollHint) # 
Instance details

Methods

scrollTo :: QHeaderView () -> (QModelIndex t1, ScrollHint) -> IO () #

QscrollTo (QHeaderViewSc a) (QModelIndex t1, ScrollHint) # 
Instance details

Methods

scrollTo :: QHeaderViewSc a -> (QModelIndex t1, ScrollHint) -> IO () #

QscrollDirtyRegion (QHeaderView ()) (Int, Int) # 
Instance details

Methods

scrollDirtyRegion :: QHeaderView () -> (Int, Int) -> IO () #

QscrollDirtyRegion (QHeaderViewSc a) (Int, Int) # 
Instance details

Methods

scrollDirtyRegion :: QHeaderViewSc a -> (Int, Int) -> IO () #

QscrollContentsBy (QHeaderView ()) (Int, Int) # 
Instance details

Methods

scrollContentsBy :: QHeaderView () -> (Int, Int) -> IO () #

QscrollContentsBy (QHeaderViewSc a) (Int, Int) # 
Instance details

Methods

scrollContentsBy :: QHeaderViewSc a -> (Int, Int) -> IO () #

Qmove (QHeaderView ()) (Int, Int) # 
Instance details

Methods

move :: QHeaderView () -> (Int, Int) -> IO () #

Qmove (QHeaderViewSc a) (Int, Int) # 
Instance details

Methods

move :: QHeaderViewSc a -> (Int, Int) -> IO () #

QeventFilter (QHeaderView ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QHeaderView () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QHeaderViewSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QHeaderViewSc a -> (QObject t1, QEvent t2) -> IO Bool #

Qdestroy (QHeaderView ()) (Bool, Bool) # 
Instance details

Methods

destroy :: QHeaderView () -> (Bool, Bool) -> IO () #

Qdestroy (QHeaderViewSc a) (Bool, Bool) # 
Instance details

Methods

destroy :: QHeaderViewSc a -> (Bool, Bool) -> IO () #

QdataChanged (QHeaderView ()) (QModelIndex t1, QModelIndex t2) # 
Instance details

Methods

dataChanged :: QHeaderView () -> (QModelIndex t1, QModelIndex t2) -> IO () #

QdataChanged (QHeaderViewSc a) (QModelIndex t1, QModelIndex t2) # 
Instance details

Methods

dataChanged :: QHeaderViewSc a -> (QModelIndex t1, QModelIndex t2) -> IO () #

QcurrentChanged (QHeaderView ()) (QModelIndex t1, QModelIndex t2) # 
Instance details

Methods

currentChanged :: QHeaderView () -> (QModelIndex t1, QModelIndex t2) -> IO () #

QcurrentChanged (QHeaderViewSc a) (QModelIndex t1, QModelIndex t2) # 
Instance details

Methods

currentChanged :: QHeaderViewSc a -> (QModelIndex t1, QModelIndex t2) -> IO () #

QcloseEditor (QHeaderView ()) (QWidget t1, EndEditHint) # 
Instance details

Methods

closeEditor :: QHeaderView () -> (QWidget t1, EndEditHint) -> IO () #

QcloseEditor (QHeaderViewSc a) (QWidget t1, EndEditHint) # 
Instance details

Methods

closeEditor :: QHeaderViewSc a -> (QWidget t1, EndEditHint) -> IO () #

Qresize (QHeaderView ()) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QHeaderView () -> (Int, Int) -> IO () #

Qresize (QHeaderViewSc a) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QHeaderViewSc a -> (Int, Int) -> IO () #

QmoveCursor (QHeaderView ()) (CursorAction, KeyboardModifiers) (IO (QModelIndex ())) # 
Instance details

QmoveCursor (QHeaderViewSc a) (CursorAction, KeyboardModifiers) (IO (QModelIndex ())) # 
Instance details

Qcreate (QHeaderView ()) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QHeaderView () -> (Int, Bool) -> IO () #

Qcreate (QHeaderViewSc a) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QHeaderViewSc a -> (Int, Bool) -> IO () #

QrowsInserted (QHeaderView ()) (QModelIndex t1, Int, Int) # 
Instance details

Methods

rowsInserted :: QHeaderView () -> (QModelIndex t1, Int, Int) -> IO () #

QrowsInserted (QHeaderViewSc a) (QModelIndex t1, Int, Int) # 
Instance details

Methods

rowsInserted :: QHeaderViewSc a -> (QModelIndex t1, Int, Int) -> IO () #

QrowsAboutToBeRemoved (QHeaderView ()) (QModelIndex t1, Int, Int) # 
Instance details

Methods

rowsAboutToBeRemoved :: QHeaderView () -> (QModelIndex t1, Int, Int) -> IO () #

QrowsAboutToBeRemoved (QHeaderViewSc a) (QModelIndex t1, Int, Int) # 
Instance details

Methods

rowsAboutToBeRemoved :: QHeaderViewSc a -> (QModelIndex t1, Int, Int) -> IO () #

QnativeEvent (QHeaderView ()) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QHeaderView () -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

QnativeEvent (QHeaderViewSc a) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QHeaderViewSc a -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

QdataChanged (QHeaderView ()) (QModelIndex t1, QModelIndex t2, [Int]) # 
Instance details

Methods

dataChanged :: QHeaderView () -> (QModelIndex t1, QModelIndex t2, [Int]) -> IO () #

QdataChanged (QHeaderViewSc a) (QModelIndex t1, QModelIndex t2, [Int]) # 
Instance details

Methods

dataChanged :: QHeaderViewSc a -> (QModelIndex t1, QModelIndex t2, [Int]) -> IO () #

Qedit (QHeaderView ()) (QModelIndex t1, EditTrigger, QEvent t3) (IO Bool) # 
Instance details

Methods

edit :: QHeaderView () -> (QModelIndex t1, EditTrigger, QEvent t3) -> IO Bool #

Qedit (QHeaderViewSc a) (QModelIndex t1, EditTrigger, QEvent t3) (IO Bool) # 
Instance details

Methods

edit :: QHeaderViewSc a -> (QModelIndex t1, EditTrigger, QEvent t3) -> IO Bool #

Qcreate (QHeaderView ()) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QHeaderView () -> (Int, Bool, Bool) -> IO () #

Qcreate (QHeaderViewSc a) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QHeaderViewSc a -> (Int, Bool, Bool) -> IO () #

QsetViewportMargins (QHeaderView ()) (Int, Int, Int, Int) # 
Instance details

Methods

setViewportMargins :: QHeaderView () -> (Int, Int, Int, Int) -> IO () #

QsetViewportMargins (QHeaderViewSc a) (Int, Int, Int, Int) # 
Instance details

Methods

setViewportMargins :: QHeaderViewSc a -> (Int, Int, Int, Int) -> IO () #

QsetGeometry (QHeaderView ()) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QHeaderView () -> (Int, Int, Int, Int) -> IO () #

QsetGeometry (QHeaderViewSc a) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QHeaderViewSc a -> (Int, Int, Int, Int) -> IO () #