class FloatEntry

Just a single entry that accepts floats (digits with '') only.

Inheritance:

FloatEntry


Public Fields

[more]SigC::Signal1<void, int> entry_activated
Signal which is emitted when enter was pressed within the entry.

Public Methods

[more]int get_id()
Returns the identifier
[more] FloatEntry(const char* lab, int id)
Constructor.
[more]int set_value(double c)
Set the value.
[more]double get_value()
Returns the value.


Documentation

Just a single entry that accepts floats (digits with '') only.
oint get_id()
Returns the identifier

oSigC::Signal1<void, int> entry_activated
Signal which is emitted when enter was pressed within the entry.

o FloatEntry(const char* lab, int id)
Constructor. lab is a string which labels the whole widget and id is assigned to the identifier variable.

oint set_value(double c)
Set the value.

odouble 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++.