Home · All Namespaces · All Classes
Public Member Functions

Desktop Class Reference

#include <desktop.h>

Inheritance diagram for Desktop:
Inheritance graph
[legend]
Collaboration diagram for Desktop:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Desktop (MWidget *parent=NULL)
virtual ~Desktop ()

Detailed Description

The desktop widget is a container for the switcher, launcher and quick launch bar.

Definition at line 30 of file desktop.h.


Constructor & Destructor Documentation

Desktop::Desktop ( MWidget *  parent = NULL  ) 

Constructs a Desktop widget.

Parameters:
parent the parent widget of the Desktop, defaults to NULL

Definition at line 26 of file desktop.cpp.

                                : MWidgetController(new DesktopModel, parent)
{
}

Desktop::~Desktop (  )  [virtual]

Destroys the Desktop.

Definition at line 30 of file desktop.cpp.

{
}


The documentation for this class was generated from the following files:

Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:20:42
Doxygen 1.7.1
MeeGo Touch