YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
xmlloader.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: GPL-3.0-or-later
4
*/
5
6
#ifndef XMLLOADER_H
7
#define XMLLOADER_H
8
9
#include "
genericloader.h
"
10
14
class
XmlLoader
:
public
GenericLoader
15
{
16
Q_OBJECT
17
public
:
18
XmlLoader
(QString fileName,
PlotManager
*plotManager, QObject *parent = 0);
19
20
private
:
21
PlotManager
*plotManager;
22
Plotter
*plotter;
23
};
24
25
#endif
// XMLLOADER_H
GenericLoader
Base Class for the Loaders.
Definition
genericloader.h:19
PlotManager
The Manager of the plotters.
Definition
plotmanager.h:19
Plotter
Class representing a Plotter.
Definition
plotter.h:115
XmlLoader
Reads a configuration from a xml file.
Definition
xmlloader.h:15
genericloader.h
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarpscope
plugin
xmlloader.h
Generated on Wed Jun 4 2025 02:40:10 for YARP by
1.9.8