CuteHMI - Services (CuteHMI.Services.3)
cutehmi::services::internal::ServiceStateInterface Class Reference

#include </home/cutebot/devel/cutehmi/extensions/CuteHMI/Services.3/src/cutehmi/services/internal/ServiceStateInterface.hpp>

Inheritance diagram for cutehmi::services::internal::ServiceStateInterface:
cutehmi::services::StateInterface QObject

Signals

void statusChanged (const QString &status)
 

Public Member Functions

 ServiceStateInterface ()
 
 ~ServiceStateInterface () override
 
QString status () const
 
void setStatus (const QString &status)
 
bool isShutdown () const
 
ServiceStateMachinestateMachine () const
 
void configureServiceable (Serviceable *serviceable)
 
QAbstractStatestopped () const override
 
QAbstractStatestarting () const override
 
QAbstractStatestarted () const override
 
QAbstractStatestopping () const override
 
QAbstractStatebroken () const override
 
QAbstractStaterepairing () const override
 
QAbstractStateevacuating () const override
 
QAbstractStateinterrupted () const override
 
StartedStateInterfacestartedStates () const override
 
void reconfigureStopped (const Serviceable &serviceable)
 
void reconfigureStarting (Serviceable &serviceable)
 
void reconfigureStarted (Serviceable &serviceable)
 
void reconfigureStopping (Serviceable &serviceable)
 
void reconfigureBroken (Serviceable &serviceable)
 
void reconfigureRepairing (Serviceable &serviceable)
 
void reconfigureEvacuating (Serviceable &serviceable)
 
void reconfigureInterrupted (const Serviceable &serviceable)
 
void replaceTransitionToStarted (const Serviceable &serviceable)
 
void replaceTransitionToStopped (const Serviceable &serviceable)
 
void replaceTransitionToBroken (const Serviceable &serviceable)
 
void replaceTransitionToYielding (const Serviceable &serviceable)
 
void replaceTransitionToIdling (const Serviceable &serviceable)
 
void shutdown ()
 Perform service shutdown. More...
 
AbstractServiceservice () const
 
- Public Member Functions inherited from cutehmi::services::StateInterface
virtual QAbstractStatestopped () const =0
 
virtual QAbstractStatestarting () const =0
 
virtual QAbstractStatestarted () const =0
 
virtual QAbstractStatestopping () const =0
 
virtual QAbstractStatebroken () const =0
 
virtual QAbstractStaterepairing () const =0
 
virtual QAbstractStateevacuating () const =0
 
virtual QAbstractStateinterrupted () const =0
 
virtual cutehmi::services::StartedStateInterfacestartedStates () const =0
 
Q_INVOKABLE QAbstractStatefindState (const QString &name) const
 Find state by its name. More...
 
- Public Member Functions inherited from QObject
virtual const QMetaObjectmetaObject () const const
 
 QObject (QObject *parent)
 
virtual ~QObject ()
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
QString objectName () const const
 
void setObjectName (const QString &name)
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
bool signalsBlocked () const const
 
bool blockSignals (bool block)
 
QThreadthread () const const
 
void moveToThread (QThread *targetThread)
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds time, Qt::TimerType timerType)
 
void killTimer (int id)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
const QObjectListchildren () const const
 
void setParent (QObject *parent)
 
void installEventFilter (QObject *filterObj)
 
void removeEventFilter (QObject *obj)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectTree ()
 
void dumpObjectInfo ()
 
void dumpObjectTree () const const
 
void dumpObjectInfo () const const
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const const
 
QList< QByteArraydynamicPropertyNames () const const
 
void destroyed (QObject *obj)
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
bool inherits (const char *className) const const
 
void deleteLater ()
 
 Q_DISABLE_COPY (Class)
 
 Q_DISABLE_MOVE (Class)
 
 Q_DISABLE_COPY_MOVE (Class)
 
qobject_cast (QObject *object)
 
qobject_cast (const QObject *object)
 
qFindChild (const QObject *obj, const QString &name)
 
QList< T > qFindChildren (const QObject *obj, const QString &name)
 
QList< T > qFindChildren (const QObject *obj, const QRegExp &regExp)
 
 Q_CLASSINFO (Name, Value)
 
 Q_INTERFACES (...)
 
 Q_PROPERTY (...)
 
 Q_ENUMS (...)
 
 Q_FLAGS (...)
 
 Q_ENUM (...)
 
 Q_FLAG (...)
 
 Q_ENUM_NS (...)
 
 Q_FLAG_NS (...)
 
 Q_OBJECT Q_OBJECT
 
 Q_GADGET Q_GADGET
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SLOTS Q_SLOTS
 
 Q_SLOT Q_SLOT
 
 Q_EMIT Q_EMIT
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 

Properties

QString status
 
- Properties inherited from cutehmi::services::StateInterface
QAbstractStatestopped
 
QAbstractStatestarting
 
QAbstractStatestarted
 
QAbstractStatestopping
 
QAbstractStatebroken
 
QAbstractStaterepairing
 
QAbstractStateevacuating
 
QAbstractStateinterrupted
 
cutehmi::services::StartedStateInterfacestartedStates
 
- Properties inherited from QObject
 objectName
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
- Public Attributes inherited from QObject
typedef QObjectList
 
- Protected Member Functions inherited from cutehmi::services::StateInterface
AbstractServiceservice () const
 
- Protected Member Functions inherited from QObject
QObjectsender () const const
 
int senderSignalIndex () const const
 
int receivers (const char *signal) const const
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
virtual void timerEvent (QTimerEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void customEvent (QEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 

Constructor & Destructor Documentation

◆ ServiceStateInterface()

cutehmi::services::internal::ServiceStateInterface::ServiceStateInterface ( )

◆ ~ServiceStateInterface()

cutehmi::services::internal::ServiceStateInterface::~ServiceStateInterface ( )
override

Member Function Documentation

◆ broken()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::broken ( ) const
overridevirtual

◆ configureServiceable()

void cutehmi::services::internal::ServiceStateInterface::configureServiceable ( Serviceable serviceable)

◆ evacuating()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::evacuating ( ) const
overridevirtual

◆ interrupted()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::interrupted ( ) const
overridevirtual

◆ isShutdown()

bool cutehmi::services::internal::ServiceStateInterface::isShutdown ( ) const

◆ reconfigureBroken()

void cutehmi::services::internal::ServiceStateInterface::reconfigureBroken ( Serviceable serviceable)

◆ reconfigureEvacuating()

void cutehmi::services::internal::ServiceStateInterface::reconfigureEvacuating ( Serviceable serviceable)

◆ reconfigureInterrupted()

void cutehmi::services::internal::ServiceStateInterface::reconfigureInterrupted ( const Serviceable serviceable)

◆ reconfigureRepairing()

void cutehmi::services::internal::ServiceStateInterface::reconfigureRepairing ( Serviceable serviceable)

◆ reconfigureStarted()

void cutehmi::services::internal::ServiceStateInterface::reconfigureStarted ( Serviceable serviceable)

◆ reconfigureStarting()

void cutehmi::services::internal::ServiceStateInterface::reconfigureStarting ( Serviceable serviceable)

◆ reconfigureStopped()

void cutehmi::services::internal::ServiceStateInterface::reconfigureStopped ( const Serviceable serviceable)

◆ reconfigureStopping()

void cutehmi::services::internal::ServiceStateInterface::reconfigureStopping ( Serviceable serviceable)

◆ repairing()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::repairing ( ) const
overridevirtual

◆ replaceTransitionToBroken()

void cutehmi::services::internal::ServiceStateInterface::replaceTransitionToBroken ( const Serviceable serviceable)

◆ replaceTransitionToIdling()

void cutehmi::services::internal::ServiceStateInterface::replaceTransitionToIdling ( const Serviceable serviceable)

◆ replaceTransitionToStarted()

void cutehmi::services::internal::ServiceStateInterface::replaceTransitionToStarted ( const Serviceable serviceable)

◆ replaceTransitionToStopped()

void cutehmi::services::internal::ServiceStateInterface::replaceTransitionToStopped ( const Serviceable serviceable)

◆ replaceTransitionToYielding()

void cutehmi::services::internal::ServiceStateInterface::replaceTransitionToYielding ( const Serviceable serviceable)

◆ service()

AbstractService * cutehmi::services::StateInterface::service ( ) const

◆ setStatus()

void cutehmi::services::internal::ServiceStateInterface::setStatus ( const QString status)

◆ shutdown()

void cutehmi::services::internal::ServiceStateInterface::shutdown ( )

Perform service shutdown.

This function executes a loop, which repeatedly calls QCoreApplication::processEvents() until the state machine ends up in stopped or interrupted state.

The service may end up in inconsistent state after getting killed. Non-const methods should not used after the shutdown. This also applies to return values of const methods.

◆ started()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::started ( ) const
overridevirtual

◆ startedStates()

StartedStateInterface * cutehmi::services::internal::ServiceStateInterface::startedStates ( ) const
overridevirtual

◆ starting()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::starting ( ) const
overridevirtual

◆ stateMachine()

ServiceStateMachine * cutehmi::services::internal::ServiceStateInterface::stateMachine ( ) const

◆ status()

QString cutehmi::services::internal::ServiceStateInterface::status ( ) const

◆ statusChanged

void cutehmi::services::internal::ServiceStateInterface::statusChanged ( const QString status)
signal

◆ stopped()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::stopped ( ) const
overridevirtual

◆ stopping()

QAbstractState * cutehmi::services::internal::ServiceStateInterface::stopping ( ) const
overridevirtual

Property Documentation

◆ status

QString cutehmi::services::internal::ServiceStateInterface::status
readwrite