Class representing an array object. (For internal use only). More...
#include <pdfobjects.h>
Public Member Functions | |
| wxPdfArray () | |
| Constructor. | |
| virtual | ~wxPdfArray () |
| Destructor. | |
| void | Add (wxPdfObject *obj) |
| Append an object to the array. | |
| void | Add (int value) |
| Append an integer value to the array. | |
| void | Add (double value) |
| Append a floating point value to the array. | |
| wxPdfObject * | Get (size_t index) |
| Get the array element with the given index. | |
| size_t | GetSize () |
| Get the size of the array. | |
Class representing an array object. (For internal use only).
| wxPdfArray::wxPdfArray | ( | ) |
Constructor.
| virtual wxPdfArray::~wxPdfArray | ( | ) | [virtual] |
Destructor.
| void wxPdfArray::Add | ( | double | value | ) |
Append a floating point value to the array.
| void wxPdfArray::Add | ( | int | value | ) |
Append an integer value to the array.
| void wxPdfArray::Add | ( | wxPdfObject * | obj | ) |
Append an object to the array.
| wxPdfObject* wxPdfArray::Get | ( | size_t | index | ) |
Get the array element with the given index.
| size_t wxPdfArray::GetSize | ( | ) | [inline] |
Get the size of the array.
1.6.1