PeriDyno 1.0.0
Loading...
Searching...
No Matches
WRealFieldWidget Class Reference

#include <WRealFieldWidget.h>

Inheritance diagram for WRealFieldWidget:
Collaboration diagram for WRealFieldWidget:

Public Member Functions

 WRealFieldWidget (dyno::FBase *)
 
 ~WRealFieldWidget ()
 
void setValue (dyno::FBase *field)
 
Wt::Signal & valueChanged ()
 
void updateWidget ()
 
void updateField ()
 
Wt::Signal< int > & changeValue ()
 

Static Public Member Functions

static Wt::WContainerWidget * WRealFieldWidgetConstructor (dyno::FBase *field)
 

Private Attributes

Wt::Signal mSignal
 
Wt::Signal fieldChanged
 
dyno::FBasemfield
 
Wt::WHBoxLayout * layout
 
Wt::WDoubleSpinBox * mData
 
dyno::FVar< float > * mFloatField
 
dyno::FVar< double > * mDoubleField
 
Wt::Signal< int > changeValue_
 

Detailed Description

Definition at line 13 of file WRealFieldWidget.h.

Constructor & Destructor Documentation

◆ WRealFieldWidget()

WRealFieldWidget::WRealFieldWidget ( dyno::FBase * field)

Definition at line 3 of file WRealFieldWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~WRealFieldWidget()

WRealFieldWidget::~WRealFieldWidget ( )

Definition at line 16 of file WRealFieldWidget.cpp.

Member Function Documentation

◆ changeValue()

Wt::Signal< int > & WRealFieldWidget::changeValue ( )
inline

Definition at line 33 of file WRealFieldWidget.h.

◆ setValue()

void WRealFieldWidget::setValue ( dyno::FBase * field)

Definition at line 20 of file WRealFieldWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateField()

void WRealFieldWidget::updateField ( )

Definition at line 45 of file WRealFieldWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateWidget()

void WRealFieldWidget::updateWidget ( )

◆ valueChanged()

Wt::Signal & WRealFieldWidget::valueChanged ( )
inline

Definition at line 25 of file WRealFieldWidget.h.

◆ WRealFieldWidgetConstructor()

static Wt::WContainerWidget * WRealFieldWidget::WRealFieldWidgetConstructor ( dyno::FBase * field)
inlinestatic

Definition at line 19 of file WRealFieldWidget.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ changeValue_

Wt::Signal<int> WRealFieldWidget::changeValue_
private

Definition at line 46 of file WRealFieldWidget.h.

◆ fieldChanged

Wt::Signal WRealFieldWidget::fieldChanged
private

Definition at line 40 of file WRealFieldWidget.h.

◆ layout

Wt::WHBoxLayout* WRealFieldWidget::layout
private

Definition at line 42 of file WRealFieldWidget.h.

◆ mData

Wt::WDoubleSpinBox* WRealFieldWidget::mData
private

Definition at line 43 of file WRealFieldWidget.h.

◆ mDoubleField

dyno::FVar<double>* WRealFieldWidget::mDoubleField
private

Definition at line 45 of file WRealFieldWidget.h.

◆ mfield

dyno::FBase* WRealFieldWidget::mfield
private

Definition at line 41 of file WRealFieldWidget.h.

◆ mFloatField

dyno::FVar<float>* WRealFieldWidget::mFloatField
private

Definition at line 44 of file WRealFieldWidget.h.

◆ mSignal

Wt::Signal WRealFieldWidget::mSignal
private

Definition at line 39 of file WRealFieldWidget.h.


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