class CoordEntry

Entries to show a set of three coordinates.

Inheritance:

CoordEntry


Public Fields

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

Public Methods

[more]int get_id()
Returns the identifier
[more] CoordEntry(const char* lab, int id)
Constructor.
[more]int set_coord(Vector3 c)
Set the coordinates.
[more]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!).
oint get_id()
Returns the identifier

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

o CoordEntry(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_coord(Vector3 c)
Set the coordinates.

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