#include <TaskChamfer.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 122 of file TaskChamfer.h.
ViewProviderChamfer::ViewProviderChamfer | ( | ) |
constructor
Definition at line 603 of file TaskChamfer.cpp.
ViewProviderChamfer::~ViewProviderChamfer | ( | ) | [virtual] |
destructor
Definition at line 608 of file TaskChamfer.cpp.
void * PartDesignGui::ViewProviderChamfer::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 601 of file TaskChamfer.cpp.
Base::Type PartDesignGui::ViewProviderChamfer::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 601 of file TaskChamfer.cpp.
const App::PropertyData & PartDesignGui::ViewProviderChamfer::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 601 of file TaskChamfer.cpp.
const App::PropertyData * PartDesignGui::ViewProviderChamfer::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 601 of file TaskChamfer.cpp.
Base::Type PartDesignGui::ViewProviderChamfer::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 601 of file TaskChamfer.cpp.
void PartDesignGui::ViewProviderChamfer::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 601 of file TaskChamfer.cpp.
Referenced by initPartDesignGui().