1 #ifndef TTKDISPATCHMANAGER_H
2 #define TTKDISPATCHMANAGER_H
44 void setInterval(
int msec);
50 void dispatch(Module type);
51 void dispatch(Module type,
void *funcs);
58 void dispatch(Module type,
const QVariant &arg1);
59 void dispatch(Module type,
const QVariant &arg1,
const QVariant &arg2);
60 void dispatch(Module type,
const QVariant &arg1,
const QVariant &arg2,
const QVariant &arg3);
61 void dispatch(Module type,
const QVariant &arg1,
const QVariant &arg2,
const QVariant &arg3,
const QVariant &arg4);
67 void activeFunctions();
95 return m_args.isEmpty();
111 #endif // TTKDISPATCHMANAGER_H
#define TTK_MODULE_EXPORT
QList< Data * > m_observer
#define TTK_DECLARE_SINGLETON_CLASS(Class)
// Singleton Macro // //
The class of the functions dispatch manager.
QList< QVariant > TTKVariantList
bool isValid() const noexcept
bool isEmpty() const noexcept
TTKDispatchManager::Module m_type