ParaView
Public Slots | Public Member Functions | List of all members
pqLockViewSizeCustomDialog Class Reference

Dialog used to ask the user what resolution to lock the views to. More...

#include <pqLockViewSizeCustomDialog.h>

Inherits QDialog.

Public Slots

virtual void apply ()
 Sets the view size to the displayed resolution. More...
 
virtual void accept ()
 Applies the resolution and accepts the dialog. More...
 
virtual void unlock ()
 Unlocks the size on the view. More...
 

Public Member Functions

 pqLockViewSizeCustomDialog (QWidget *parent, Qt::WindowFlags f=0)
 
virtual ~pqLockViewSizeCustomDialog ()
 
QSize customResolution () const
 The custom resolution currently entered by the user. More...
 

Detailed Description

Dialog used to ask the user what resolution to lock the views to.

Definition at line 41 of file pqLockViewSizeCustomDialog.h.

Constructor & Destructor Documentation

◆ pqLockViewSizeCustomDialog()

pqLockViewSizeCustomDialog::pqLockViewSizeCustomDialog ( QWidget *  parent,
Qt::WindowFlags  f = 0 
)

◆ ~pqLockViewSizeCustomDialog()

virtual pqLockViewSizeCustomDialog::~pqLockViewSizeCustomDialog ( )
virtual

Member Function Documentation

◆ customResolution()

QSize pqLockViewSizeCustomDialog::customResolution ( ) const

The custom resolution currently entered by the user.

◆ apply

virtual void pqLockViewSizeCustomDialog::apply ( )
virtualslot

Sets the view size to the displayed resolution.

◆ accept

virtual void pqLockViewSizeCustomDialog::accept ( )
virtualslot

Applies the resolution and accepts the dialog.

◆ unlock

virtual void pqLockViewSizeCustomDialog::unlock ( )
virtualslot

Unlocks the size on the view.


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