![]() |
wxPdfDocument
1.4.0
Library for generating PDF documents from wxWidgets applications
|
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. | |
| wxPdfObject * | GetObject () const |
| Get associated object. | |
| void | SetObject (wxPdfObject *object) |
| Set associated object. | |
| wxPdfObjectQueue * | GetNext () const |
| Get next queue entry. | |
| void | SetNext (wxPdfObjectQueue *next) |
| Set next queue entry. | |
Class representing a queue of objects. (For internal use only).
| wxPdfObjectQueue::wxPdfObjectQueue | ( | int | originalId = 0, |
| int | actualObjectId = 0, | ||
| wxPdfObject * | object = NULL ) |
Constructor.
| originalId | The original object number |
| actualObjectId | The actual object number |
| object | The associated object |
|
inlinevirtual |
Destructor.
|
inline |
Get actual object id.
|
inline |
Get next queue entry.
|
inline |
Get associated object.
|
inline |
Get original object id.
|
inline |
Set next queue entry.
| next | The next queue entry |
|
inline |
Set associated object.
| object | The associated object |