Maemomm Reference Documentation: hildonmm |
Public Member Functions | |
virtual | ~TouchSelectorColumn () |
HildonTouchSelectorColumn * | gobj () |
Provides access to the underlying C GObject. | |
const HildonTouchSelectorColumn * | gobj () const |
Provides access to the underlying C GObject. | |
HildonTouchSelectorColumn * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | set_text_column (const Gtk::TreeModelColumnBase &text_column) |
Sets the model column to be displayed in column. | |
void | set_text_column (int text_column) |
Sets the model column to be displayed in column. | |
int | get_text_column () const |
Gets the model column set as the text source for column. | |
Static Public Member Functions | |
static Glib::RefPtr < TouchSelectorColumn > | create () |
Creates a new TouchSelectorColumn. | |
Protected Member Functions | |
TouchSelectorColumn () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Hildon::TouchSelectorColumn > | wrap (HildonTouchSelectorColumn *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A Hildon::TouchSelectorColumn object is a visible column in a Hildon::TouchSelector. It allows managing the cell renderers of each column.
virtual Hildon::TouchSelectorColumn::~TouchSelectorColumn | ( | ) | [virtual] |
Hildon::TouchSelectorColumn::TouchSelectorColumn | ( | ) | [protected] |
HildonTouchSelectorColumn* Hildon::TouchSelectorColumn::gobj | ( | ) | [inline] |
const HildonTouchSelectorColumn* Hildon::TouchSelectorColumn::gobj | ( | ) | const [inline] |
HildonTouchSelectorColumn* Hildon::TouchSelectorColumn::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
static Glib::RefPtr<TouchSelectorColumn> Hildon::TouchSelectorColumn::create | ( | ) | [static] |
Creates a new TouchSelectorColumn.
void Hildon::TouchSelectorColumn::set_text_column | ( | const Gtk::TreeModelColumnBase & | text_column | ) |
Sets the model column to be displayed in column.
text_column must point to a column in the model used with type TYPE_STRING. Initially, this property is unset. You should set it before using the Hildon::TouchSelector that uses column.
{2,2}
text_column | The index of a model column in the model for column. |
void Hildon::TouchSelectorColumn::set_text_column | ( | int | text_column | ) |
Sets the model column to be displayed in column.
text_column must point to a column in the model used with type TYPE_STRING. Initially, this property is unset. You should set it before using the Hildon::TouchSelector that uses column.
{2,2}
text_column | The index of a model column in the model for column. |
int Hildon::TouchSelectorColumn::get_text_column | ( | ) | const |
Gets the model column set as the text source for column.
Glib::RefPtr< Hildon::TouchSelectorColumn > wrap | ( | HildonTouchSelectorColumn * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |