Class representing a CFF index element.
More...
#include <pdfcffindex.h>
List of all members.
Detailed Description
Class representing a CFF index element.
Constructor & Destructor Documentation
wxPdfCffIndexElement::wxPdfCffIndexElement |
( |
wxInputStream * |
buf, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
Constructor.
- Parameters:
-
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.
- Parameters:
-
buf | stream buffer containing the index element |
wxPdfCffIndexElement::wxPdfCffIndexElement |
( |
const char * |
str ) |
|
Constructor.
- Parameters:
-
str | stream buffer containing the index element |
virtual wxPdfCffIndexElement::~wxPdfCffIndexElement |
( |
) |
[virtual] |
Member Function Documentation
virtual void wxPdfCffIndexElement::Emit |
( |
wxMemoryOutputStream & |
buffer ) |
[virtual] |
Emit the index element into an output stream.
- Parameters:
-
[out] | buffer | the output stream |
wxInputStream* wxPdfCffIndexElement::GetBuffer |
( |
) |
[inline] |
Get the stream buffer.
- Returns:
- the stream buffer
int wxPdfCffIndexElement::GetLength |
( |
) |
[inline] |
Get the length of the index element.
- Returns:
- the length of the index element
int wxPdfCffIndexElement::GetOffset |
( |
) |
[inline] |
Get the offset of the index element.
- Returns:
- the offset within the stream buffer
bool wxPdfCffIndexElement::IsCopy |
( |
) |
[inline] |
Check whether the stream buffer is a copy of another stream buffer.
- Returns:
- a flag whether the stream buffer
void wxPdfCffIndexElement::SetBuffer |
( |
wxMemoryOutputStream & |
buf ) |
|
Set the stream buffer.
- Parameters:
-
buf | the stream buffer containing the index element |
The documentation for this class was generated from the following file: