kword
ZOrderedFrameList Class Reference
#include <KWFrame.h>
Detailed Description
small utility class representing a sortable (by z-order) list of frames you can use sort() and inSort(item)Deprecated, use QValueVector<KWFrame*> from now on, and sort it with std::sort(frames.begin(),frames.end(),KWFrame::compareFrameZOrder);
With Qt4 we'll be able to use qSort for lists.
Definition at line 55 of file KWFrame.h.
Protected Member Functions | |
virtual int | compareItems (QPtrCollection::Item a, QPtrCollection::Item b) |
The documentation for this class was generated from the following files: