#include <FrameVector.hpp>
Public Types | |
enum | SortOrder { DISPLAY, STREAM } |
Public Methods | |
void | setSortOrder (SortOrder s) |
virtual int | compareItems (QPtrCollection::Item x, QPtrCollection::Item y) |
Private Attributes | |
SortOrder | sortOrder |
Definition at line 22 of file FrameVector.hpp.
|
The sort order. DISPLAY is display order and STREAM is stream order. Definition at line 29 of file FrameVector.hpp. |
|
Definition at line 3 of file FrameVector.cpp. References DISPLAY, Frame::getNoInDisplay(), Frame::getNoInStream(), sortOrder, and STREAM. |
|
Sets the order of the vector. Definition at line 27 of file FrameVector.cpp. References sortOrder. |
|
Definition at line 41 of file FrameVector.hpp. Referenced by compareItems(), and setSortOrder(). |