#include <FeatureDressUp.h>
Public Member Functions | |
DressUp () | |
virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyLinkSub | Base |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 33 of file FeatureDressUp.h.
PartDesign::DressUp::DressUp | ( | ) |
Definition at line 39 of file FeatureDressUp.cpp.
References ADD_PROPERTY.
void * PartDesign::DressUp::create | ( | void | ) | [static] |
Reimplemented from PartDesign::Feature.
Reimplemented in PartDesign::Chamfer, and PartDesign::Fillet.
Definition at line 37 of file FeatureDressUp.cpp.
Base::Type PartDesign::DressUp::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartDesign::Feature.
Reimplemented in PartDesign::Chamfer, and PartDesign::Fillet.
Definition at line 37 of file FeatureDressUp.cpp.
const App::PropertyData & PartDesign::DressUp::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartDesign::Feature.
Reimplemented in PartDesign::Chamfer, and PartDesign::Fillet.
Definition at line 37 of file FeatureDressUp.cpp.
const App::PropertyData * PartDesign::DressUp::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartDesign::Feature.
Reimplemented in PartDesign::Chamfer, and PartDesign::Fillet.
Definition at line 37 of file FeatureDressUp.cpp.
Base::Type PartDesign::DressUp::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartDesign::Feature.
Reimplemented in PartDesign::Chamfer, and PartDesign::Fillet.
Definition at line 37 of file FeatureDressUp.cpp.
void PartDesign::DressUp::init | ( | void | ) | [static] |
Reimplemented from PartDesign::Feature.
Reimplemented in PartDesign::Chamfer, and PartDesign::Fillet.
Definition at line 37 of file FeatureDressUp.cpp.
Referenced by initPartDesign().
Definition at line 40 of file FeatureDressUp.h.
Referenced by PartDesign::Fillet::execute(), PartDesign::Fillet::mustExecute(), PartDesign::Chamfer::mustExecute(), PartDesignGui::ViewProviderFillet::onDelete(), and PartDesignGui::TaskDlgFilletParameters::reject().