#include <InspectionFeature.h>
Public Member Functions | |
| virtual Base::Type | getTypeId (void) const |
| const char * | getViewProviderName (void) const |
| returns the type name of the ViewProvider | |
| Group (void) | |
| Constructor. | |
| virtual | ~Group () |
Static Public Member Functions | |
| static void * | create (void) |
| static Base::Type | getClassTypeId (void) |
| static void | init (void) |
Protected Member Functions | |
| virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
| static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 191 of file InspectionFeature.h.
| Group::Group | ( | void | ) |
Constructor.
Definition at line 626 of file InspectionFeature.cpp.
| Group::~Group | ( | ) | [virtual] |
Definition at line 630 of file InspectionFeature.cpp.
| void * Inspection::Group::create | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 623 of file InspectionFeature.cpp.
| Base::Type Inspection::Group::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 623 of file InspectionFeature.cpp.
| const App::PropertyData & Inspection::Group::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from App::PropertyContainer.
Definition at line 623 of file InspectionFeature.cpp.
| const App::PropertyData * Inspection::Group::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from App::PropertyContainer.
Definition at line 623 of file InspectionFeature.cpp.
| Base::Type Inspection::Group::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyContainer.
Definition at line 623 of file InspectionFeature.cpp.
| const char* Inspection::Group::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from App::DocumentObjectGroup.
Definition at line 201 of file InspectionFeature.h.
| void Inspection::Group::init | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 623 of file InspectionFeature.cpp.
Referenced by initInspection().
1.6.1