Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
gii/qt/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
21enum TypeId : int
22{
23 None = -1,
27 ResultData = 1
28};
29Q_ENUM_NS(TypeId)
30
31
41Q_ENUM_NS(SelectionMode)
42
43}// 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
Class for creating and referencing global or local created parameters or settings called variables....
Definition Variable.h:16
#define _GII_DATA
Definition gii/global.h:36
Definition gii/qt/Namespace.h:9
TypeId
Types of id's.
Definition gii/qt/Namespace.h:22
@ None
Definition gii/qt/Namespace.h:23
InformationTypes::id_type IdType
Short type definition for Qt code.
Definition gii/qt/Namespace.h:16
SelectionMode
Mode of item selection.
Definition gii/qt/Namespace.h:35
@ Multiple
Multiple items.
Definition gii/qt/Namespace.h:39
@ Single
Single item.
Definition gii/qt/Namespace.h:37