23#ifndef USERINTERACTIONWATCHER_H
24#define USERINTERACTIONWATCHER_H
29#include "common/sharedStructuresQt.h"
30#include "DataObject/dataobj.h"
31#include "common/shape.h"
35#include <qsharedpointer.h>
49 const QWidget *m_pPlotWidget;
53 QSharedPointer<QVector<ito::Shape> > m_shapes;
64 void userInteractionStart(
int type,
bool start,
int maxNrOfPoints);
semaphore which can be used for asynchronous thread communication. By using this class it is possible...
Definition sharedStructuresQt.h:58
ShapeType
Definition shape.h:60
Definition userInteractionWatcher.h:41
void plotWidgetDestroyed(QObject *obj)
shortdesc
Definition userInteractionWatcher.cpp:110
void userInteractionDone(int type, bool aborted, QVector< ito::Shape > shapes)
shortdesc
Definition userInteractionWatcher.cpp:137
Definition apiFunctionsGraph.cpp:40