Home · All Classes · Main Classes · Deprecated
Public Member Functions | Protected Attributes

MEscapeButtonPanelView Class Reference

The MEscapeButtonPanelView class just draws an escape button. More...

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

List of all members.

Public Member Functions

 MEscapeButtonPanelView (MEscapeButtonPanel *controller)
virtual ~MEscapeButtonPanelView ()

Protected Attributes

MEscapeButtonPanelViewPrivate
*const 
d_ptr

Detailed Description

The MEscapeButtonPanelView class just draws an escape button.

It just draws an escape button on an otherwise empty scene window.

Definition at line 36 of file mescapebuttonpanelview.h.


Constructor & Destructor Documentation

MEscapeButtonPanelView::MEscapeButtonPanelView ( MEscapeButtonPanel controller  ) 

Definition at line 195 of file mescapebuttonpanelview.cpp.

                                                                             :
    MSceneWindowView(controller),
    d_ptr(new MEscapeButtonPanelViewPrivate)
{
    Q_D(MEscapeButtonPanelView);
    d->q_ptr = this;
    d->controller = controller;
    d->init();
}

MEscapeButtonPanelView::~MEscapeButtonPanelView (  )  [virtual]

Definition at line 205 of file mescapebuttonpanelview.cpp.

{
    delete d_ptr;
}


Member Data Documentation

MEscapeButtonPanelViewPrivate* const MEscapeButtonPanelView::d_ptr [protected]

Reimplemented from MWidgetView.

Definition at line 46 of file mescapebuttonpanelview.h.


Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:14:25 (PDT)
Doxygen 1.7.1
MeeGo Touch