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...
 
void accept () override
 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=Qt::WindowFlags{})
 
 ~pqLockViewSizeCustomDialog () override
 
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 13 of file pqLockViewSizeCustomDialog.h.

Constructor & Destructor Documentation

◆ pqLockViewSizeCustomDialog()

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

◆ ~pqLockViewSizeCustomDialog()

pqLockViewSizeCustomDialog::~pqLockViewSizeCustomDialog ( )
override

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

void pqLockViewSizeCustomDialog::accept ( )
overrideslot

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: