26 #ifndef __TERRALIB_FE_INTERNAL_SORTPROPERTY_H
27 #define __TERRALIB_FE_INTERNAL_SORTPROPERTY_H
This class is used to encode the name of any property of an object.
A sort property name and order type.
SortOrder
Sort order type: asc or desc.
void setPropertyName(PropertyName *p)
It sets the property name.
SortOrder m_sortOrder
Optional.
~SortProperty()
Destructor.
PropertyName * m_property
Mandatory.
void setSortOrder(SortOrder direction)
It sets the sort order.
const PropertyName * getPropertyName() const
It returns the property name.
SortOrder getSortOrder() const
It return the associated sort order.
SortProperty()
It initializes a new SortProperty.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).