#include <ViewProviderExt.h>
Public Member Functions | |
virtual void | attach (App::DocumentObject *) |
Attaches the document object to this view provider. | |
virtual std::vector< std::string > | getDisplayModes (void) const |
returns a list of all possible modes | |
virtual Base::Type | getTypeId (void) const |
void | reload () |
Update the view representation. | |
virtual void | setDisplayMode (const char *ModeName) |
set the display mode | |
virtual void | updateData (const App::Property *) |
Gets called if some of the property hade bin changed. | |
ViewProviderPartExt () | |
constructor | |
virtual | ~ViewProviderPartExt () |
destructor | |
Selection handling | |
virtual std::string | getElement (const SoPickedPoint *) const |
return a hit element to the selection path or 0 | |
virtual std::vector < Base::Vector3d > | getSelectionShape (const char *Element) const |
return the higlight lines for a given element or the whole shape | |
virtual bool | useNewSelectionModel (void) const |
indicates if the ViewProvider use the new Selection model | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyBool | ControlPoints |
App::PropertyFloatConstraint | Deviation |
App::PropertyColorList | DiffuseColor |
App::PropertyEnumeration | Lighting |
App::PropertyColor | LineColor |
App::PropertyMaterial | LineMaterial |
App::PropertyFloatConstraint | LineWidth |
App::PropertyColor | PointColor |
App::PropertyMaterial | PointMaterial |
App::PropertyFloatConstraint | PointSize |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
bool | loadParameter () |
virtual void | onChanged (const App::Property *prop) |
get called by the container whenever a property has been changed | |
void | updateVisual (const TopoDS_Shape &) |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Protected Attributes | |
SoCoordinate3 * | coords |
SoBrepFaceSet * | faceset |
SoBrepEdgeSet * | lineset |
SoBrepPointSet * | nodeset |
SoNormal * | norm |
SoNormalBinding * | normb |
SoMaterial * | pcLineMaterial |
SoDrawStyle * | pcLineStyle |
SoMaterial * | pcPointMaterial |
SoDrawStyle * | pcPointStyle |
SoMaterialBinding * | pcShapeBind |
SoShapeHints * | pShapeHints |
bool | VisualTouched |
Edit methods | |
| |
void | setupContextMenu (QMenu *, QObject *, const char *) |
set up the context-menu with the supported edit modes | |
bool | setEdit (int ModNum) |
is called by the document when the provider goes in edit mode | |
void | unsetEdit (int ModNum) |
is called when you loose the edit mode |
Definition at line 60 of file ViewProviderExt.h.
ViewProviderPartExt::ViewProviderPartExt | ( | ) |
constructor
Definition at line 123 of file ViewProviderExt.cpp.
References ADD_PROPERTY, App::Material::ambientColor, ControlPoints, coords, DiffuseColor, App::Material::diffuseColor, App::Material::emissiveColor, SketcherExample::f, faceset, App::PropertyFloat::getValue(), App::PropertyColor::getValue(), Lighting, LineColor, LineMaterial, lineset, LineWidth, loadParameter(), nodeset, norm, normb, pcLineMaterial, pcLineStyle, pcPointMaterial, pcPointStyle, pcShapeBind, PointColor, PointMaterial, PointSize, pShapeHints, App::PropertyFloatConstraint::setConstraints(), App::PropertyEnumeration::setEnums(), Gui::ViewProviderGeometryObject::ShapeColor, App::Material::shininess, App::Material::specularColor, Gui::ViewProvider::sPixmap, App::Property::touch(), App::Material::transparency, and VisualTouched.
ViewProviderPartExt::~ViewProviderPartExt | ( | ) | [virtual] |
destructor
Definition at line 193 of file ViewProviderExt.cpp.
References coords, faceset, lineset, nodeset, norm, pcLineMaterial, pcLineStyle, pcPointMaterial, pcPointStyle, pcShapeBind, and pShapeHints.
void ViewProviderPartExt::attach | ( | App::DocumentObject * | pcObject | ) | [virtual] |
Attaches the document object to this view provider.
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProvider2DObject, PartGui::ViewProviderCurveNet, and SketcherGui::ViewProviderSketch.
Definition at line 290 of file ViewProviderExt.cpp.
References Gui::ViewProvider::addDisplayMaskMode(), coords, faceset, lineset, nodeset, norm, normb, offset(), pcLineMaterial, pcLineStyle, Gui::ViewProvider::pcModeSwitch, pcPointMaterial, pcPointStyle, Gui::ViewProvider::pcRoot, pcShapeBind, Gui::ViewProviderGeometryObject::pcShapeMaterial, and pShapeHints.
Referenced by PartGui::ViewProviderCustom::updateData().
void * PartGui::ViewProviderPartExt::create | ( | void | ) | [static] |
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderPart, PartGui::ViewProvider2DObject, PartGui::ViewProviderBoolean, PartGui::ViewProviderMultiFuse, PartGui::ViewProviderMultiCommon, PartGui::ViewProviderBox, PartGui::ViewProviderCurveNet, PartGui::ViewProviderExtrusion, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartGui::ViewProviderChamfer, PartGui::ViewProviderCustom, PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProvider, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderMainPart, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 113 of file ViewProviderExt.cpp.
Base::Type PartGui::ViewProviderPartExt::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderPart, PartGui::ViewProvider2DObject, PartGui::ViewProviderBoolean, PartGui::ViewProviderMultiFuse, PartGui::ViewProviderMultiCommon, PartGui::ViewProviderBox, PartGui::ViewProviderCurveNet, PartGui::ViewProviderExtrusion, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartGui::ViewProviderChamfer, PartGui::ViewProviderCustom, PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProvider, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderMainPart, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 113 of file ViewProviderExt.cpp.
Referenced by exporter(), getElement(), and updateData().
std::vector< std::string > ViewProviderPartExt::getDisplayModes | ( | void | ) | const [virtual] |
returns a list of all possible modes
Reimplemented from Gui::ViewProviderDocumentObject.
Reimplemented in PartGui::ViewProvider2DObject, PartGui::ViewProviderBox, and PartGui::ViewProviderCurveNet.
Definition at line 360 of file ViewProviderExt.cpp.
std::string ViewProviderPartExt::getElement | ( | const SoPickedPoint * | pp | ) | const [virtual] |
return a hit element to the selection path or 0
Reimplemented from Gui::ViewProvider.
Definition at line 374 of file ViewProviderExt.cpp.
References getClassTypeId(), and nodeset.
const App::PropertyData & PartGui::ViewProviderPartExt::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderPart, PartGui::ViewProvider2DObject, PartGui::ViewProviderBoolean, PartGui::ViewProviderMultiFuse, PartGui::ViewProviderMultiCommon, PartGui::ViewProviderBox, PartGui::ViewProviderCurveNet, PartGui::ViewProviderExtrusion, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartGui::ViewProviderChamfer, PartGui::ViewProviderCustom, PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProvider, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderMainPart, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 113 of file ViewProviderExt.cpp.
const App::PropertyData * PartGui::ViewProviderPartExt::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderPart, PartGui::ViewProvider2DObject, PartGui::ViewProviderBoolean, PartGui::ViewProviderMultiFuse, PartGui::ViewProviderMultiCommon, PartGui::ViewProviderBox, PartGui::ViewProviderCurveNet, PartGui::ViewProviderExtrusion, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartGui::ViewProviderChamfer, PartGui::ViewProviderCustom, PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProvider, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderMainPart, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 113 of file ViewProviderExt.cpp.
std::vector< Base::Vector3d > ViewProviderPartExt::getSelectionShape | ( | const char * | Element | ) | const [virtual] |
return the higlight lines for a given element or the whole shape
Reimplemented from Gui::ViewProvider.
Definition at line 399 of file ViewProviderExt.cpp.
Base::Type PartGui::ViewProviderPartExt::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderPart, PartGui::ViewProvider2DObject, PartGui::ViewProviderBoolean, PartGui::ViewProviderMultiFuse, PartGui::ViewProviderMultiCommon, PartGui::ViewProviderBox, PartGui::ViewProviderCurveNet, PartGui::ViewProviderExtrusion, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartGui::ViewProviderChamfer, PartGui::ViewProviderCustom, PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProvider, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderMainPart, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 113 of file ViewProviderExt.cpp.
void PartGui::ViewProviderPartExt::init | ( | void | ) | [static] |
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderPart, PartGui::ViewProvider2DObject, PartGui::ViewProviderBoolean, PartGui::ViewProviderMultiFuse, PartGui::ViewProviderMultiCommon, PartGui::ViewProviderBox, PartGui::ViewProviderCurveNet, PartGui::ViewProviderExtrusion, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartGui::ViewProviderChamfer, PartGui::ViewProviderCustom, PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProvider, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderMainPart, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 113 of file ViewProviderExt.cpp.
Referenced by initPartGui().
bool ViewProviderPartExt::loadParameter | ( | ) | [protected] |
Definition at line 404 of file ViewProviderExt.cpp.
References App::GetApplication(), and App::Application::GetParameterGroupByPath().
Referenced by reload(), and ViewProviderPartExt().
void ViewProviderPartExt::onChanged | ( | const App::Property * | prop | ) | [protected, virtual] |
get called by the container whenever a property has been changed
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProvider2DObject, PartGui::ViewProviderCustom, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 208 of file ViewProviderExt.cpp.
References App::Material::ambientColor, FemExample::b, App::Color::b, DiffuseColor, App::Material::diffuseColor, App::Material::emissiveColor, faceset, App::Color::g, App::PropertyBool::getValue(), App::PropertyInteger::getValue(), App::PropertyMaterial::getValue(), App::PropertyColor::getValue(), App::PropertyFloat::getValue(), App::PropertyColorList::getValues(), Py::int, Lighting, LineColor, LineMaterial, LineWidth, MeshCore::MeshIO::OVERALL, PartGui::SoBrepFaceSet::partIndex, pcLineMaterial, pcLineStyle, Gui::ViewProviderDocumentObject::pcObject, pcPointMaterial, pcPointStyle, pcShapeBind, Gui::ViewProviderGeometryObject::pcShapeMaterial, PointColor, PointMaterial, PointSize, pShapeHints, App::Color::r, App::PropertyMaterial::setDiffuseColor(), App::PropertyColorList::setValue(), App::PropertyColor::setValue(), Gui::ViewProviderGeometryObject::ShapeColor, Gui::ViewProviderGeometryObject::ShapeMaterial, App::Material::shininess, App::Material::specularColor, App::Material::transparency, updateVisual(), Gui::ViewProviderDocumentObject::Visibility, and VisualTouched.
void ViewProviderPartExt::reload | ( | ) |
Update the view representation.
Definition at line 429 of file ViewProviderExt.cpp.
References App::PropertyContainer::getPropertyByName(), loadParameter(), Gui::ViewProviderDocumentObject::pcObject, and Gui::ViewProvider::update().
void ViewProviderPartExt::setDisplayMode | ( | const char * | ModeName | ) | [virtual] |
set the display mode
If you add new viewing modes in getDisplayModes() then you need to reimplement also seDisplaytMode() to handle these new modes by setting the appropriate display mode.
Reimplemented from Gui::ViewProvider.
Reimplemented in PartGui::ViewProviderCurveNet.
Definition at line 346 of file ViewProviderExt.cpp.
References Gui::ViewProvider::setDisplayMaskMode().
Referenced by SketcherGui::ViewProviderCustom::updateData(), and PartGui::ViewProviderCustom::updateData().
bool ViewProviderPartExt::setEdit | ( | int | ModNum | ) | [protected, virtual] |
is called by the document when the provider goes in edit mode
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProvider2DObject, PartGui::ViewProviderCurveNet, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, and SketcherGui::ViewProviderSketch.
Definition at line 466 of file ViewProviderExt.cpp.
References Gui::Control(), and Gui::Selection().
void ViewProviderPartExt::setupContextMenu | ( | QMenu * | , | |
QObject * | , | |||
const char * | ||||
) | [virtual] |
set up the context-menu with the supported edit modes
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, and SketcherGui::ViewProviderSketch.
Definition at line 459 of file ViewProviderExt.cpp.
void ViewProviderPartExt::unsetEdit | ( | int | ModNum | ) | [protected, virtual] |
is called when you loose the edit mode
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProvider2DObject, PartGui::ViewProviderCurveNet, PartGui::ViewProviderImport, PartGui::ViewProviderMirror, PartGui::ViewProviderFillet, PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPocket, PartDesignGui::ViewProviderRevolution, and SketcherGui::ViewProviderSketch.
Definition at line 487 of file ViewProviderExt.cpp.
void ViewProviderPartExt::updateData | ( | const App::Property * | ) | [virtual] |
Gets called if some of the property hade bin changed.
Reimplemented from Gui::ViewProviderGeometryObject.
Reimplemented in PartGui::ViewProvider2DObject, PartGui::ViewProviderCurveNet, PartGui::ViewProviderCustom, SketcherGui::ViewProviderCustom, and SketcherGui::ViewProviderSketch.
Definition at line 437 of file ViewProviderExt.cpp.
References faceset, getClassTypeId(), App::Property::getTypeId(), App::PropertyBool::getValue(), MeshCore::MeshIO::OVERALL, PartGui::SoBrepFaceSet::partIndex, pcShapeBind, Gui::ViewProviderGeometryObject::pcShapeMaterial, updateVisual(), Gui::ViewProviderDocumentObject::Visibility, and VisualTouched.
void ViewProviderPartExt::updateVisual | ( | const TopoDS_Shape & | inputShape | ) | [protected] |
Definition at line 496 of file ViewProviderExt.cpp.
References KDL::Add(), Base::Console(), coords, Base::TimeInfo::diffTimeF(), faceset, App::DocumentObject::getNameInDocument(), Handle(), RobotExample::l, lineset, Mesh2Shape::mesh, nodeset, Gui::SoSelectionElementAction::None, norm, draftTools::p, PartGui::SoBrepFaceSet::partIndex, Gui::ViewProviderDocumentObject::pcObject, draftlibs::fcgeo::v1(), and VisualTouched.
Referenced by onChanged(), and updateData().
virtual bool PartGui::ViewProviderPartExt::useNewSelectionModel | ( | void | ) | const [inline, virtual] |
indicates if the ViewProvider use the new Selection model
Reimplemented from Gui::ViewProvider.
Definition at line 100 of file ViewProviderExt.h.
Definition at line 78 of file ViewProviderExt.h.
Referenced by ViewProviderPartExt().
SoCoordinate3* PartGui::ViewProviderPartExt::coords [protected] |
Definition at line 130 of file ViewProviderExt.h.
Referenced by attach(), PartGui::ViewProviderCurveNet::computeEdges(), updateVisual(), ViewProviderPartExt(), and ~ViewProviderPartExt().
Definition at line 73 of file ViewProviderExt.h.
Definition at line 81 of file ViewProviderExt.h.
Referenced by onChanged(), PartGui::FaceColors::Private::Private(), PartGui::FaceColors::reject(), and ViewProviderPartExt().
SoBrepFaceSet* PartGui::ViewProviderPartExt::faceset [protected] |
Definition at line 131 of file ViewProviderExt.h.
Referenced by attach(), onChanged(), updateData(), updateVisual(), ViewProviderPartExt(), and ~ViewProviderPartExt().
Definition at line 79 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
Definition at line 74 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
Definition at line 76 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
SoBrepEdgeSet* PartGui::ViewProviderPartExt::lineset [protected] |
Definition at line 134 of file ViewProviderExt.h.
Referenced by attach(), PartGui::ViewProviderCurveNet::computeEdges(), updateVisual(), ViewProviderPartExt(), and ~ViewProviderPartExt().
Definition at line 71 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
SoBrepPointSet* PartGui::ViewProviderPartExt::nodeset [protected] |
Definition at line 135 of file ViewProviderExt.h.
Referenced by attach(), getElement(), updateVisual(), ViewProviderPartExt(), and ~ViewProviderPartExt().
SoNormal* PartGui::ViewProviderPartExt::norm [protected] |
Definition at line 132 of file ViewProviderExt.h.
Referenced by attach(), SketcherGui::ViewProviderSketch::draw(), PartGui::ViewProviderCurveNet::handleEvent(), SketcherGui::ViewProviderSketch::moveConstraint(), PartGui::ViewProviderMirror::setEdit(), PartGui::ViewProviderMirror::unsetEdit(), updateVisual(), ViewProviderPartExt(), and ~ViewProviderPartExt().
SoNormalBinding* PartGui::ViewProviderPartExt::normb [protected] |
Definition at line 133 of file ViewProviderExt.h.
Referenced by attach(), and ViewProviderPartExt().
SoMaterial* PartGui::ViewProviderPartExt::pcLineMaterial [protected] |
Definition at line 123 of file ViewProviderExt.h.
Referenced by attach(), PartGui::ViewProviderCurveNet::attach(), PartGui::ViewProviderCurveNet::computeEdges(), onChanged(), ViewProviderPartExt(), and ~ViewProviderPartExt().
SoDrawStyle* PartGui::ViewProviderPartExt::pcLineStyle [protected] |
Definition at line 125 of file ViewProviderExt.h.
Referenced by attach(), PartGui::ViewProviderCurveNet::attach(), PartGui::ViewProviderCurveNet::computeEdges(), PartGui::ViewProviderCurveNet::handleEvent(), onChanged(), ViewProviderPartExt(), and ~ViewProviderPartExt().
SoMaterial* PartGui::ViewProviderPartExt::pcPointMaterial [protected] |
Definition at line 124 of file ViewProviderExt.h.
Referenced by attach(), PartGui::ViewProviderCurveNet::attach(), PartGui::ViewProviderCurveNet::computeVertices(), onChanged(), ViewProviderPartExt(), and ~ViewProviderPartExt().
SoDrawStyle* PartGui::ViewProviderPartExt::pcPointStyle [protected] |
Definition at line 126 of file ViewProviderExt.h.
Referenced by attach(), PartGui::ViewProviderCurveNet::computeVertices(), onChanged(), ViewProviderPartExt(), and ~ViewProviderPartExt().
SoMaterialBinding* PartGui::ViewProviderPartExt::pcShapeBind [protected] |
Definition at line 122 of file ViewProviderExt.h.
Referenced by attach(), onChanged(), updateData(), ViewProviderPartExt(), and ~ViewProviderPartExt().
Definition at line 75 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
Definition at line 77 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
Definition at line 72 of file ViewProviderExt.h.
Referenced by onChanged(), and ViewProviderPartExt().
SoShapeHints* PartGui::ViewProviderPartExt::pShapeHints [protected] |
Definition at line 128 of file ViewProviderExt.h.
Referenced by attach(), onChanged(), ViewProviderPartExt(), and ~ViewProviderPartExt().
bool PartGui::ViewProviderPartExt::VisualTouched [protected] |
Definition at line 137 of file ViewProviderExt.h.
Referenced by onChanged(), updateData(), updateVisual(), and ViewProviderPartExt().