#include <ViewProviderMirror.h>
Public Member Functions | |
| virtual Base::Type | getTypeId (void) const |
| ViewProviderChamfer () | |
| constructor | |
| virtual | ~ViewProviderChamfer () |
| destructor | |
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 74 of file ViewProviderMirror.h.
| ViewProviderChamfer::ViewProviderChamfer | ( | ) |
constructor
Definition at line 248 of file ViewProviderMirror.cpp.
| ViewProviderChamfer::~ViewProviderChamfer | ( | ) | [virtual] |
destructor
Definition at line 253 of file ViewProviderMirror.cpp.
| void * PartGui::ViewProviderChamfer::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 246 of file ViewProviderMirror.cpp.
| Base::Type PartGui::ViewProviderChamfer::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 246 of file ViewProviderMirror.cpp.
| const App::PropertyData & PartGui::ViewProviderChamfer::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 246 of file ViewProviderMirror.cpp.
| const App::PropertyData * PartGui::ViewProviderChamfer::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 246 of file ViewProviderMirror.cpp.
| Base::Type PartGui::ViewProviderChamfer::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 246 of file ViewProviderMirror.cpp.
| void PartGui::ViewProviderChamfer::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 246 of file ViewProviderMirror.cpp.
Referenced by initPartGui().
1.6.1