#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. | |
| wxPdfObjectQueue::wxPdfObjectQueue | ( | int | originalId = 0, |
|
| int | actualObjectId = 0, |
|||
| wxPdfObject * | object = NULL | |||
| ) |
Constructor.
| virtual wxPdfObjectQueue::~wxPdfObjectQueue | ( | ) | [inline, virtual] |
Destructor.
| 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.
1.5.1-p1