41 #ifndef GRAPHINTERACTIONCONTROLLER_H 42 #define GRAPHINTERACTIONCONTROLLER_H 73 #endif // GRAPHINTERACTIONCONTROLLER_H
void selectionChanged()
Definition: graphinteractioncontroller.cpp:47
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition: qcustomplot.h:3582
std::function< void(PopupMenuLocation location, QMenu *menu)> OnPopupMenuBuilt
Definition: graphinteractioncontroller.h:57
void moveLegend()
Definition: graphinteractioncontroller.cpp:102
void mousePress()
Definition: graphinteractioncontroller.cpp:52
PopupMenuLocation
Definition: graphinteractioncontroller.h:56
void contextMenuRequest(QPoint pos)
Definition: graphinteractioncontroller.cpp:79
void mouseWheel()
Definition: graphinteractioncontroller.cpp:66
void setOnPopupMenuBuiltCallback(OnPopupMenuBuilt callback)
Definition: graphinteractioncontroller.cpp:42
Definition: graphinteractioncontroller.h:48
GraphInteractionController(QCustomPlot *plot, QObject *parent=0)
Definition: graphinteractioncontroller.cpp:25