Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::Note:
) from the user. A simple note contains information text and an OK button to be clicked. Additional features such as progress bars or animation can also be included.
Public Member Functions | ||||
const HildonNote* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonNote* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Note (const Glib::ustring& description, const Gtk::StockID& stock_id, const Gtk::ProgressBar& progress_bar) | ||||
Note (NoteType note_type, const Glib::ustring& description=Glib::ustring(), const Gtk::StockID& stock_id=Gtk::StockID()) | ||||
Note (NoteType note_type, Gtk::Window& parent, const Glib::ustring& description=Glib::ustring(), const Gtk::StockID& stock_id=Gtk::StockID()) | ||||
Note (const Glib::ustring& description, const Gtk::StockID& stock_id=Gtk::StockID()) | ||||
Note (Gtk::Window& parent, const Glib::ustring& description, const Glib::ustring& icon_name) | ||||
Note (Gtk::Window& parent, const Glib::ustring& description) | ||||
Note () | ||||
void | set_button_text (const Glib::ustring& textOk, const Glib::ustring& textCancel) | |||
Sets the button texts to be used by this hildon_note widget. | ||||
void | set_button_text (const Glib::ustring& text) | |||
Sets the button text to be used by the hildon_note widget. | ||||
virtual | ~Note () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::Note* | wrap (HildonNote* object, bool take_copy=false) | |||
|
virtual Hildon::Note::~Note | ( | ) | [virtual] |
Hildon::Note::Note | ( | ) |
Hildon::Note::Note | ( | Gtk::Window & | parent, | |
const Glib::ustring & | description | |||
) | [explicit] |
Hildon::Note::Note | ( | Gtk::Window & | parent, | |
const Glib::ustring & | description, | |||
const Glib::ustring & | icon_name | |||
) | [explicit] |
Hildon::Note::Note | ( | const Glib::ustring & | description, | |
const Gtk::StockID & | stock_id = Gtk::StockID() | |||
) | [explicit] |
Hildon::Note::Note | ( | NoteType | note_type, | |
Gtk::Window & | parent, | |||
const Glib::ustring & | description = Glib::ustring() , |
|||
const Gtk::StockID & | stock_id = Gtk::StockID() | |||
) |
Hildon::Note::Note | ( | NoteType | note_type, | |
const Glib::ustring & | description = Glib::ustring() , |
|||
const Gtk::StockID & | stock_id = Gtk::StockID() | |||
) | [explicit] |
Hildon::Note::Note | ( | const Glib::ustring & | description, | |
const Gtk::StockID & | stock_id, | |||
const Gtk::ProgressBar & | progress_bar | |||
) |
const HildonNote* Hildon::Note::gobj | ( | ) | const [inline] |
HildonNote* Hildon::Note::gobj | ( | ) | [inline] |
void Hildon::Note::set_button_text | ( | const Glib::ustring & | textOk, | |
const Glib::ustring & | textCancel | |||
) |
Sets the button texts to be used by this hildon_note widget.
textOk | The new text of the default OK button. | |
textCancel | The new text of the default cancel button. |
void Hildon::Note::set_button_text | ( | const Glib::ustring & | text | ) |
Sets the button text to be used by the hildon_note widget.
text | Sets the button text and if there is two buttons in dialog, the button texts will be <text>, "Cancel". |
Hildon::Note* wrap | ( | HildonNote * | 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. |