#include "dbe/confaccessor.hpp"
#include "conffwk/ConfigObject.hpp"
#include <QString>
#include <QModelIndex>
#include <QUuid>
#include <vector>
#include <set>
#include "dbe/model_common_interface_macros.hpp"
#include "dbe/model_common_operations.hpp"
Go to the source code of this file.
|
namespace | dbe |
| Include QT Headers.
|
|
◆ MODEL_COMMON_INTERFACE_UUID_DECL
#define MODEL_COMMON_INTERFACE_UUID_DECL uuid(QUuid::createUuid()) |
◆ MODEL_COMMON_INTERFACE_UUID_DEF
#define MODEL_COMMON_INTERFACE_UUID_DEF QUuid const uuid; |
◆ MODEL_COMMON_TYPES_TOPLEVEL_DEFINITIONS
#define MODEL_COMMON_TYPES_TOPLEVEL_DEFINITIONS |
Value: typedef QModelIndex type_index;\
typedef std::vector<type_index> type_indices;\
\
Definition at line 24 of file model_common_interface.hpp.
24#define MODEL_COMMON_TYPES_TOPLEVEL_DEFINITIONS\
25 typedef QModelIndex type_index;\
26 typedef std::vector<type_index> type_indices;\
27 typedef dbe::tref type_object_ref;\
28 typedef dbe::dref type_object_info;\
29 typedef dunedaq::conffwk::class_t type_class_info;\
30 \
31