Home · All Classes · Main Classes · Deprecated
Signals | Public Member Functions

MColorList Class Reference

A widget for picking colors from a list of predefined colors. More...

Inherits MWidgetController.

List of all members.

Signals

void colorPicked ()

Public Member Functions

 MColorList (QGraphicsItem *parent=0)
virtual ~MColorList ()
QColor selectedColor ()
void setSelectedColor (const QColor &color)

Detailed Description

A widget for picking colors from a list of predefined colors.


Constructor & Destructor Documentation

MColorList::MColorList ( QGraphicsItem parent = 0  ) 

Constructor.

MColorList::~MColorList (  )  [virtual]

Destructor.


Member Function Documentation

void MColorList::colorPicked (  )  [signal]

Emitted when the user has picked a color.

QColor MColorList::selectedColor (  ) 

Get selected color.

Returns:
Selected color.
void MColorList::setSelectedColor ( const QColor color  ) 

Set selected color.

Parameters:
color Selected color.

Copyright © 2010 Nokia Corporation
MeeGo Touch