FiReS  0.2.0
FiReS - Filter, Retrieval and Search
fires::SortConfig Class Reference
+ Inheritance diagram for fires::SortConfig:
+ Collaboration diagram for fires::SortConfig:

Classes

struct  TSortProperty
 

Public Types

enum  TSortOrder { ASCENDING = 0, DESCENDING }
 
typedef std::vector< TSortPropertyTSortProperties
 

Public Member Functions

void addProperty (const std::string &propertyLabel_, PropertySorter *sorter_, TSortOrder order_=ASCENDING)
 
TSortProperties & properties (void)
 
void clear (void)
 
virtual bool operator() (Object *obj1, Object *obj2) const
 

Protected Attributes

TSortProperties _properties
 

Detailed Description

Definition at line 93 of file Sort.h.


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