FreeCAD C++
|
#include <Mod/Inspection/Gui/ViewProviderInspection.h>
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. | |
![]() | |
Observer () | |
virtual | ~Observer () |
virtual void | OnDestroy (Subject< int > &rCaller) |
virtual const char * | Name (void) |