Entries to show a set of three coordinates.
Inheritance:
CoordEntry
Public Fields
-
SigC::Signal1<void, int> entry_activated
- Signal which is emitted when enter was pressed within one of the entries.
Public Methods
-
int get_id()
- Returns the identifier
-
CoordEntry(const char* lab, int id)
- Constructor.
-
int set_coord(Vector3 c)
- Set the coordinates.
-
Vector3 get_coord()
- Returns the coordinates.
Documentation
Entries to show a set of three coordinates. No non-digits can be entered.
Contains a signal which is emitted when one of the entries was activated
(Enter must be pressed!).
- int get_id()
- Returns the identifier
- SigC::Signal1<void, int> entry_activated
- Signal which is emitted when enter was pressed within one of the entries.
- CoordEntry(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_coord(Vector3 c)
- Set the coordinates.
- Vector3 get_coord()
- Returns the coordinates.
- This class has no child classes.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.