![]() |
Home · All Namespaces · All Classes |
#include <statusindicator.h>


Public Member Functions | |
| InputMethodStatusIndicator (QGraphicsItem *parent=NULL) | |
| virtual | ~InputMethodStatusIndicator () |
| void | setIconID (const QString &iconID) |
A status indicator for showing the current input method. Sets the value to the related icon ID.
Definition at line 373 of file statusindicator.h.
| InputMethodStatusIndicator::InputMethodStatusIndicator | ( | QGraphicsItem * | parent = NULL |
) | [explicit] |
Constructs a InputMethodStatusIndicator.
| parent | parent MWidget |
Definition at line 478 of file statusindicator.cpp.
:
StatusIndicator(parent)
{
setObjectName(metaObject()->className());
new InputMethodStatusIndicatorAdaptor(this);
}
| InputMethodStatusIndicator::~InputMethodStatusIndicator | ( | ) | [virtual] |
Definition at line 485 of file statusindicator.cpp.
{
}
| void InputMethodStatusIndicator::setIconID | ( | const QString & | iconID | ) |
Definition at line 489 of file statusindicator.cpp.
{
setValue(iconID);
}

| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |