Maeomm Reference Documentation: hildonsmm |
A Hildon::TouchSelectorColumn object is a visible column in a Hildon::TouchSelector. It allows managing the cell renderers of each column.
Public Member Functions | |
const HildonTouchSelectorColumn* | gobj () const |
Provides access to the underlying C GObject. | |
HildonTouchSelectorColumn* | gobj () |
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. | |
virtual | ~TouchSelectorColumn () |
Static Public Member Functions | |
static Glib::RefPtr <TouchSelectorColumn> | create () |
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. |
virtual Hildon::TouchSelectorColumn::~TouchSelectorColumn | ( | ) | [virtual] |
Hildon::TouchSelectorColumn::TouchSelectorColumn | ( | ) | [protected] |
static Glib::RefPtr<TouchSelectorColumn> Hildon::TouchSelectorColumn::create | ( | ) | [static] |
const HildonTouchSelectorColumn* Hildon::TouchSelectorColumn::gobj | ( | ) | const [inline] |
HildonTouchSelectorColumn* Hildon::TouchSelectorColumn::gobj | ( | ) | [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.
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. |