ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Properties
pqKeyFrameTypeWidget Class Reference

#include <pqKeyFrameTypeWidget.h>

List of all members.

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=NULL)
virtual ~pqKeyFrameTypeWidget ()
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 39 of file pqKeyFrameTypeWidget.h.


Constructor & Destructor Documentation

pqKeyFrameTypeWidget::pqKeyFrameTypeWidget ( QWidget *  parent = NULL)
virtual pqKeyFrameTypeWidget::~pqKeyFrameTypeWidget ( ) [virtual]

Member Function Documentation

void pqKeyFrameTypeWidget::setType ( const QString &  text) [slot]
void pqKeyFrameTypeWidget::setBase ( const QString &  text) [slot]
void pqKeyFrameTypeWidget::setStartPower ( const QString &  text) [slot]
void pqKeyFrameTypeWidget::setEndPower ( const QString &  text) [slot]
void pqKeyFrameTypeWidget::setPhase ( double  ) [slot]
void pqKeyFrameTypeWidget::setOffset ( const QString &  text) [slot]
void pqKeyFrameTypeWidget::setFrequency ( const QString &  text) [slot]
QString pqKeyFrameTypeWidget::type ( ) const
QString pqKeyFrameTypeWidget::base ( ) const
QString pqKeyFrameTypeWidget::startPower ( ) const
QString pqKeyFrameTypeWidget::endPower ( ) const
double pqKeyFrameTypeWidget::phase ( ) const
QString pqKeyFrameTypeWidget::offset ( ) const
QString pqKeyFrameTypeWidget::frequency ( ) const
QComboBox* pqKeyFrameTypeWidget::typeComboBox ( ) const
void pqKeyFrameTypeWidget::typeChanged ( const QString &  ) [signal]
void pqKeyFrameTypeWidget::baseChanged ( const QString &  ) [signal]
void pqKeyFrameTypeWidget::startPowerChanged ( const QString &  ) [signal]
void pqKeyFrameTypeWidget::endPowerChanged ( const QString &  ) [signal]
void pqKeyFrameTypeWidget::phaseChanged ( double  ) [signal]
void pqKeyFrameTypeWidget::offsetChanged ( const QString &  ) [signal]
void pqKeyFrameTypeWidget::frequencyChanged ( const QString &  ) [signal]
void pqKeyFrameTypeWidget::onTypeChanged ( ) [protected, slot]

Property Documentation

QString pqKeyFrameTypeWidget::type [read, write]

Definition at line 42 of file pqKeyFrameTypeWidget.h.

QString pqKeyFrameTypeWidget::base [read, write]

Definition at line 44 of file pqKeyFrameTypeWidget.h.

QString pqKeyFrameTypeWidget::startPower [read, write]

Definition at line 45 of file pqKeyFrameTypeWidget.h.

QString pqKeyFrameTypeWidget::endPower [read, write]

Definition at line 46 of file pqKeyFrameTypeWidget.h.

double pqKeyFrameTypeWidget::phase [read, write]

Definition at line 48 of file pqKeyFrameTypeWidget.h.

QString pqKeyFrameTypeWidget::offset [read, write]

Definition at line 49 of file pqKeyFrameTypeWidget.h.

QString pqKeyFrameTypeWidget::frequency [read, write]

Definition at line 50 of file pqKeyFrameTypeWidget.h.


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