Public Member Functions

wxPdfArray Class Reference

Class representing an array object. (For internal use only) More...

#include <pdfobjects.h>

Inheritance diagram for wxPdfArray:
wxPdfObject

List of all members.

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.
wxPdfObjectGet (size_t index)
 Get the array element with the given index.
size_t GetSize ()
 Get the size of the array.

Detailed Description

Class representing an array object. (For internal use only)


Constructor & Destructor Documentation

wxPdfArray::wxPdfArray (  )

Constructor.

virtual wxPdfArray::~wxPdfArray (  ) [virtual]

Destructor.


Member Function Documentation

void wxPdfArray::Add ( wxPdfObject obj )

Append an object to the array.

void wxPdfArray::Add ( int  value )

Append an integer value to the array.

void wxPdfArray::Add ( double  value )

Append a floating point value 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.


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