QOrganizerItemSortOrder ClassThe QOrganizerItemSortOrder class defines how a list of organizer items should be ordered according to some criteria. More... #include <QOrganizerItemSortOrder>
Public Types
Public Functions
Related Non-Members
Detailed DescriptionThe QOrganizerItemSortOrder class defines how a list of organizer items should be ordered according to some criteria. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QOrganizerItemSortOrder::BlanksFirst | 0 | Considers blank values to evaluate to less than all other values in comparisons. |
QOrganizerItemSortOrder::BlanksLast | 1 | Considers blank values to evaluate to greater than all other values in comparisons. |
Constructs a new sort order
Constructs a copy of the other sort order.
Frees any memory in use by this sort order
Returns the blank policy of the sort order.
See also setBlankPolicy().
Returns the case sensitivity of the sort order.
See also setCaseSensitivity().
Returns the detail field which will be inspected to perform sorting.
See also setDetail().
Returns the type of the detail which will be inspected to perform sorting.
See also setDetail().
Returns the direction of the sort order.
See also setDirection().
Returns true if the sort order is able to be used to sort a list of organizer items; otherwise, returns false.
Sets the sort order's policy on blank values with respect to sorting to blankPolicy.
See also blankPolicy().
Sets the case sensitivity of the sort order to sensitivity.
See also caseSensitivity().
Sets the type of detail which will be inspected for sorting to detailType, and the field of the detail to field.
See also detailType() and detailField().
Sets the sort order direction to direction.
See also direction().
Constructs a new list of sort orders containing only the current sort order.
Returns true if this sort order is not identical to the other sort order.
See also operator==().
Assigns this sort order to be equal to other.
Returns true if this sort order is identical to the other sort order.
See also operator!=().
Outputs sortOrder to the debug stream dbg.