Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::NumberEditor:
There are two buttons to scroll the value in number field. Manual input is also possible.
Public Member Functions | ||||
int | get_value () const | |||
| ||||
const HildonNumberEditor* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonNumberEditor* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
NumberEditor (int min, int max) | ||||
void | set_range (int min, int max) | |||
Sets accepted number range for editor. | ||||
void | set_value (int value) | |||
Sets numeric value for number editor. | ||||
Glib::SignalProxy1< bool, NumberEditorErrorType > | signal_range_error () | |||
| ||||
virtual | ~NumberEditor () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::NumberEditor* | wrap (HildonNumberEditor* object, bool take_copy=false) | |||
|
virtual Hildon::NumberEditor::~NumberEditor | ( | ) | [virtual] |
Hildon::NumberEditor::NumberEditor | ( | int | min, | |
int | max | |||
) | [explicit] |
int Hildon::NumberEditor::get_value | ( | ) | const |
const HildonNumberEditor* Hildon::NumberEditor::gobj | ( | ) | const [inline] |
HildonNumberEditor* Hildon::NumberEditor::gobj | ( | ) | [inline] |
void Hildon::NumberEditor::set_range | ( | int | min, | |
int | max | |||
) |
Sets accepted number range for editor.
min | Minimum accepted value. | |
max | Maximum accepted value. |
void Hildon::NumberEditor::set_value | ( | int | value | ) |
Sets numeric value for number editor.
value | Numeric value for number editor. |
Glib::SignalProxy1<bool,NumberEditorErrorType> Hildon::NumberEditor::signal_range_error | ( | ) |
bool range_error(NumberEditorErrorType type)
Hildon::NumberEditor* wrap | ( | HildonNumberEditor * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |