Signals | Public Member Functions | Protected Slots | Protected Attributes | List of all members
pqRescaleScalarRangeToDataOverTimeDialog Class Reference

pqRescaleScalarRangeToDataOverTimeDialog provides a dialog to be able to rescale the active lookup table's range to data range over time. More...

#include <pqRescaleScalarRangeToDataOverTimeDialog.h>

Inherits QDialog.

Signals

void apply ()
 Fired when the user wants to apply his changes. More...
 

Public Member Functions

 pqRescaleScalarRangeToDataOverTimeDialog (QWidget *parent=nullptr)
 
 ~pqRescaleScalarRangeToDataOverTimeDialog () override
 
void setLock (bool lock)
 Initialize AutomaticRescaling checkbox value. More...
 
bool doLock () const
 Get lock value from AutomaticRescaling checkbox. More...
 

Protected Slots

void rescale ()
 Emit apply and close the dialog. More...
 

Protected Attributes

std::unique_ptr< pqRescaleScalarRangeToDataOverTimeDialogForm > Form
 

Detailed Description

pqRescaleScalarRangeToDataOverTimeDialog provides a dialog to be able to rescale the active lookup table's range to data range over time.

Definition at line 19 of file pqRescaleScalarRangeToDataOverTimeDialog.h.

Constructor & Destructor Documentation

◆ pqRescaleScalarRangeToDataOverTimeDialog()

pqRescaleScalarRangeToDataOverTimeDialog::pqRescaleScalarRangeToDataOverTimeDialog ( QWidget *  parent = nullptr)

◆ ~pqRescaleScalarRangeToDataOverTimeDialog()

pqRescaleScalarRangeToDataOverTimeDialog::~pqRescaleScalarRangeToDataOverTimeDialog ( )
override

Member Function Documentation

◆ setLock()

void pqRescaleScalarRangeToDataOverTimeDialog::setLock ( bool  lock)

Initialize AutomaticRescaling checkbox value.

◆ doLock()

bool pqRescaleScalarRangeToDataOverTimeDialog::doLock ( ) const

Get lock value from AutomaticRescaling checkbox.

◆ apply

void pqRescaleScalarRangeToDataOverTimeDialog::apply ( )
signal

Fired when the user wants to apply his changes.

◆ rescale

void pqRescaleScalarRangeToDataOverTimeDialog::rescale ( )
protectedslot

Emit apply and close the dialog.

Member Data Documentation

◆ Form

std::unique_ptr<pqRescaleScalarRangeToDataOverTimeDialogForm> pqRescaleScalarRangeToDataOverTimeDialog::Form
protected

Definition at line 49 of file pqRescaleScalarRangeToDataOverTimeDialog.h.


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