ddt 1.4.0
 
Loading...
Searching...
No Matches
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
 

Macros

#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 

Typedefs

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.)

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.