Maeomm Reference Documentation: hildonsmm
Main Page   Namespaces   Book  

Hildon Namespace Reference


Classes

class  Banner
 The Hildon::Banners are used in many places in the Maemo applications. More...
class  CalendarPopup
 CalendarPopup allows a date to be chosen from a popup calendar dialog, which contains a Gtk::Calendar widget and arrow buttons for changing the month and year. More...
class  Caption
 Hildon::Caption is a single-child container widget that precedes the contained widget with a field label and an optional icon, allowing grouping of several controls together. More...
class  CodeDialog
 A keypad-like widget used to enter pincodes. More...
class  ColorButton
 Hildon::ColorButton is a widget to open a Hildon::ColorSelector dialog. More...
class  Controlbar
 Hildon::Controlbar is widget that allows increasing or decreasing a value within a pre-defined range. More...
class  DateEditor
 Hildon::DateEditor is a widget which allows the user to enter a date. More...
class  FindToolbar
 A Hildon::FindToolbar is a special toolbar for the Find feature. More...
class  FontSelectionDialog
 Just as the Hildon::ColorSelector provides a method to query a color from the user, the Hildon::FontSelectionDialog is used to choose the font. More...
class  GetPasswordDialog
 A widget used to get a password. More...
class  HVolumebar
 The Hildon::HVolumebar widget displays a horizontal volume bar that allows increasing or decreasing volume within a pre-defined range, and includes a mute icon which users can click to mute the sound. More...
class  LoginDialog
 Hildon::LoginDialog is used to enter a username and password when accessing a password protected feature. More...
class  Note
 Notes are used to for confirmation (OK/Cancel/etc. More...
class  NumberEditor
 Hildon::NumberEditor is used to enter a number from a specific range. More...
class  Program
 A Hildon::Program is the base of any Hildon application. More...
class  RangeEditor
 Hildon::RangeEditor allows the user to enter a pair of integers, such as the lower and higher bounds of a range. More...
class  Seekbar
 Hildon::Seekbar allows seeking in media with a range widget. More...
class  SetPasswordDialog
 Hildon::SetPasswordDialog allows the setting and changing of a password. More...
class  SortDialog
 Hildon::SortDialog is used to define an order (ascending/descending) and a field by which items are sorted in a list. More...
class  TimeEditor
 Hildon::TimeEditor is used to edit time or duration. More...
class  TimePicker
 Hildon::TimePicker is a dialog popup widget which lets the user set the time, using up/down arrows on hours and minutes. More...
class  Volumebar
 Hildon::Volumebar is a base class for widgets that display a volume bar that allows increasing or decreasing volume within a predefined range, and muting the volume when users click the mute icon. More...
class  VVolumebar
 Hildon::VVolumebar displays a vertical volume bar that allows increasing or decreasing volume within a predefined range, and muting when users click the mute icon. More...
class  WeekdayPicker
 Hildon::WeekdayPicker supports non-mutually exclusive selection of days of the week. More...
class  Window
 Hildon::Window represents a top-level window of an application running in the Hildon framework. More...
class  WizardDialog
 The Hildon::WizardDialog widget provides a guided configuration process. More...

Namespaces

namespace  ColorPopup
namespace  Helper

Enumerations

enum  CaptionIconPosition {
  CAPTION_POSITION_LEFT,
  CAPTION_POSITION_RIGHT
}
enum  CaptionStatus {
  CAPTION_OPTIONAL,
  CAPTION_MANDATORY
}
enum  DateTimeError {
  DATE_TIME_ERROR_NO_ERROR = -1,
  DATE_TIME_ERROR_MAX_HOURS,
  DATE_TIME_ERROR_MAX_MINS,
  DATE_TIME_ERROR_MAX_SECS,
  DATE_TIME_ERROR_MAX_DAY,
  DATE_TIME_ERROR_MAX_MONTH,
  DATE_TIME_ERROR_MAX_YEAR,
  DATE_TIME_ERROR_MIN_HOURS,
  DATE_TIME_ERROR_MIN_MINS,
  DATE_TIME_ERROR_MIN_SECS,
  DATE_TIME_ERROR_MIN_DAY,
  DATE_TIME_ERROR_MIN_MONTH,
  DATE_TIME_ERROR_MIN_YEAR,
  DATE_TIME_ERROR_EMPTY_HOURS,
  DATE_TIME_ERROR_EMPTY_MINS,
  DATE_TIME_ERROR_EMPTY_SECS,
  DATE_TIME_ERROR_EMPTY_DAY,
  DATE_TIME_ERROR_EMPTY_MONTH,
  DATE_TIME_ERROR_EMPTY_YEAR,
  DATE_TIME_ERROR_MIN_DURATION,
  DATE_TIME_ERROR_MAX_DURATION,
  DATE_TIME_ERROR_INVALID_CHAR,
  DATE_TIME_ERROR_INVALID_DATE,
  DATE_TIME_ERROR_INVALID_TIME
}
enum  NoteType {
  NOTE_TYPE_CONFIRMATION,
  NOTE_TYPE_CONFIRMATION_BUTTON,
  NOTE_TYPE_INFORMATION,
  NOTE_TYPE_INFORMATION_THEME,
  NOTE_TYPE_PROGRESSBAR
}
enum  NumberEditorErrorType {
  ERROR_MAXIMUM_VALUE_EXCEED,
  ERROR_MINIMUM_VALUE_EXCEED,
  ERROR_ERRONEOUS_VALUE
}

Functions

void init ()
 Initialize hildonmm.


Enumeration Type Documentation

enum Hildon::NumberEditorErrorType

Enumerator:
ERROR_MAXIMUM_VALUE_EXCEED 
ERROR_MINIMUM_VALUE_EXCEED 
ERROR_ERRONEOUS_VALUE 


Function Documentation

void Hildon::init (  ) 

Initialize hildonmm.

You may call this more than once.


Generated for hildonmm by Doxygen 1.5.1 © 1997-2001