Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Namespace.h
Go to the documentation of this file.
1#pragma once
2#include <QMetaObject>
3#include <QtCore/qglobal.h>
4#include <QtCore/qtmetamacros.h>
6#include <gii/global.h>
7
8namespace sf::gii
9{
10
11Q_NAMESPACE_EXPORT(_GII_DATA)
12
13
16typedef InformationTypes::id_type IdType;
17
28Q_ENUM_NS(TypeId)
29
30
40Q_ENUM_NS(SelectionMode)
41
42}// namespace sf::gii
Base class for all generic information objects to be able to put them in a typed list together.
Definition InformationBase.h:25
Class for creating and referencing global created data called result data. This class allows linking ...
Definition ResultData.h:20
#define _GII_DATA
Definition gii/global.h:36
Definition Namespace.h:9
InformationTypes::id_type IdType
Short type definition for Qt code.
Definition Namespace.h:16
SelectionMode
Mode of item selection.
Definition Namespace.h:34
@ Multiple
Definition Namespace.h:38
@ Single
Definition Namespace.h:36
TypeId
Types of id's.
Definition Namespace.h:22
@ Variable
Definition Namespace.h:24