Home · All Namespaces · All Classes
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes

ClockView Class Reference

#include <clockview.h>

List of all members.

Public Member Functions

 ClockView (Clock *controller)

Protected Slots

virtual void updateData (const QList< const char * > &modifications)
 REIMPLEMENTATION
void applyCurrentLocale ()
 
void updateLabel ()

Protected Member Functions

virtual void applyStyle ()
 REIMPLEMENTATION
void setupModel ()

Protected Attributes

MLabel * label
 

Detailed Description

A view class for the Clock.


Constructor & Destructor Documentation

ClockView::ClockView ( Clock controller  ) 

Constructs a new view for Clock. This view shows the clock's time as a digital number.


Member Function Documentation

void ClockView::applyCurrentLocale (  )  [protected, slot]

Gets the latest locale configuration and applies that to the display.

void ClockView::applyStyle (  )  [protected, virtual]

REIMPLEMENTATION

void ClockView::setupModel (  )  [protected]
void ClockView::updateData ( const QList< const char * > &  modifications  )  [protected, virtual, slot]

REIMPLEMENTATION

void ClockView::updateLabel (  )  [protected, slot]

Updates the visuals of this view


Member Data Documentation

MLabel* ClockView::label [protected]

A label to be used to render the clock time


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

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:12
Doxygen 1.7.1
MeeGo Touch