Maeomm Reference Documentation: hildon-libsmm
Main Page   Namespaces   Book  

Hildon Namespace Reference


Classes

class  AddHomeDialog
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
class  ColorButton
 Hildon::ColorButton is a widget to open a Hildon::ColorSelector dialog. More...
class  ColorSelector
 The Hildon::ColorSelector is a dialog for selecting colors. 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  Grid
 Hildon::Grid is used wherever a number of single tap activatable items need to be presented, such as in the Control Panel. More...
class  GridItem
 Hildon::GridItem is used to create grid items used by Hildon::Grid. 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  NamePasswordDialog
 Hildon::NamePasswordDialog 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  TelephoneEditor
 Hildon::TelephoneEditor is single-line editor which allows the user to enter a telephone number. 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  ScrollArea

Enumerations

enum  CaptionIconPosition {
  CAPTION_POSITION_LEFT,
  CAPTION_POSITION_RIGHT
}
enum  CaptionStatus {
  CAPTION_OPTIONAL,
  CAPTION_MANDATORY
}
enum  DateEditorErrorType {
  DATE_NO_ERROR = -1,
  DATE_MAX_DAY,
  DATE_MAX_MONTH,
  DATE_MAX_YEAR,
  DATE_MIN_DAY,
  DATE_MIN_MONTH,
  DATE_MIN_YEAR,
  DATE_EMPTY_DAY,
  DATE_EMPTY_MONTH,
  DATE_EMPTY_YEAR,
  DATE_INVALID_DATE,
  DATE_INVALID_CHAR
}
enum  NoteType {
  NOTE_CONFIRMATION_TYPE,
  NOTE_CONFIRMATION_BUTTON_TYPE,
  NOTE_INFORMATION_TYPE,
  NOTE_INFORMATION_THEME_TYPE,
  NOTE_PROGRESSBAR_TYPE
}
enum  NumberEditorErrorType {
  ERROR_MAXIMUM_VALUE_EXCEED,
  ERROR_MINIMUM_VALUE_EXCEED,
  ERROR_ERRONEOUS_VALUE
}
enum  TelephoneEditorFormat {
  TELEPHONE_EDITOR_FORMAT_FREE,
  TELEPHONE_EDITOR_FORMAT_COERCE,
  TELEPHONE_EDITOR_FORMAT_COERCE_COUNTRY,
  TELEPHONE_EDITOR_FORMAT_COERCE_AREA
}
enum  TimeEditorErrorType {
  TIME_NO_TIME_ERROR = -1,
  TIME_MAX_HOURS,
  TIME_MAX_MINS,
  TIME_MAX_SECS,
  TIME_MIN_HOURS,
  TIME_MIN_MINS,
  TIME_MIN_SECS,
  TIME_EMPTY_HOURS,
  TIME_EMPTY_MINS,
  TIME_EMPTY_SECS,
  TIME_MIN_DUR,
  TIME_MAX_DUR,
  TIME_INVALID_TIME,
  TIME_INVALID_CHAR
}

Functions

void libs_init ()
 Initialize hildon-libsmm.


Enumeration Type Documentation

enum Hildon::NumberEditorErrorType
 

Enumeration values:
ERROR_MAXIMUM_VALUE_EXCEED 
ERROR_MINIMUM_VALUE_EXCEED 
ERROR_ERRONEOUS_VALUE 


Function Documentation

void Hildon::libs_init (  ) 
 

Initialize hildon-libsmm.

You may call this more than once.


Generated for hildon-libsmm by Doxygen 1.4.2 © 1997-2001