#include <FeaturePartFuse.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
MultiFuse () | |
methods override feature | |
App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
short | mustExecute () const |
mustExecute We call this method to check if the object was modified to be invoked. | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyLinkList | Shapes |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 49 of file FeaturePartFuse.h.
MultiFuse::MultiFuse | ( | void | ) |
Definition at line 58 of file FeaturePartFuse.cpp.
References ADD_PROPERTY.
void * Part::MultiFuse::create | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 55 of file FeaturePartFuse.cpp.
App::DocumentObjectExecReturn * MultiFuse::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Part::Feature.
Definition at line 71 of file FeaturePartFuse.cpp.
References Part::Feature::getClassTypeId(), App::PropertyLinkList::getValues(), Part::PropertyPartShape::setValue(), Part::Feature::Shape, Shapes, and App::DocumentObject::StdReturn.
Base::Type Part::MultiFuse::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 55 of file FeaturePartFuse.cpp.
const App::PropertyData & Part::MultiFuse::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Part::Feature.
Definition at line 55 of file FeaturePartFuse.cpp.
const App::PropertyData * Part::MultiFuse::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Part::Feature.
Definition at line 55 of file FeaturePartFuse.cpp.
Base::Type Part::MultiFuse::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Feature.
Definition at line 55 of file FeaturePartFuse.cpp.
const char* Part::MultiFuse::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from Part::Feature.
Definition at line 65 of file FeaturePartFuse.h.
void Part::MultiFuse::init | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 55 of file FeaturePartFuse.cpp.
Referenced by initPart().
short MultiFuse::mustExecute | ( | ) | const [virtual] |
mustExecute We call this method to check if the object was modified to be invoked.
If the object label or an argument is modified. If we must recompute the object - to call the method execute(). 0: no recompution is needed 1: recompution needed -1: the document examine all links of this object and if one is touched -> recompute
Reimplemented from Part::Feature.
Definition at line 64 of file FeaturePartFuse.cpp.
References App::Property::isTouched(), and Shapes.
Definition at line 56 of file FeaturePartFuse.h.
Referenced by execute(), and mustExecute().