Base class of all View Features in the drawing module. More...
#include <PageGroup.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
virtual const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
PageGroup (void) | |
Constructor. | |
virtual | ~PageGroup () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyLinkList | Pages |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Base class of all View Features in the drawing module.
Definition at line 41 of file PageGroup.h.
PageGroup::PageGroup | ( | void | ) |
Constructor.
Definition at line 41 of file PageGroup.cpp.
References ADD_PROPERTY_TYPE, group, and App::Prop_None.
PageGroup::~PageGroup | ( | ) | [virtual] |
Definition at line 47 of file PageGroup.cpp.
void * Drawing::PageGroup::create | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file PageGroup.cpp.
Base::Type Drawing::PageGroup::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file PageGroup.cpp.
const App::PropertyData & Drawing::PageGroup::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file PageGroup.cpp.
const App::PropertyData * Drawing::PageGroup::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file PageGroup.cpp.
Base::Type Drawing::PageGroup::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file PageGroup.cpp.
virtual const char* Drawing::PageGroup::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from App::DocumentObjectGroup.
Definition at line 53 of file PageGroup.h.
void Drawing::PageGroup::init | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file PageGroup.cpp.
Referenced by initDrawing().
Definition at line 50 of file PageGroup.h.