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. | |
| wxPdfLayerGroup & | operator= (const wxPdfLayerGroup &layer) |
| Assignment operator. | |
| bool | Add (wxPdfLayer *layer) |
| Add layer. | |
| wxPdfArrayLayer | GetGroup () const |
| Get list of group members. | |
Class for a group of layers with optional content.
| wxPdfLayerGroup::wxPdfLayerGroup | ( | ) |
Constructor.
| virtual wxPdfLayerGroup::~wxPdfLayerGroup | ( | ) | [virtual] |
Destructor.
| wxPdfLayerGroup::wxPdfLayerGroup | ( | const wxPdfLayerGroup & | layer ) |
Copy constructor.
| bool wxPdfLayerGroup::Add | ( | wxPdfLayer * | layer ) |
Add layer.
Adds a new member to the layer radio group.
| layer | the new member to the layer radio group |
| wxPdfArrayLayer wxPdfLayerGroup::GetGroup | ( | ) | const |
Get list of group members.
| wxPdfLayerGroup& wxPdfLayerGroup::operator= | ( | const wxPdfLayerGroup & | layer ) |
Assignment operator.
1.7.2