HDK
|
#include <PDG_SortOptions.h>
Public Member Functions | |
PDG_SortOptions () | |
Default sort options. More... | |
Public Attributes | |
UT_StringHolder | myAttribute |
The sort attribute, used when the sort order is SortAttribute. More... | |
PDG_WorkItemSortOrder | myOrder |
The type of sort to use for work items. More... | |
bool | myDirection |
Sort ascending or descending. More... | |
bool | myRequired |
Sort required items to the beginning of the list. More... | |
Definition at line 19 of file PDG_SortOptions.h.
|
inline |
Default sort options.
Definition at line 22 of file PDG_SortOptions.h.
UT_StringHolder PDG_SortOptions::myAttribute |
The sort attribute, used when the sort order is SortAttribute.
Definition at line 31 of file PDG_SortOptions.h.
bool PDG_SortOptions::myDirection |
Sort ascending or descending.
Definition at line 37 of file PDG_SortOptions.h.
PDG_WorkItemSortOrder PDG_SortOptions::myOrder |
The type of sort to use for work items.
Definition at line 34 of file PDG_SortOptions.h.
bool PDG_SortOptions::myRequired |
Sort required items to the beginning of the list.
Definition at line 40 of file PDG_SortOptions.h.