MContainerView implements a view for the MContainer.
More...
Inherits MWidgetView.
List of all members.
Detailed Description
MContainerView implements a view for the MContainer.
Overview
A Container has a minimum width of 18mm, its maximum width is the width of the screen. By default, the user can set it to a value between these boundaries. The minimum height is the minimum height of the header which is 5.06mm. There is no maximum height of the container.
Interactions
Supported interactions: Long tap. User of the component can specify object menu for content items in native application views. Long tap for applet's content items, not currently implemented.
- See also:
- MContainer, MContainerModel
Constructor & Destructor Documentation
MContainerView::MContainerView |
( |
MContainer * |
controller |
) |
|
Constructor.
- Parameters:
-
| controller | Pointer to the container's controller |
MContainerView::~MContainerView |
( |
|
) |
[virtual] |
MContainerView::MContainerView |
( |
MContainerViewPrivate & |
dd, |
|
|
MContainer * |
controller | |
|
) |
| | [protected] |
Member Function Documentation
void MContainerView::headerCanceled |
( |
|
) |
[slot] |
void MContainerView::headerClicked |
( |
|
) |
[signal] |
Signal for informing that the header was clicked.
void MContainerView::headerMoved |
( |
|
) |
[slot] |
void MContainerView::headerPressed |
( |
|
) |
[slot] |
void MContainerView::headerReleased |
( |
|
) |
[slot] |