ddt 1.2.1
Loading...
Searching...
No Matches
ddtImageWidget.cpp File Reference

DDT Widgets. Class for the DDT Image Widget. Class for the Image Widget. The widget is used to display data of various types (e.g. image, plots, etc.) More...

#include "ddt/widgets/ddtImageWidget.hpp"
#include <memory>
#include <string.h>
#include <algorithm>
#include <QFileInfo>
#include <QList>
#include <QMetaObject>
#include <QRegularExpression>
#include <QOpenGLWidget>
#include "ddt/dataFile.hpp"
#include "ddt/ddtEncDec.hpp"
#include "ddt/ddtRenderingPlugin.hpp"
#include "ddt/ddtRenderingPluginCPLImages.hpp"
#include "ddt/dialogs/ddtDialogIds.hpp"
#include "ddt/imageHelpers.hpp"
#include "ddt/ddtEncDecImage3D.hpp"
#include "qglobal.h"
#include "qvariant.h"

Variables

const int lowerleftx_index = 0
 
const int lowerlefty_index = 1
 
const int upperrightx_index = 2
 
const int upperrighty_index = 3
 

Detailed Description

DDT Widgets. Class for the DDT Image Widget. Class for the Image Widget. The widget is used to display data of various types (e.g. image, plots, etc.)

Author
Carsten Mannel, CGI
Since
2020/01/16

Variable Documentation

◆ lowerleftx_index

const int lowerleftx_index = 0

◆ lowerlefty_index

const int lowerlefty_index = 1

◆ upperrightx_index

const int upperrightx_index = 2

◆ upperrighty_index

const int upperrighty_index = 3