|
FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Inheritance diagram for fires::SortConfig:
Collaboration diagram for fires::SortConfig:Classes | |
| struct | TSortProperty |
Public Types | |
| enum | TSortOrder { ASCENDING = 0, DESCENDING } |
| typedef std::vector< TSortProperty > | TSortProperties |
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 |