Default custom viewpoints controller. More...
#include <pqCustomViewpointsDefaultController.h>


Public Member Functions | |
| pqCustomViewpointsDefaultController (QObject *parent=nullptr) | |
| ~pqCustomViewpointsDefaultController () override=default | |
| QStringList | getCustomViewpointToolTips () override |
| Get tooltips of all viewpoints. More... | |
| void | configureCustomViewpoints () override |
| Called when configure button is pressed. More... | |
| void | setToCurrentViewpoint (int index) override |
| Set the specified viewpoint entry to current viewpoint. More... | |
| void | applyCustomViewpoint (int index) override |
| Move camera to match specified viewpoint entry. More... | |
| void | deleteCustomViewpoint (int index) override |
| Remove a custom viewpoint entry. More... | |
| void | addCurrentViewpointToCustomViewpoints () override |
| Save current viewpoint in a new viewpoint entry. More... | |
Public Member Functions inherited from pqCustomViewpointsController | |
| pqCustomViewpointsController (QObject *parent=nullptr) | |
| ~pqCustomViewpointsController () override=default | |
| void | setToolbar (pqCustomViewpointsToolbar *toolbar) |
Set the toolbar controlled by this More... | |
| pqCustomViewpointsToolbar * | getToolbar () const |
Get the toolbar controlled by this More... | |
Default custom viewpoints controller.
This controller controls the global desktop view custom viewpointss
Definition at line 16 of file pqCustomViewpointsDefaultController.h.
| pqCustomViewpointsDefaultController::pqCustomViewpointsDefaultController | ( | QObject * | parent = nullptr | ) |
|
overridedefault |
|
overridevirtual |
Get tooltips of all viewpoints.
Implements pqCustomViewpointsController.
|
overridevirtual |
Called when configure button is pressed.
Implements pqCustomViewpointsController.
|
overridevirtual |
Set the specified viewpoint entry to current viewpoint.
Implements pqCustomViewpointsController.
|
overridevirtual |
Move camera to match specified viewpoint entry.
Implements pqCustomViewpointsController.
|
overridevirtual |
Remove a custom viewpoint entry.
Implements pqCustomViewpointsController.
|
overridevirtual |
Save current viewpoint in a new viewpoint entry.
Implements pqCustomViewpointsController.
1.8.13 on Sat Dec 6 2025