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::GetActualObjectId (  )  const [inline]

Get actual object id.

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

Get next queue entry.

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

Get associated object.

int wxPdfObjectQueue::GetOriginalObjectId (  )  const [inline]

Get original object id.

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

Set next queue entry.

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

Set associated object.


The documentation for this class was generated from the following file:

Generated on Mon Oct 12 22:02:43 2009 for wxPdfDocument by  doxygen 1.6.1