wxPdfObjectQueue Class Reference

Class representing a queue of objects. (For internal use only). More...

#include <pdfobjects.h>

List of all members.

Public Member Functions

 wxPdfObjectQueue (int originalId=0, int actualObjectId=0, wxPdfObject *object=NULL)
 Constructor.
virtual ~wxPdfObjectQueue ()
 Destructor.
int GetOriginalObjectId () const
 Get original object id.
int GetActualObjectId () const
 Get actual object id.
wxPdfObjectGetObject () const
 Get associated object.
void SetObject (wxPdfObject *object)
 Set associated object.
wxPdfObjectQueueGetNext () const
 Get next queue entry.
void SetNext (wxPdfObjectQueue *next)
 Set next queue entry.


Detailed Description

Class representing a queue of objects. (For internal use only).


Constructor & Destructor Documentation

wxPdfObjectQueue::wxPdfObjectQueue ( int  originalId = 0,
int  actualObjectId = 0,
wxPdfObject object = NULL 
)

Constructor.

virtual wxPdfObjectQueue::~wxPdfObjectQueue (  )  [inline, virtual]

Destructor.


Member Function Documentation

int wxPdfObjectQueue::GetOriginalObjectId (  )  const [inline]

Get original object id.

int wxPdfObjectQueue::GetActualObjectId (  )  const [inline]

Get actual object id.

wxPdfObject* wxPdfObjectQueue::GetObject (  )  const [inline]

Get associated object.

void wxPdfObjectQueue::SetObject ( wxPdfObject object  )  [inline]

Set associated object.

wxPdfObjectQueue* wxPdfObjectQueue::GetNext (  )  const [inline]

Get next queue entry.

void wxPdfObjectQueue::SetNext ( wxPdfObjectQueue next  )  [inline]

Set next queue entry.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:38 2006 for wxPdfDocument by  doxygen 1.5.1-p1