Public Slots | Signals | Public Member Functions | Protected Slots | Properties | List of all members
pqKeyFrameTypeWidget Class Reference

#include <pqKeyFrameTypeWidget.h>

Inherits QWidget.

Public Slots

void setType (const QString &text)
 
void setBase (const QString &text)
 
void setStartPower (const QString &text)
 
void setEndPower (const QString &text)
 
void setPhase (double)
 
void setOffset (const QString &text)
 
void setFrequency (const QString &text)
 

Signals

void typeChanged (const QString &)
 
void baseChanged (const QString &)
 
void startPowerChanged (const QString &)
 
void endPowerChanged (const QString &)
 
void phaseChanged (double)
 
void offsetChanged (const QString &)
 
void frequencyChanged (const QString &)
 

Public Member Functions

 pqKeyFrameTypeWidget (QWidget *parent=nullptr)
 
 ~pqKeyFrameTypeWidget () override
 
void initializeUsingJSON (const Json::Value &json)
 Initialize the widget properties using JSON. More...
 
Json::Value serializeToJSON () const
 Generate a JSON representing the widget configuration. More...
 
QString type () const
 
QString base () const
 
QString startPower () const
 
QString endPower () const
 
double phase () const
 
QString offset () const
 
QString frequency () const
 
QComboBox * typeComboBox () const
 

Protected Slots

void onTypeChanged ()
 

Properties

QString type
 
QString base
 
QString startPower
 
QString endPower
 
double phase
 
QString offset
 
QString frequency
 

Detailed Description

Definition at line 14 of file pqKeyFrameTypeWidget.h.

Constructor & Destructor Documentation

◆ pqKeyFrameTypeWidget()

pqKeyFrameTypeWidget::pqKeyFrameTypeWidget ( QWidget *  parent = nullptr)

◆ ~pqKeyFrameTypeWidget()

pqKeyFrameTypeWidget::~pqKeyFrameTypeWidget ( )
override

Member Function Documentation

◆ 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

Property Documentation

◆ type

QString pqKeyFrameTypeWidget::type
readwrite

Definition at line 17 of file pqKeyFrameTypeWidget.h.

◆ base

QString pqKeyFrameTypeWidget::base
readwrite

Definition at line 19 of file pqKeyFrameTypeWidget.h.

◆ startPower

QString pqKeyFrameTypeWidget::startPower
readwrite

Definition at line 20 of file pqKeyFrameTypeWidget.h.

◆ endPower

QString pqKeyFrameTypeWidget::endPower
readwrite

Definition at line 21 of file pqKeyFrameTypeWidget.h.

◆ phase

double pqKeyFrameTypeWidget::phase
readwrite

Definition at line 23 of file pqKeyFrameTypeWidget.h.

◆ offset

QString pqKeyFrameTypeWidget::offset
readwrite

Definition at line 24 of file pqKeyFrameTypeWidget.h.

◆ frequency

QString pqKeyFrameTypeWidget::frequency
readwrite

Definition at line 25 of file pqKeyFrameTypeWidget.h.


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