SPH
Public Member Functions | Public Attributes | List of all members
FloatTextCtrl Class Reference

#include <Widgets.h>

Inheritance diagram for FloatTextCtrl:

Public Member Functions

 FloatTextCtrl (wxWindow *parent, const double value, const Interval range=Interval::unbounded())
 
double getValue () const
 

Public Attributes

Function< bool(double)> onValueChanged
 

Detailed Description

Definition at line 10 of file Widgets.h.

Constructor & Destructor Documentation

◆ FloatTextCtrl()

NAMESPACE_SPH_BEGIN FloatTextCtrl::FloatTextCtrl ( wxWindow *  parent,
const double  value,
const Interval  range = Interval::unbounded() 
)

Definition at line 7 of file Widgets.cpp.

Member Function Documentation

◆ getValue()

double FloatTextCtrl::getValue ( ) const
inline

Definition at line 21 of file Widgets.h.

Member Data Documentation

◆ onValueChanged

Function<bool(double)> FloatTextCtrl::onValueChanged

Definition at line 17 of file Widgets.h.


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