MagicSmoke  $VERSION$
event.cpp File Reference
#include "MOEvent"
#include <QCoreApplication>
#include <QRegExp>
#include <QStringList>
#include "msinterface.h"
#include "MTGetEvent"
#include "misc.h"
#include <QVariant>

Variables

static bool mocv
 
static int mymeta
 

Variable Documentation

bool mocv
static
Initial value:
=
QMetaType::registerConverter<Nullable<MOEvent>,MOEvent>([](const Nullable<MOEvent>&n){return n.value();})|
QMetaType::registerConverter<QList<MOEvent>,QVariantList>([](const QList<MOEvent>&n){QVariantList r;for(auto v:n)r<<QVariant::fromValue(v);return r;})
encapsulation of an event, this class wraps the auto-generated event class to provide some convenienc...
Definition: event.h:25
int mymeta
static
Initial value:
=
qRegisterMetaType<MOEvent>()+
qRegisterMetaType<QList<MOEvent> >()+
qRegisterMetaType<Nullable<MOEvent> >()