Maeomm Reference Documentation: hildonsmm |
This dialog displays a keypad that can be used to enter numerical pin codes or lock codes. It emits an 'input' signal each time an input action is performed on the dialog.
Public Member Functions | ||||
void | clear_code () | |||
CodeDialog () | ||||
Glib::ustring | get_code () const | |||
Use this function to access the code entered by the user. | ||||
const HildonCodeDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonCodeDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_help_text (const Glib::ustring& text) | |||
Use this function to set the text that will be displayd in the help label. | ||||
void | set_input_sensitive (bool sensitive=true) | |||
This function will block or enable the input on the code dialog by making the input button sensitive (or not). | ||||
Glib::SignalProxy0<void> | signal_input () | |||
| ||||
virtual | ~CodeDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::CodeDialog* | wrap (HildonCodeDialog* object, bool take_copy=false) | |||
|
virtual Hildon::CodeDialog::~CodeDialog | ( | ) | [virtual] |
Hildon::CodeDialog::CodeDialog | ( | ) |
void Hildon::CodeDialog::clear_code | ( | ) |
Glib::ustring Hildon::CodeDialog::get_code | ( | ) | const |
Use this function to access the code entered by the user.
const HildonCodeDialog* Hildon::CodeDialog::gobj | ( | ) | const [inline] |
HildonCodeDialog* Hildon::CodeDialog::gobj | ( | ) | [inline] |
void Hildon::CodeDialog::set_help_text | ( | const Glib::ustring & | text | ) |
Use this function to set the text that will be displayd in the help label.
text | The text to use in the help label. |
void Hildon::CodeDialog::set_input_sensitive | ( | bool | sensitive = true |
) |
This function will block or enable the input on the code dialog by making the input button sensitive (or not).
sensitive | The new state. |
Glib::SignalProxy0< void > Hildon::CodeDialog::signal_input | ( | ) |
void input()
Hildon::CodeDialog* wrap | ( | HildonCodeDialog * | 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. |