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

#include <WIntegerFieldWidget.h>

Inheritance diagram for WIntegerFieldWidget:
Collaboration diagram for WIntegerFieldWidget:

Public Member Functions

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

Static Public Member Functions

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

Private Attributes

dyno::FBasemfield
 
Wt::WHBoxLayout * layout
 
Wt::WSpinBox * mData
 
Wt::Signal< int > changeValue_
 

Detailed Description

Definition at line 21 of file WIntegerFieldWidget.h.

Constructor & Destructor Documentation

◆ WIntegerFieldWidget()

WIntegerFieldWidget::WIntegerFieldWidget ( dyno::FBase * field)

Definition at line 3 of file WIntegerFieldWidget.cpp.

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

◆ ~WIntegerFieldWidget()

WIntegerFieldWidget::~WIntegerFieldWidget ( )

Definition at line 14 of file WIntegerFieldWidget.cpp.

Member Function Documentation

◆ changeValue()

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

Definition at line 36 of file WIntegerFieldWidget.h.

◆ setValue()

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

Definition at line 16 of file WIntegerFieldWidget.cpp.

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

◆ updateField()

void WIntegerFieldWidget::updateField ( )

Definition at line 28 of file WIntegerFieldWidget.cpp.

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

◆ WIntegerFieldWidgetConstructor()

static Wt::WContainerWidget * WIntegerFieldWidget::WIntegerFieldWidgetConstructor ( dyno::FBase * field)
inlinestatic

Definition at line 27 of file WIntegerFieldWidget.h.

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

Member Data Documentation

◆ changeValue_

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

Definition at line 45 of file WIntegerFieldWidget.h.

◆ layout

Wt::WHBoxLayout* WIntegerFieldWidget::layout
private

Definition at line 43 of file WIntegerFieldWidget.h.

◆ mData

Wt::WSpinBox* WIntegerFieldWidget::mData
private

Definition at line 44 of file WIntegerFieldWidget.h.

◆ mfield

dyno::FBase* WIntegerFieldWidget::mfield
private

Definition at line 42 of file WIntegerFieldWidget.h.


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