wxPdfDocument 0.9.2
|
Class representing a CFF index element. More...
#include <pdfcffindex.h>
Public Member Functions | |
wxPdfCffIndexElement (wxInputStream *buf, int offset, int length) | |
Constructor. | |
wxPdfCffIndexElement (wxMemoryOutputStream &buf) | |
Constructor. | |
wxPdfCffIndexElement (const char *str) | |
Constructor. | |
virtual | ~wxPdfCffIndexElement () |
Destructor. | |
wxPdfCffIndexElement (const wxPdfCffIndexElement ©) | |
Copy constructor. | |
wxPdfCffIndexElement & | operator= (const wxPdfCffIndexElement ©) |
Assignment operator. | |
void | SetBuffer (wxMemoryOutputStream &buf) |
Set the stream buffer. | |
virtual void | Emit (wxMemoryOutputStream &buffer) |
Emit the index element into an output stream. | |
bool | IsCopy () |
Check whether the stream buffer is a copy of another stream buffer. | |
int | GetOffset () |
Get the offset of the index element. | |
int | GetLength () |
Get the length of the index element. | |
wxInputStream * | GetBuffer () |
Get the stream buffer. |
Class representing a CFF index element.
wxPdfCffIndexElement::wxPdfCffIndexElement | ( | wxInputStream * | buf, |
int | offset, | ||
int | length | ||
) |
Constructor.
buf | stream buffer containing the index element |
offset | offset of the index within the stream buffer |
length | length of the index |
wxPdfCffIndexElement::wxPdfCffIndexElement | ( | wxMemoryOutputStream & | buf | ) |
Constructor.
buf | stream buffer containing the index element |
wxPdfCffIndexElement::wxPdfCffIndexElement | ( | const char * | str | ) |
Constructor.
str | stream buffer containing the index element |
virtual wxPdfCffIndexElement::~wxPdfCffIndexElement | ( | ) | [virtual] |
Destructor.
wxPdfCffIndexElement::wxPdfCffIndexElement | ( | const wxPdfCffIndexElement & | copy | ) |
Copy constructor.
virtual void wxPdfCffIndexElement::Emit | ( | wxMemoryOutputStream & | buffer | ) | [virtual] |
Emit the index element into an output stream.
[out] | buffer | the output stream |
wxInputStream* wxPdfCffIndexElement::GetBuffer | ( | ) | [inline] |
Get the stream buffer.
int wxPdfCffIndexElement::GetLength | ( | ) | [inline] |
Get the length of the index element.
int wxPdfCffIndexElement::GetOffset | ( | ) | [inline] |
Get the offset of the index element.
bool wxPdfCffIndexElement::IsCopy | ( | ) | [inline] |
Check whether the stream buffer is a copy of another stream buffer.
wxPdfCffIndexElement& wxPdfCffIndexElement::operator= | ( | const wxPdfCffIndexElement & | copy | ) |
Assignment operator.
void wxPdfCffIndexElement::SetBuffer | ( | wxMemoryOutputStream & | buf | ) |
Set the stream buffer.
buf | the stream buffer containing the index element |