wxPdfDocument  0.9.3
Public Member Functions
wxPdfLayerGroup Class Reference

Class for a group of layers with optional content. More...

#include <pdflayer.h>

List of all members.

Public Member Functions

 wxPdfLayerGroup ()
 Constructor.
virtual ~wxPdfLayerGroup ()
 Destructor.
 wxPdfLayerGroup (const wxPdfLayerGroup &layer)
 Copy constructor.
wxPdfLayerGroupoperator= (const wxPdfLayerGroup &layer)
 Assignment operator.
bool Add (wxPdfLayer *layer)
 Add layer.
wxPdfArrayLayer GetGroup () const
 Get list of group members.

Detailed Description

Class for a group of layers with optional content.


Constructor & Destructor Documentation

wxPdfLayerGroup::wxPdfLayerGroup ( )

Constructor.

virtual wxPdfLayerGroup::~wxPdfLayerGroup ( )
virtual

Destructor.

wxPdfLayerGroup::wxPdfLayerGroup ( const wxPdfLayerGroup layer)

Copy constructor.


Member Function Documentation

bool wxPdfLayerGroup::Add ( wxPdfLayer layer)

Add layer.

Adds a new member to the layer radio group.

Parameters:
layerthe new member to the layer radio group
wxPdfArrayLayer wxPdfLayerGroup::GetGroup ( ) const

Get list of group members.

wxPdfLayerGroup& wxPdfLayerGroup::operator= ( const wxPdfLayerGroup layer)

Assignment operator.


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