Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

FrameVector Class Reference

Implements QT's vector class. One can fill the vector with frames and define an order on them. More...

#include <FrameVector.hpp>

List of all members.

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


Detailed Description

Implements QT's vector class. One can fill the vector with frames and define an order on them.

Author:
Klaus Leopold

Definition at line 22 of file FrameVector.hpp.


Member Enumeration Documentation

enum FrameVector::SortOrder
 

The sort order. DISPLAY is display order and STREAM is stream order.

Enumeration values:
DISPLAY 
STREAM 

Definition at line 29 of file FrameVector.hpp.


Member Function Documentation

int FrameVector::compareItems QPtrCollection::Item    x,
QPtrCollection::Item    y
[virtual]
 

Definition at line 3 of file FrameVector.cpp.

References DISPLAY, Frame::getNoInDisplay(), Frame::getNoInStream(), sortOrder, and STREAM.

void FrameVector::setSortOrder SortOrder    s
 

Sets the order of the vector.

Definition at line 27 of file FrameVector.cpp.

References sortOrder.


Member Data Documentation

SortOrder FrameVector::sortOrder [private]
 

Definition at line 41 of file FrameVector.hpp.

Referenced by compareItems(), and setSortOrder().


The documentation for this class was generated from the following files:
Generated on Wed Mar 19 11:57:44 2003 for qctva4lv by doxygen1.2.17