YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarpbuilderlib.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#ifndef YARPBUILDERLIB_H
7#define YARPBUILDERLIB_H
8
9#include "builderwindow.h"
12#include "safe_manager.h"
13
14using namespace yarp::manager;
15
17{
18
19public:
21 static BuilderWindow *getBuilder(Application *app, Manager *lazyManager, SafeManager *manager,bool editingMode);
22
23};
24
25#endif // YARPBUILDERLIB_H
Class Application.
Class Manager.
Definition manager.h:20
#define YARPBUILDERLIBSHARED_EXPORT