Public Slots | |
void | requestIndicatorInfo () |
void | getIndicatorInfo (QString str) |
QString | returnMessage () |
void | getError (int err) |
Signals | |
void | indicatorUpdated (QString indicator) |
void | errorOccured (int error) |
Public Member Functions | |
IndicatorInfoWrapper () | |
Public Attributes | |
QString | message |
Friends | |
class | IndicatorInfoPrivate |
IndicatorInfoWrapper class.
Definition at line 52 of file indicatorinfowrapper.h.
IndicatorInfoWrapper::IndicatorInfoWrapper | ( | ) |
Default constructor
Definition at line 46 of file indicatorinfowrapper.cpp.
void IndicatorInfoWrapper::requestIndicatorInfo | ( | ) | [slot] |
Intiates the request for Indicator
Definition at line 55 of file indicatorinfowrapper.cpp.
void IndicatorInfoWrapper::getIndicatorInfo | ( | QString | str | ) | [slot] |
Executes when the signal for Indicator Info emits Stores the received text in the data member
Definition at line 65 of file indicatorinfowrapper.cpp.
QString IndicatorInfoWrapper::returnMessage | ( | ) | [slot] |
Returns message
Definition at line 85 of file indicatorinfowrapper.cpp.
void IndicatorInfoWrapper::getError | ( | int | err | ) | [slot] |
Executes in case of error while retriving the Indicator info. The error code is displayed in the messagebox
Definition at line 75 of file indicatorinfowrapper.cpp.
void IndicatorInfoWrapper::indicatorUpdated | ( | QString | indicator | ) | [signal] |
Signal to be emitted when indicator info is received
indicator | string containing indicator info. |
void IndicatorInfoWrapper::errorOccured | ( | int | error | ) | [signal] |
errorOccured Signal to be emitted when error occures.
error | error code. |