wxPdfDocument  1.4.0
Library for generating PDF documents from wxWidgets applications
Loading...
Searching...
No Matches
wxPdfObjectQueue Class Reference

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

#include <pdfobjects.h>

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::wxPdfObjectQueue ( int originalId = 0,
int actualObjectId = 0,
wxPdfObject * object = NULL )

Constructor.

Parameters
originalIdThe original object number
actualObjectIdThe actual object number
objectThe associated object

◆ ~wxPdfObjectQueue()

virtual wxPdfObjectQueue::~wxPdfObjectQueue ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ GetActualObjectId()

int wxPdfObjectQueue::GetActualObjectId ( ) const
inline

Get actual object id.

Returns
The actual object number

◆ GetNext()

wxPdfObjectQueue * wxPdfObjectQueue::GetNext ( ) const
inline

Get next queue entry.

Returns
The next queue entry, or NULL if this is the last entry

◆ GetObject()

wxPdfObject * wxPdfObjectQueue::GetObject ( ) const
inline

Get associated object.

Returns
The associated object

◆ GetOriginalObjectId()

int wxPdfObjectQueue::GetOriginalObjectId ( ) const
inline

Get original object id.

Returns
The original object number

◆ SetNext()

void wxPdfObjectQueue::SetNext ( wxPdfObjectQueue * next)
inline

Set next queue entry.

Parameters
nextThe next queue entry

◆ SetObject()

void wxPdfObjectQueue::SetObject ( wxPdfObject * object)
inline

Set associated object.

Parameters
objectThe associated object

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