class Hs::HsWidgetItem |
Public Member Functions | |
---|---|
HsWidgetItem(std::string &, std::string &) | |
HsWidgetItem(std::string &, int) | |
~HsWidgetItem() | |
const std::string & | getItemName() |
const std::string & | getItemValue() |
int | getItemValueInt() |
bool | isStringValue() |
bool | isTriggerAdded() |
void | setValue(int) |
void | setValue(std::string &) |
void | triggerAdded() |
Private Attributes | |
---|---|
bool | mIsString |
int | mItemInt |
std::string | mItemName |
std::string | mItemString |
bool | mTrigger |
HsWidgetItem | ( | std::string & | aItemName, |
std::string & | aValue | ||
) |
std::string & aItemName | |
std::string & aValue |
HsWidgetItem | ( | std::string & | aItemName, |
int | aValue | ||
) |
std::string & aItemName | |
int aValue |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.