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

#include <pqCustomViewpointsToolbar.h>

Inherits QToolBar.

Public Member Functions

 pqCustomViewpointsToolbar (const QString &title, QWidget *parentObject=0)
 
 pqCustomViewpointsToolbar (QWidget *parentObject=0)
 
 ~pqCustomViewpointsToolbar () override=default
 

Protected Slots

void updateCustomViewpointActions ()
 Clear and recreate all custom viewpoint actions based on current settings. More...
 
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 47 of file pqCustomViewpointsToolbar.h.

Constructor & Destructor Documentation

◆ pqCustomViewpointsToolbar() [1/2]

pqCustomViewpointsToolbar::pqCustomViewpointsToolbar ( const QString &  title,
QWidget *  parentObject = 0 
)
inline

Definition at line 53 of file pqCustomViewpointsToolbar.h.

◆ pqCustomViewpointsToolbar() [2/2]

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

Definition at line 59 of file pqCustomViewpointsToolbar.h.

◆ ~pqCustomViewpointsToolbar()

pqCustomViewpointsToolbar::~pqCustomViewpointsToolbar ( )
overridedefault

Member Function Documentation

◆ updateCustomViewpointActions

void pqCustomViewpointsToolbar::updateCustomViewpointActions ( )
protectedslot

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: