FreeCAD C++
Public Member Functions | List of all members
InspectionGui::ViewProviderInspection Class Reference

#include <Mod/Inspection/Gui/ViewProviderInspection.h>

Detailed Description

Author
Werner Mayer

Public Member Functions

void setDisplayMode (const char *ModeName)
 Sets the viewing mode.
 
std::vector< std::string > getDisplayModes (void) const
 Returns a list of all possible modes.
 
void updateData (const App::Property *)
 Update colorbar after recomputation of distances.
 
void OnChange (Base::Subject< int > &rCaller, int rcReason)
 Once the color bar settings has been changed this method gets called to update the feature's representation.
 
SoSeparator * getFrontRoot (void) const
 Returns a color bar.
 
virtual void hide (void)
 Hide the object in the view.
 
virtual void show (void)
 Show the object in the view.
 
- Public Member Functions inherited from Base::Observer< int >
 Observer ()
 
virtual ~Observer ()
 
virtual void OnDestroy (Subject< int > &rCaller)
 
virtual const char * Name (void)