Reads a configuration from a xml file. More...
#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpscope/plugin/xmlloader.h>
Inheritance diagram for XmlLoader:Public Member Functions | |
| XmlLoader (QString fileName, PlotManager *plotManager, QObject *parent=0) | |
Public Member Functions inherited from GenericLoader | |
| GenericLoader (QObject *parent=0) | |
Additional Inherited Members | |
Public Attributes inherited from GenericLoader | |
| int | portscope_rows |
| int | portscope_columns |
| QString | portscope_carrier |
| bool | portscope_persistent |
Protected Attributes inherited from GenericLoader | |
| const int | default_portscope_rows |
| const int | default_portscope_columns |
| const QString | default_portscope_carrier |
| const bool | default_portscope_persistent |
| const QString | default_portscope_localport |
| const int | default_plot_gridx |
| const int | default_plot_gridy |
| const int | default_plot_hspan |
| const int | default_plot_vspan |
| const float | default_plot_minval |
| const float | default_plot_maxval |
| const int | default_plot_size |
| const QString | default_plot_bgcolor |
| const bool | default_plot_autorescale |
| const bool | default_plot_realtime |
| const bool | default_plot_triggermode |
| const QString | default_plot_title |
| const int | default_graph_size |
| const QString | default_graph_type |
| const QString | default_graph_color |
| const QString | default_graph_title |
Reads a configuration from a xml file.
Definition at line 14 of file xmlloader.h.
| XmlLoader::XmlLoader | ( | QString | fileName, |
| PlotManager * | plotManager, | ||
| QObject * | parent = 0 |
||
| ) |
Definition at line 10 of file xmlloader.cpp.