HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDG_SortOptions Struct Reference

#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...
 

Detailed Description

Definition at line 20 of file PDG_SortOptions.h.

Constructor & Destructor Documentation

PDG_SortOptions::PDG_SortOptions ( )
inline

Default sort options.

Definition at line 23 of file PDG_SortOptions.h.

Member Data Documentation

UT_StringHolder PDG_SortOptions::myAttribute

The sort attribute, used when the sort order is SortAttribute.

Definition at line 32 of file PDG_SortOptions.h.

bool PDG_SortOptions::myDirection

Sort ascending or descending.

Definition at line 38 of file PDG_SortOptions.h.

PDG_WorkItemSortOrder PDG_SortOptions::myOrder

The type of sort to use for work items.

Definition at line 35 of file PDG_SortOptions.h.

bool PDG_SortOptions::myRequired

Sort required items to the beginning of the list.

Definition at line 41 of file PDG_SortOptions.h.


The documentation for this struct was generated from the following file: