Maeomm Reference Documentation: hildonsmm
Main Page   Namespaces   Book  

Hildon::DateSelector Class Reference

Inheritance diagram for Hildon::DateSelector:

Inheritance graph
[legend]

List of all members.


Detailed Description

A widget to select the current date.

Hildon::DateSelector is a date widget with multiple columns. Users can choose a date by selecting values in the day, month and year columns.

Public Member Functions

 DateSelector (int min_year, int max_year)
 DateSelector ()
void get_date (guint& year, guint& month, guint& day) const
const HildonDateSelector* gobj () const
 Provides access to the underlying C GtkObject.
HildonDateSelector* gobj ()
 Provides access to the underlying C GtkObject.
bool select_current_date (guint year, guint month, guint day)
virtual ~DateSelector ()

Related Functions

(Note that these are not member functions.)

Hildon::DateSelectorwrap (HildonDateSelector* object, bool take_copy=false)
 A Glib::wrap() method for this object.


Constructor & Destructor Documentation

virtual Hildon::DateSelector::~DateSelector (  )  [virtual]

Hildon::DateSelector::DateSelector (  ) 

Hildon::DateSelector::DateSelector ( int  min_year,
int  max_year 
) [explicit]


Member Function Documentation

void Hildon::DateSelector::get_date ( guint &  year,
guint &  month,
guint &  day 
) const

const HildonDateSelector* Hildon::DateSelector::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Hildon::TouchSelector.

HildonDateSelector* Hildon::DateSelector::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Hildon::TouchSelector.

bool Hildon::DateSelector::select_current_date ( guint  year,
guint  month,
guint  day 
)


Friends And Related Function Documentation

Hildon::DateSelector* wrap ( HildonDateSelector *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
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.
Returns:
A C++ instance that wraps this C instance.


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

Generated for hildonmm by Doxygen 1.5.6 © 1997-2001