CANdevStudio
Development tool for CAN bus simulation
Loading...
Searching...
No Matches
qmlexecutorplugin.h
Go to the documentation of this file.
1#ifndef QMLEXECUTORPLUGIN_H
2#define QMLEXECUTORPLUGIN_H
3
4#include "plugin_type.h"
5#include "qmlexecutormodel.h"
6
7// Note that max typestring length is limited to 128 chars. 64 causes VS2015 internal error.
8using MiscPlugin = PluginBase<typestring_is("Misc Layer"), 0x555fc3, 57>;
9
12 static constexpr const char* name = "QMLExecutor";
14};
15
16#endif // QMLEXECUTORPLUGIN_H
The QMLExecutorModel A model for QML executor component.
Definition qmlexecutormodel.h:31
PluginBase< typestring_is("Misc Layer"), 0x555fc3, 57 > MiscPlugin
Definition qmlexecutorplugin.h:8
Definition plugin_type.h:9
Definition qmlexecutorplugin.h:10
static constexpr const char * name
Definition qmlexecutorplugin.h:12
#define typestring_is(x)
Definition typestring.hh:272