Class representing a CFF index element.
More...
#include <pdfcffindex.h>
Class representing a CFF index element.
◆ wxPdfCffIndexElement() [1/4]
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() [2/4]
wxPdfCffIndexElement::wxPdfCffIndexElement |
( |
wxMemoryOutputStream & | buf | ) |
|
Constructor.
- Parameters
-
buf | stream buffer containing the index element |
◆ wxPdfCffIndexElement() [3/4]
wxPdfCffIndexElement::wxPdfCffIndexElement |
( |
const char * | str | ) |
|
Constructor.
- Parameters
-
str | stream buffer containing the index element |
◆ ~wxPdfCffIndexElement()
virtual wxPdfCffIndexElement::~wxPdfCffIndexElement |
( |
| ) |
|
|
virtual |
◆ wxPdfCffIndexElement() [4/4]
◆ Emit()
virtual void wxPdfCffIndexElement::Emit |
( |
wxMemoryOutputStream & | buffer | ) |
|
|
virtual |
Emit the index element into an output stream.
- Parameters
-
[out] | buffer | the output stream |
◆ GetBuffer()
wxInputStream * wxPdfCffIndexElement::GetBuffer |
( |
| ) |
|
|
inline |
Get the stream buffer.
- Returns
- the stream buffer
◆ GetLength()
int wxPdfCffIndexElement::GetLength |
( |
| ) |
|
|
inline |
Get the length of the index element.
- Returns
- the length of the index element
◆ GetOffset()
int wxPdfCffIndexElement::GetOffset |
( |
| ) |
|
|
inline |
Get the offset of the index element.
- Returns
- the offset within the stream buffer
◆ IsCopy()
bool wxPdfCffIndexElement::IsCopy |
( |
| ) |
|
|
inline |
Check whether the stream buffer is a copy of another stream buffer.
- Returns
- a flag whether the stream buffer
◆ operator=()
◆ SetBuffer()
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: