wxPdfDocument 1.2.0
Public Member Functions | Protected Attributes | List of all members
wxPdfOcg Class Reference

Base class for optional content. (For internal use only) More...

#include <pdflayer.h>

Inheritance diagram for wxPdfOcg:
wxPdfLayer wxPdfLayerMembership

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.
 

Detailed Description

Base class for optional content. (For internal use only)

Constructor & Destructor Documentation

◆ wxPdfOcg()

wxPdfOcg::wxPdfOcg ( )

Constructor.

◆ ~wxPdfOcg()

virtual wxPdfOcg::~wxPdfOcg ( )
virtual

Destructor.

Member Function Documentation

◆ GetIndex()

int wxPdfOcg::GetIndex ( ) const
inline

Get OCG index.

◆ GetObjIndex()

int wxPdfOcg::GetObjIndex ( ) const
inline

Get object index.

◆ GetType()

wxPdfOcgType wxPdfOcg::GetType ( ) const
inline

Get.

◆ IsOk()

bool wxPdfOcg::IsOk ( ) const

Check whether OCG is initialized.

◆ SetIndex()

void wxPdfOcg::SetIndex ( int index)
inline

Set OCG index.

◆ SetObjIndex()

void wxPdfOcg::SetObjIndex ( int n)
inline

Set object index.

Member Data Documentation

◆ m_type

wxPdfOcgType wxPdfOcg::m_type
protected

Type of OCG.


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