ddt 1.2.1
|
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 |
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.)
const int lowerleftx_index = 0 |
const int lowerlefty_index = 1 |
const int upperrightx_index = 2 |
const int upperrighty_index = 3 |