OviNotificationState Class Reference

#include <mw/cwrt/ovinotificationstate.h>

class OviNotificationState : public QObject, public QObject

Ovi notification session class implementing OviNotificationInterface. This class the signals to be connected for receiving the right callbacks.

Inherits from

  • OviNotificationState
    Public Slots
    virtual StateErrorsessionError()
    virtual intsessionErrorInteger()
    virtual QString sessionErrorString()
    virtual StatesessionState()
    virtual QString sessionStateString()
    Inherited Attributes
    QObject::d_ptr
    QObject::objectName
    QObject::staticQtMetaObject
    Inherited Functions
    QObject::QObject(QObjectPrivate &,QObject *)
    QObject::blockSignals(bool)
    QObject::childEvent(QChildEvent *)
    QObject::children()const
    QObject::connect(const QObject *,const QMetaMethod &,const QObject *,const QMetaMethod &,Qt::ConnectionType)
    QObject::connect(const QObject *,const char *,const QObject *,const char *,Qt::ConnectionType)
    QObject::connect(const QObject *,const char *,const char *,Qt::ConnectionType)const
    QObject::connectNotify(const char *)
    QObject::customEvent(QEvent *)
    QObject::deleteLater
    QObject::destroyed
    QObject::disconnect(const QObject *,const QMetaMethod &,const QObject *,const QMetaMethod &)
    QObject::disconnect(const QObject *,const char *)
    QObject::disconnect(const QObject *,const char *,const QObject *,const char *)
    QObject::disconnect(const char *,const QObject *,const char *)
    QObject::disconnectNotify(const char *)
    QObject::dumpObjectInfo()
    QObject::dumpObjectTree()
    QObject::dynamicPropertyNames()const
    QObject::event(QEvent *)
    QObject::eventFilter(QObject *,QEvent *)
    QObject::findChild(const QString &)const
    QObject::findChildren(const QRegExp &)const
    QObject::findChildren(const QString &)const
    QObject::inherits(const char *)const
    QObject::installEventFilter(QObject *)
    QObject::isWidgetType()const
    QObject::killTimer(int)
    QObject::moveToThread(QThread *)
    QObject::objectName()const
    QObject::parent()const
    QObject::property(const char *)const
    QObject::receivers(const char *)const
    QObject::registerUserData()
    QObject::removeEventFilter(QObject *)
    QObject::sender()const
    QObject::senderSignalIndex()const
    QObject::setObjectName(const QString &)
    QObject::setParent(QObject *)
    QObject::setProperty(const char *,const QVariant &)
    QObject::setUserData(uint,QObjectUserData *)
    QObject::signalsBlocked()const
    QObject::startTimer(int)
    QObject::thread()const
    QObject::timerEvent(QTimerEvent *)
    QObject::userData(uint)const
    QObject::~QObject()

    Member Function Documentation

    sessionError ( )

    StateErrorsessionError()[virtual, slot]

    the session StateError

    Returns the error

    Return Value
    OviNotificationInterface::StateError The error of the session

    sessionErrorInteger ( )

    intsessionErrorInteger()[virtual, slot]

    Returns the error as integer

    Returns the error

    Return Value
    int The error of the sessionint The OviNotificationState::StateError of the session as int

    sessionErrorString ( )

    QString sessionErrorString()[virtual, slot]

    Returns the error as string

    Returns the state error as string.

    Return Value
    QString OviNotificationInterface::StateError as stringQString OviNotificationState::StateError as string

    sessionState ( )

    StatesessionState()[virtual, slot]

    the session state

    Returns the state.

    Return Value
    OviNotificationInterface::State The state of the session

    sessionStateString ( )

    QString sessionStateString()[virtual, slot]

    Returns the state as string.

    Returns the state as string.

    Return Value
    QString OviNotificationInterface::State as stringQString OviNotificationState::State as string