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

#include <WVector3FieldWidget.h>

Inheritance diagram for WVector3FieldWidget:
Collaboration diagram for WVector3FieldWidget:

Public Member Functions

 WVector3FieldWidget (dyno::FBase *)
 
 ~WVector3FieldWidget ()
 
void setValue (dyno::FBase *)
 
void updateField ()
 
Wt::Signal< int > & changeValue ()
 

Static Public Member Functions

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

Private Attributes

dyno::FBasemfield
 
Wt::WHBoxLayout * layout
 
Wt::WDoubleSpinBox * mData1
 
Wt::WDoubleSpinBox * mData2
 
Wt::WDoubleSpinBox * mData3
 
dyno::Vec3f value
 
Wt::Signal< int > changeValue_
 

Detailed Description

Definition at line 6 of file WVector3FieldWidget.h.

Constructor & Destructor Documentation

◆ WVector3FieldWidget()

WVector3FieldWidget::WVector3FieldWidget ( dyno::FBase * field)

Definition at line 3 of file WVector3FieldWidget.cpp.

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

◆ ~WVector3FieldWidget()

WVector3FieldWidget::~WVector3FieldWidget ( )

Definition at line 17 of file WVector3FieldWidget.cpp.

Member Function Documentation

◆ changeValue()

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

Definition at line 23 of file WVector3FieldWidget.h.

◆ setValue()

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

Definition at line 21 of file WVector3FieldWidget.cpp.

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

◆ updateField()

void WVector3FieldWidget::updateField ( )

Definition at line 64 of file WVector3FieldWidget.cpp.

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

◆ WVector3FieldWidgetConstructor()

static Wt::WContainerWidget * WVector3FieldWidget::WVector3FieldWidgetConstructor ( dyno::FBase * field)
inlinestatic

Definition at line 13 of file WVector3FieldWidget.h.

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

Member Data Documentation

◆ changeValue_

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

Definition at line 37 of file WVector3FieldWidget.h.

◆ layout

Wt::WHBoxLayout* WVector3FieldWidget::layout
private

Definition at line 31 of file WVector3FieldWidget.h.

◆ mData1

Wt::WDoubleSpinBox* WVector3FieldWidget::mData1
private

Definition at line 32 of file WVector3FieldWidget.h.

◆ mData2

Wt::WDoubleSpinBox* WVector3FieldWidget::mData2
private

Definition at line 33 of file WVector3FieldWidget.h.

◆ mData3

Wt::WDoubleSpinBox* WVector3FieldWidget::mData3
private

Definition at line 34 of file WVector3FieldWidget.h.

◆ mfield

dyno::FBase* WVector3FieldWidget::mfield
private

Definition at line 30 of file WVector3FieldWidget.h.

◆ value

dyno::Vec3f WVector3FieldWidget::value
private

Definition at line 36 of file WVector3FieldWidget.h.


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