#include <pqKeyFrameTypeWidget.h>
Inherits QWidget.
Definition at line 14 of file pqKeyFrameTypeWidget.h.
◆ pqKeyFrameTypeWidget()
| pqKeyFrameTypeWidget::pqKeyFrameTypeWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqKeyFrameTypeWidget()
| pqKeyFrameTypeWidget::~pqKeyFrameTypeWidget |
( |
| ) |
|
|
override |
◆ initializeUsingJSON()
| void pqKeyFrameTypeWidget::initializeUsingJSON |
( |
const Json::Value & |
json | ) |
|
Initialize the widget properties using JSON.
◆ serializeToJSON()
| Json::Value pqKeyFrameTypeWidget::serializeToJSON |
( |
| ) |
const |
Generate a JSON representing the widget configuration.
◆ setType
| void pqKeyFrameTypeWidget::setType |
( |
const QString & |
text | ) |
|
|
slot |
◆ setBase
| void pqKeyFrameTypeWidget::setBase |
( |
const QString & |
text | ) |
|
|
slot |
◆ setStartPower
| void pqKeyFrameTypeWidget::setStartPower |
( |
const QString & |
text | ) |
|
|
slot |
◆ setEndPower
| void pqKeyFrameTypeWidget::setEndPower |
( |
const QString & |
text | ) |
|
|
slot |
◆ setPhase
| void pqKeyFrameTypeWidget::setPhase |
( |
double |
| ) |
|
|
slot |
◆ setOffset
| void pqKeyFrameTypeWidget::setOffset |
( |
const QString & |
text | ) |
|
|
slot |
◆ setFrequency
| void pqKeyFrameTypeWidget::setFrequency |
( |
const QString & |
text | ) |
|
|
slot |
◆ type()
| QString pqKeyFrameTypeWidget::type |
( |
| ) |
const |
◆ base()
| QString pqKeyFrameTypeWidget::base |
( |
| ) |
const |
◆ startPower()
| QString pqKeyFrameTypeWidget::startPower |
( |
| ) |
const |
◆ endPower()
| QString pqKeyFrameTypeWidget::endPower |
( |
| ) |
const |
◆ phase()
| double pqKeyFrameTypeWidget::phase |
( |
| ) |
const |
◆ offset()
| QString pqKeyFrameTypeWidget::offset |
( |
| ) |
const |
◆ frequency()
| QString pqKeyFrameTypeWidget::frequency |
( |
| ) |
const |
◆ typeComboBox()
| QComboBox* pqKeyFrameTypeWidget::typeComboBox |
( |
| ) |
const |
◆ typeChanged
| void pqKeyFrameTypeWidget::typeChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ baseChanged
| void pqKeyFrameTypeWidget::baseChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ startPowerChanged
| void pqKeyFrameTypeWidget::startPowerChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ endPowerChanged
| void pqKeyFrameTypeWidget::endPowerChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ phaseChanged
| void pqKeyFrameTypeWidget::phaseChanged |
( |
double |
| ) |
|
|
signal |
◆ offsetChanged
| void pqKeyFrameTypeWidget::offsetChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ frequencyChanged
| void pqKeyFrameTypeWidget::frequencyChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ onTypeChanged
| void pqKeyFrameTypeWidget::onTypeChanged |
( |
| ) |
|
|
protectedslot |
◆ type
| QString pqKeyFrameTypeWidget::type |
|
readwrite |
◆ base
| QString pqKeyFrameTypeWidget::base |
|
readwrite |
◆ startPower
| QString pqKeyFrameTypeWidget::startPower |
|
readwrite |
◆ endPower
| QString pqKeyFrameTypeWidget::endPower |
|
readwrite |
◆ phase
| double pqKeyFrameTypeWidget::phase |
|
readwrite |
◆ offset
| QString pqKeyFrameTypeWidget::offset |
|
readwrite |
◆ frequency
| QString pqKeyFrameTypeWidget::frequency |
|
readwrite |
The documentation for this class was generated from the following file: