ddt 1.2.1
Loading...
Searching...
No Matches
Classes
ddtImageWidget.hpp 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 <boost/bind.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/signals2/signal.hpp>
#include <QList>
#include <QtUiPlugin/QDesignerExportWidget>
#include <QtWidgets>
#include "ddt/ddtDataSubscriber.hpp"
#include "ddt/ddtDataTransferFactory.hpp"
#include "ddt/ddtDatavisualisationDefines.hpp"
#include "ddt/widgets/ddtGraphicsView.hpp"
#include "ddt/widgets/ddtWidget.hpp"

Go to the source code of this file.

Classes

class  DdtImageWidget
 
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 
typedef boost::signals2::signal< void(const std::string &) signal_response)
 

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

Macro Definition Documentation

◆ BOOST_BIND_GLOBAL_PLACEHOLDERS

#define BOOST_BIND_GLOBAL_PLACEHOLDERS

Typedef Documentation

◆ signal_response

typedef boost::signals2::signal<void(const std::string&) signal_response)

Typedef for the remote command response signal.