Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | SectionMoved (int logicalIndex, int oldVisualIndex, int newVisualIndex) |
| |
void | SectionResized (int logicalIndex, int oldSize, int newSize) |
| |
void | SectionPressed (int logicalIndex) |
| |
void | SectionClicked (int logicalIndex) |
| |
void | SectionEntered (int logicalIndex) |
| |
void | SectionDoubleClicked (int logicalIndex) |
| |
void | SectionCountChanged (int oldCount, int newCount) |
| |
void | SectionHandleDoubleClicked (int logicalIndex) |
| |
void | SectionAutoResize (int logicalIndex, QHeaderView.ResizeMode mode) |
| |
void | GeometriesChanged () |
| |
void | SortIndicatorChanged (int logicalIndex, Qt.SortOrder order) |
| |
Public Member Functions inherited from QtGui.IQAbstractItemViewSignals | |
void | Pressed (QModelIndex index) |
| |
void | Clicked (QModelIndex index) |
| |
void | DoubleClicked (QModelIndex index) |
| |
void | Activated (QModelIndex index) |
| |
void | Entered (QModelIndex index) |
| |
void | ViewportEntered () |
| |
void QtGui.IQHeaderViewSignals.GeometriesChanged | ( | ) |
This signal is emitted when the header's geometries have changed.
This function was introduced in Qt 4.2.
void QtGui.IQHeaderViewSignals.SectionAutoResize | ( | int | logicalIndex, |
QHeaderView.ResizeMode | mode | ||
) |
This signal is emitted when a section is automatically resized. The section's logical index is specified by logicalIndex, and the resize mode by mode.
See also setResizeMode() and stretchLastSection().
void QtGui.IQHeaderViewSignals.SectionClicked | ( | int | logicalIndex | ) |
This signal is emitted when a section is clicked. The section's logical index is specified by logicalIndex.
Note that the sectionPressed signal will also be emitted.
See also setClickable() and sectionPressed().
void QtGui.IQHeaderViewSignals.SectionCountChanged | ( | int | oldCount, |
int | newCount | ||
) |
This signal is emitted when the number of sections changes, i.e., when sections are added or deleted. The original count is specified by oldCount, and the new count by newCount.
See also count(), length(), and headerDataChanged().
void QtGui.IQHeaderViewSignals.SectionDoubleClicked | ( | int | logicalIndex | ) |
This signal is emitted when a section is double-clicked. The section's logical index is specified by logicalIndex.
See also setClickable().
void QtGui.IQHeaderViewSignals.SectionEntered | ( | int | logicalIndex | ) |
This signal is emitted when the cursor moves over the section and the left mouse button is pressed. The section's logical index is specified by logicalIndex.
This function was introduced in Qt 4.3.
See also setClickable() and sectionPressed().
void QtGui.IQHeaderViewSignals.SectionHandleDoubleClicked | ( | int | logicalIndex | ) |
This signal is emitted when a section is double-clicked. The section's logical index is specified by logicalIndex.
See also setClickable().
void QtGui.IQHeaderViewSignals.SectionMoved | ( | int | logicalIndex, |
int | oldVisualIndex, | ||
int | newVisualIndex | ||
) |
This signal is emitted when a section is moved. The section's logical index is specified by logicalIndex, the old index by oldVisualIndex, and the new index position by newVisualIndex.
See also moveSection().
void QtGui.IQHeaderViewSignals.SectionPressed | ( | int | logicalIndex | ) |
This signal is emitted when a section is pressed. The section's logical index is specified by logicalIndex.
See also setClickable().
void QtGui.IQHeaderViewSignals.SectionResized | ( | int | logicalIndex, |
int | oldSize, | ||
int | newSize | ||
) |
This signal is emitted when a section is resized. The section's logical number is specified by logicalIndex, the old size by oldSize, and the new size by newSize.
See also resizeSection().
void QtGui.IQHeaderViewSignals.SortIndicatorChanged | ( | int | logicalIndex, |
Qt.SortOrder | order | ||
) |
This signal is emitted when the section containing the sort indicator or the order indicated is changed. The section's logical index is specified by logicalIndex and the sort order is specified by order.
This function was introduced in Qt 4.3.
See also setSortIndicator().