|
ParaView
|
Dialog used to ask the user what resolution to lock the views to. More...
#include <pqLockViewSizeCustomDialog.h>
Public Slots | |
| virtual void | apply () |
| Sets the view size to the displayed resolution. | |
| virtual void | accept () |
| Applies the resolution and accepts the dialog. | |
| virtual void | unlock () |
| Unlocks the size on the view. | |
Public Member Functions | |
| pqLockViewSizeCustomDialog (QWidget *parent, Qt::WindowFlags f=0) | |
| virtual | ~pqLockViewSizeCustomDialog () |
| QSize | customResolution () const |
| The custom resolution currently entered by the user. | |
Dialog used to ask the user what resolution to lock the views to.
Definition at line 39 of file pqLockViewSizeCustomDialog.h.
| pqLockViewSizeCustomDialog::pqLockViewSizeCustomDialog | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
| virtual pqLockViewSizeCustomDialog::~pqLockViewSizeCustomDialog | ( | ) | [virtual] |
| QSize pqLockViewSizeCustomDialog::customResolution | ( | ) | const |
The custom resolution currently entered by the user.
| virtual void pqLockViewSizeCustomDialog::apply | ( | ) | [virtual, slot] |
Sets the view size to the displayed resolution.
| virtual void pqLockViewSizeCustomDialog::accept | ( | ) | [virtual, slot] |
Applies the resolution and accepts the dialog.
| virtual void pqLockViewSizeCustomDialog::unlock | ( | ) | [virtual, slot] |
Unlocks the size on the view.
1.7.5.1