Maemomm Reference Documentation: hildonmm |
Classes | |
class | AnimationActor |
Animation actor widget for WM-assisted animation effects in the Hildon framework. More... | |
class | AppMenu |
The application menu in the Hildon framework. More... | |
class | Banner |
A widget used to display timed notifications. More... | |
class | Button |
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 | CheckButton |
Button with a check box inside. More... | |
class | DateButton |
Button displaying and allowing selection of a date. More... | |
class | DateSelector |
A widget to select the current date. More... | |
class | EditToolbar |
A toolbar widget for editing. More... | |
class | Entry |
A text entry widget. More... | |
class | FindToolbar |
A toolbar with a search field. More... | |
class | Note |
A dialog to ask the user for confirmation. More... | |
class | PannableArea |
A scrolling widget designed for touch screens. More... | |
class | PickerButton |
A button that launches a Hildon::PickerDialog and displays the selected item. More... | |
class | PickerDialog |
A utility dialog that shows a Hildon::TouchSelector widget. More... | |
class | Program |
A Hildon::Program is the base of any Hildon application. More... | |
class | StackableWindow |
This widget is a stackable top-level window in the Hildon framework, derived from Hildon::Window. More... | |
class | TextView |
A text view widget, derived from Gtk::TextView, with additional features specific to the Hildon framework. More... | |
class | TimeButton |
Button displaying and allowing selection of a time. More... | |
class | TimeSelector |
A widget to select the current time. More... | |
class | TouchSelectorColumn |
A visible column in a Hildon::TouchSelector. More... | |
class | TouchSelectorEntryText |
This is a specialisation of the TouchSelectorEntry widget which has one column of text (a simple list), and appropriate methods for setting and getting the text. More... | |
class | TouchSelectorEntry |
Selector widget with a text entry. More... | |
class | TouchSelectorText |
This is a specialisation of the TouchSelector widget which has one column of text (a simple list), and appropriate methods for setting and getting the text. More... | |
class | TouchSelector |
A selector widget with several columns. More... | |
class | WindowStack |
A stack of windows in the Hildon framework. More... | |
class | Window |
Hildon::Window is a top-level window of an application running in the Hildon framework. More... | |
class | WizardDialog |
The WizardDialog dialog provides a guided configuration process. More... | |
Namespaces | |
namespace | Helper |
Enumerations | |
enum | ButtonArrangement { BUTTON_ARRANGEMENT_HORIZONTAL, BUTTON_ARRANGEMENT_VERTICAL } |
enum | ButtonStyle { BUTTON_STYLE_NORMAL, BUTTON_STYLE_PICKER } |
enum | CaptionStatus { CAPTION_OPTIONAL, CAPTION_MANDATORY } |
enum | CaptionIconPosition { CAPTION_POSITION_LEFT, CAPTION_POSITION_RIGHT } |
enum | NoteType { NOTE_TYPE_CONFIRMATION, NOTE_TYPE_CONFIRMATION_BUTTON, NOTE_TYPE_INFORMATION, NOTE_TYPE_INFORMATION_THEME, NOTE_TYPE_PROGRESSBAR } |
enum | PannableAreaMode { PANNABLE_AREA_MODE_PUSH, PANNABLE_AREA_MODE_ACCEL, PANNABLE_AREA_MODE_AUTO } |
enum | MovementMode { MOVEMENT_MODE_HORIZ = 1 << 1, MOVEMENT_MODE_VERT = 1 << 2, MOVEMENT_MODE_BOTH = 0x000006 } |
enum | MovementDirection { MOVEMENT_UP, MOVEMENT_DOWN, MOVEMENT_LEFT, MOVEMENT_RIGHT } |
enum | TouchSelectorSelectionMode { TOUCH_SELECTOR_SELECTION_MODE_SINGLE, TOUCH_SELECTOR_SELECTION_MODE_MULTIPLE } |
enum | WizardDialogResponse { WIZARD_DIALOG_PREVIOUS, WIZARD_DIALOG_NEXT, WIZARD_DIALOG_FINISH } |
Functions | |
void | init () |
Initialize hildonmm. | |
MovementMode | operator| (MovementMode lhs, MovementMode rhs) |
MovementMode | operator & (MovementMode lhs, MovementMode rhs) |
MovementMode | operator^ (MovementMode lhs, MovementMode rhs) |
MovementMode | operator~ (MovementMode flags) |
MovementMode & | operator|= (MovementMode &lhs, MovementMode rhs) |
MovementMode & | operator &= (MovementMode &lhs, MovementMode rhs) |
MovementMode & | operator^= (MovementMode &lhs, MovementMode rhs) |
void Hildon::init | ( | ) |
Initialize hildonmm.
You may call this more than once.