Test build
Test build
Public Slots | Signals | Public Member Functions | Protected Member Functions

MContainerView Class Reference

MContainerView implements a view for the MContainer. More...

#include <mcontainerview.h>

Inherits MWidgetView.

List of all members.

Public Slots

void headerPressed ()
void headerReleased ()
void headerCanceled ()
void headerMoved ()

Signals

void headerClicked ()

Public Member Functions

 MContainerView (MContainer *controller)
virtual ~MContainerView ()

Protected Member Functions

 MContainerView (MContainerViewPrivate &dd, MContainer *controller)

Detailed Description

MContainerView implements a view for the MContainer.

Overview

A Container has a minimum width of 18mm, it's 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]

Destructor.

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]

MeeGo API