Hs::HsWidgetItem Class Reference

class Hs::HsWidgetItem

Constructor & Destructor Documentation

HsWidgetItem(std::string &, std::string &)

HsWidgetItem ( std::string & aItemName,
std::string & aValue
)

Parameters

std::string & aItemName
std::string & aValue

HsWidgetItem(std::string &, int)

HsWidgetItem ( std::string & aItemName,
int aValue
)

Parameters

std::string & aItemName
int aValue

~HsWidgetItem()

~HsWidgetItem ( ) [virtual]

Member Functions Documentation

getItemName()

const std::string & getItemName ( )

getItemValue()

const std::string & getItemValue ( )

getItemValueInt()

int getItemValueInt ( )

isStringValue()

bool isStringValue ( )

isTriggerAdded()

bool isTriggerAdded ( )

setValue(int)

void setValue ( int aValue )

Parameters

int aValue

setValue(std::string &)

void setValue ( std::string & aValue )

Parameters

std::string & aValue

triggerAdded()

void triggerAdded ( )

Member Data Documentation

bool mIsString

bool mIsString [private]

int mItemInt

int mItemInt [private]

std::string mItemName

std::string mItemName [private]

std::string mItemString

std::string mItemString [private]

bool mTrigger

bool mTrigger [private]