Maeomm Reference Documentation: hildonsmm
Main Page   Namespaces   Book  

Hildon::TouchSelectorEntryText Class Reference

Inheritance diagram for Hildon::TouchSelectorEntryText:

Inheritance graph
[legend]

List of all members.

Public Member Functions

void append_text (const Glib::ustring& text)
 Add an item to the end of the drop-down list.
void clear ()
void clear_items ()
 Remove all items from the drop-down menu.
Glib::ustring get_active_text () const
 Get the currently-chosen item.
void insert_text (int position, const Glib::ustring& text)
void prepend_text (const Glib::ustring& text)
 Add an item to the beginning of the drop-down list.
void remove_text (const Glib::ustring& text)
 Remove the specified item if it is in the drop-down menu.
void set_active_text (const Glib::ustring& text)
 Set the currently-chosen item if it matches the specified text.
 TouchSelectorEntryText ()

Protected Attributes

Glib::RefPtr<Gtk::ListStorem_model
TextModelColumns m_text_columns
Glib::RefPtr<TouchSelectorColumnm_touch_selector_column

Classes

class  TextModelColumns


Constructor & Destructor Documentation

Hildon::TouchSelectorEntryText::TouchSelectorEntryText (  ) 


Member Function Documentation

void Hildon::TouchSelectorEntryText::append_text ( const Glib::ustring text  ) 

Add an item to the end of the drop-down list.

Parameters:
text The text for the item.

void Hildon::TouchSelectorEntryText::clear (  ) 

Deprecated:
See clear_items(). Since 2.8.

void Hildon::TouchSelectorEntryText::clear_items (  ) 

Remove all items from the drop-down menu.

Glib::ustring Hildon::TouchSelectorEntryText::get_active_text (  )  const

Get the currently-chosen item.

Returns:
The text of the active item.

void Hildon::TouchSelectorEntryText::insert_text ( int  position,
const Glib::ustring text 
)

void Hildon::TouchSelectorEntryText::prepend_text ( const Glib::ustring text  ) 

Add an item to the beginning of the drop-down list.

Parameters:
text The text for the item.

void Hildon::TouchSelectorEntryText::remove_text ( const Glib::ustring text  ) 

Remove the specified item if it is in the drop-down menu.

The text of the item that should be removed.

void Hildon::TouchSelectorEntryText::set_active_text ( const Glib::ustring text  ) 

Set the currently-chosen item if it matches the specified text.

The text of the item that should be selected.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated for hildonmm by Doxygen 1.5.6 © 1997-2001