PeriDyno 1.2.1
Loading...
Searching...
No Matches
WStateFieldWidget Class Reference

#include <WStateFieldWidget.h>

Inheritance diagram for WStateFieldWidget:
Collaboration diagram for WStateFieldWidget:

Public Member Functions

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

Private Attributes

dyno::FBasemfield
 
Wt::WHBoxLayout * layout
 
Wt::WCheckBox * checkbox
 
Wt::Signal< bool > changeValue_
 

Detailed Description

Definition at line 8 of file WStateFieldWidget.h.

Constructor & Destructor Documentation

◆ WStateFieldWidget()

WStateFieldWidget::WStateFieldWidget ( dyno::FBase * field)

Definition at line 3 of file WStateFieldWidget.cpp.

Here is the call graph for this function:

◆ ~WStateFieldWidget()

WStateFieldWidget::~WStateFieldWidget ( )

Definition at line 15 of file WStateFieldWidget.cpp.

Member Function Documentation

◆ changeValue()

Wt::Signal< bool > & WStateFieldWidget::changeValue ( )
inline

Definition at line 18 of file WStateFieldWidget.h.

◆ setValue()

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

Definition at line 19 of file WStateFieldWidget.cpp.

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

◆ updateField()

void WStateFieldWidget::updateField ( )

Definition at line 25 of file WStateFieldWidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ changeValue_

Wt::Signal<bool> WStateFieldWidget::changeValue_
private

Definition at line 27 of file WStateFieldWidget.h.

◆ checkbox

Wt::WCheckBox* WStateFieldWidget::checkbox
private

Definition at line 26 of file WStateFieldWidget.h.

◆ layout

Wt::WHBoxLayout* WStateFieldWidget::layout
private

Definition at line 25 of file WStateFieldWidget.h.

◆ mfield

dyno::FBase* WStateFieldWidget::mfield
private

Definition at line 24 of file WStateFieldWidget.h.


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