wxPdfDocument 1.2.0
|
Base class for optional content. (For internal use only) More...
#include <pdflayer.h>
Public Member Functions | |
wxPdfOcg () | |
Constructor. | |
virtual | ~wxPdfOcg () |
Destructor. | |
void | SetIndex (int index) |
Set OCG index. | |
int | GetIndex () const |
Get OCG index. | |
void | SetObjIndex (int n) |
Set object index. | |
int | GetObjIndex () const |
Get object index. | |
bool | IsOk () const |
Check whether OCG is initialized. | |
wxPdfOcgType | GetType () const |
Get. | |
Protected Attributes | |
wxPdfOcgType | m_type |
Type of OCG. | |
Base class for optional content. (For internal use only)
wxPdfOcg::wxPdfOcg | ( | ) |
Constructor.
|
virtual |
Destructor.
|
inline |
Get OCG index.
|
inline |
Get object index.
|
inline |
Get.
bool wxPdfOcg::IsOk | ( | ) | const |
Check whether OCG is initialized.
|
inline |
Set OCG index.
|
inline |
Set object index.
|
protected |
Type of OCG.