Public Member Functions | Protected Slots | List of all members
pqCustomViewpointsToolbar Class Reference

#include <pqCustomViewpointsToolbar.h>

Inherits QToolBar.

Public Member Functions

 pqCustomViewpointsToolbar (const QString &title, pqCustomViewpointsController *controller, QWidget *parentObject=nullptr)
 
 pqCustomViewpointsToolbar (pqCustomViewpointsController *controller, QWidget *parentObject=nullptr)
 
 pqCustomViewpointsToolbar (QWidget *parentObject=nullptr)
 
 ~pqCustomViewpointsToolbar () override=default
 
void updateCustomViewpointActions ()
 Clear and recreate all custom viewpoint actions based on current settings. More...
 

Protected Slots

void updateEnabledState ()
 Update the state of the toolbuttons depending of the type of the current active view. More...
 
void configureCustomViewpoints ()
 Open the Custom Viewpoint button dialog to configure the viewpoints manually. More...
 
void applyCustomViewpoint ()
 Slot to apply a custom view point. More...
 
void addCurrentViewpointToCustomViewpoints ()
 Slot to add current viewpoint to a new custom viewpoint. More...
 
void setToCurrentViewpoint ()
 Slot to set a custom viewpoint to a current viewpoint. More...
 
void deleteCustomViewpoint ()
 Slot to delete a custom view point. More...
 

Detailed Description

Definition at line 20 of file pqCustomViewpointsToolbar.h.

Constructor & Destructor Documentation

◆ pqCustomViewpointsToolbar() [1/3]

pqCustomViewpointsToolbar::pqCustomViewpointsToolbar ( const QString &  title,
pqCustomViewpointsController controller,
QWidget *  parentObject = nullptr 
)
inline

Definition at line 26 of file pqCustomViewpointsToolbar.h.

◆ pqCustomViewpointsToolbar() [2/3]

pqCustomViewpointsToolbar::pqCustomViewpointsToolbar ( pqCustomViewpointsController controller,
QWidget *  parentObject = nullptr 
)
inline

Definition at line 34 of file pqCustomViewpointsToolbar.h.

◆ pqCustomViewpointsToolbar() [3/3]

pqCustomViewpointsToolbar::pqCustomViewpointsToolbar ( QWidget *  parentObject = nullptr)
inline

Definition at line 42 of file pqCustomViewpointsToolbar.h.

◆ ~pqCustomViewpointsToolbar()

pqCustomViewpointsToolbar::~pqCustomViewpointsToolbar ( )
overridedefault

Member Function Documentation

◆ updateCustomViewpointActions()

void pqCustomViewpointsToolbar::updateCustomViewpointActions ( )

Clear and recreate all custom viewpoint actions based on current settings.

◆ updateEnabledState

void pqCustomViewpointsToolbar::updateEnabledState ( )
protectedslot

Update the state of the toolbuttons depending of the type of the current active view.

◆ configureCustomViewpoints

void pqCustomViewpointsToolbar::configureCustomViewpoints ( )
protectedslot

Open the Custom Viewpoint button dialog to configure the viewpoints manually.

◆ applyCustomViewpoint

void pqCustomViewpointsToolbar::applyCustomViewpoint ( )
protectedslot

Slot to apply a custom view point.

◆ addCurrentViewpointToCustomViewpoints

void pqCustomViewpointsToolbar::addCurrentViewpointToCustomViewpoints ( )
protectedslot

Slot to add current viewpoint to a new custom viewpoint.

◆ setToCurrentViewpoint

void pqCustomViewpointsToolbar::setToCurrentViewpoint ( )
protectedslot

Slot to set a custom viewpoint to a current viewpoint.

◆ deleteCustomViewpoint

void pqCustomViewpointsToolbar::deleteCustomViewpoint ( )
protectedslot

Slot to delete a custom view point.


The documentation for this class was generated from the following file: