Maeomm Reference Documentation: hildonsmm |
The combo boxes display the current value when the dialog is opened.
Public Member Functions | ||||
int | add_sort_key (const Glib::ustring& sort_key) | |||
Adds a new sort key and returns the respective index in sort key combobox. | ||||
int | add_sort_key_reversed (const Glib::ustring& sort_key) | |||
Adds a new sort key and returns the respective index in sort key combobox. | ||||
int | get_sort_key () const | |||
Gets index to currently active sort key. | ||||
Gtk::SortType | get_sort_order () const | |||
Gets current sorting order from "Sort order" field. | ||||
const HildonSortDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonSortDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_sort_key (int key) | |||
Sets the index value of the Hildon::SortDialog widget. | ||||
void | set_sort_order (Gtk::SortType order) | |||
Sets the index value of the Hildon::SortDialog widget. | ||||
SortDialog () | ||||
virtual | ~SortDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::SortDialog* | wrap (HildonSortDialog* object, bool take_copy=false) | |||
|
virtual Hildon::SortDialog::~SortDialog | ( | ) | [virtual] |
Hildon::SortDialog::SortDialog | ( | ) |
int Hildon::SortDialog::add_sort_key | ( | const Glib::ustring & | sort_key | ) |
Adds a new sort key and returns the respective index in sort key combobox.
sort_key | Combo box's index value. |
int Hildon::SortDialog::add_sort_key_reversed | ( | const Glib::ustring & | sort_key | ) |
Adds a new sort key and returns the respective index in sort key combobox.
The default sort order for this key is reversed (Descending first).
sort_key | Combo box's index value. |
int Hildon::SortDialog::get_sort_key | ( | ) | const |
Gets index to currently active sort key.
Gtk::SortType Hildon::SortDialog::get_sort_order | ( | ) | const |
const HildonSortDialog* Hildon::SortDialog::gobj | ( | ) | const [inline] |
HildonSortDialog* Hildon::SortDialog::gobj | ( | ) | [inline] |
void Hildon::SortDialog::set_sort_key | ( | int | key | ) |
void Hildon::SortDialog::set_sort_order | ( | Gtk::SortType | order | ) |
Hildon::SortDialog* wrap | ( | HildonSortDialog * | 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. |