10 #ifndef IO_GRAPH_ACTION_H
11 #define IO_GRAPH_ACTION_H
22 explicit IOGraphAction(QObject *parent, io_graph_item_unit_t unit = IOG_ITEM_UNIT_PACKETS, QString field = QString());
25 io_graph_item_unit_t unit()
const {
return unit_; }
27 QString valueField()
const {
return field_; }
29 static const QString unitName(io_graph_item_unit_t unit);
35 void openIOGraphDialog(io_graph_item_unit_t, QString);
40 io_graph_item_unit_t unit_;
Definition: io_graph_action.h:19