Go to the documentation of this file.
4 #ifndef pqCustomViewpointsDefaultController_h
5 #define pqCustomViewpointsDefaultController_h
7 #include "pqApplicationComponentsModule.h"
virtual void setToCurrentViewpoint(int index)=0
Set the specified viewpoint entry to current viewpoint.
virtual void deleteCustomViewpoint(int index)=0
Remove a custom viewpoint entry.
virtual void applyCustomViewpoint(int index)=0
Move camera to match specified viewpoint entry.
virtual void addCurrentViewpointToCustomViewpoints()=0
Save current viewpoint in a new viewpoint entry.
virtual void configureCustomViewpoints()=0
Called when configure button is pressed.
Base class for custom viewpoints controllers.
Default custom viewpoints controller.
virtual QStringList getCustomViewpointToolTips()=0
Get tooltips of all viewpoints.