Just a single entry that accepts floats (digits with '') only.
Inheritance:
FloatEntry
Public Fields
-
SigC::Signal1<void, int> entry_activated
- Signal which is emitted when enter was pressed within the entry.
Public Methods
-
int get_id()
- Returns the identifier
-
FloatEntry(const char* lab, int id)
- Constructor.
-
int set_value(double c)
- Set the value.
-
double get_value()
- Returns the value.
Documentation
Just a single entry that accepts floats (digits with '') only.
- int get_id()
- Returns the identifier
- SigC::Signal1<void, int> entry_activated
- Signal which is emitted when enter was pressed within the entry.
- FloatEntry(const char* lab, int id)
- Constructor. lab is a string which labels the whole widget and id is
assigned to the identifier variable.
- int set_value(double c)
- Set the value.
- double get_value()
- Returns the value.
- This class has no child classes.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.