wxPdfDocument 1.2.0
Public Member Functions | List of all members
wxPdfLayerGroup Class Reference

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

#include <pdflayer.h>

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() [1/2]

wxPdfLayerGroup::wxPdfLayerGroup ( )

Constructor.

◆ ~wxPdfLayerGroup()

virtual wxPdfLayerGroup::~wxPdfLayerGroup ( )
virtual

Destructor.

◆ wxPdfLayerGroup() [2/2]

wxPdfLayerGroup::wxPdfLayerGroup ( const wxPdfLayerGroup & layer)

Copy constructor.

Member Function Documentation

◆ Add()

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

◆ GetGroup()

wxPdfArrayLayer wxPdfLayerGroup::GetGroup ( ) const

Get list of group members.

◆ operator=()

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

Assignment operator.


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