Subclasses of 'ZoneComparer' are used to sort zones, generally by a specific property.
More...
#include <synthclone/zonecomparer.h>
Subclasses of 'ZoneComparer' are used to sort zones, generally by a specific property.
- See Also
- Context::sortZones()
synthclone::ZoneComparer::ZoneComparer |
( |
QObject * |
parent = 0 | ) |
|
|
explicitprotected |
Constructs a new ZoneComparer object.
This constructor should not be called directly; instead, constructors in subclasses should call this constructor when they're invoked.
- Parameters
-
virtual synthclone::ZoneComparer::~ZoneComparer |
( |
| ) |
|
|
protectedvirtual |
virtual bool synthclone::ZoneComparer::isLessThan |
( |
const Zone * |
zone1, |
|
|
const Zone * |
zone2 |
|
) |
| const |
|
pure virtual |
Indicates whether one Zone object should come before a second Zone object.
- Parameters
-
zone1 | The first Zone object. |
zone2 | The second Zone object. |
- Returns
- A boolean indicating the above.
The documentation for this class was generated from the following file: