#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <yarp/conf/version.h>
#include <yarp/conf/filesystem.h>
#include <yarp/os/Log.h>
#include <yarp/os/ResourceFinder.h>
#include <dirent.h>
#include <yarp/manager/xmlapploader.h>
#include <yarp/manager/xmltemploader.h>
#include <yarp/manager/localbroker.h>
#include <yarp/profiler/NetworkProfiler.h>
#include "moduleviewwidget.h"
#include "applicationviewwidget.h"
#include "resourceviewwidget.h"
#include "yarpbuilderlib.h"
#include "template_res.h"
#include "aboutdlg.h"
#include <QGridLayout>
#include <QMessageBox>
#include <QFileDialog>
#include <QDesktopServices>
#include <QInputDialog>
#include <QWizardPage>
#include <QLabel>
#include <QLineEdit>
#include <unistd.h>
#include <cerrno>
#include <csignal>
#include <sys/types.h>
#include <sys/wait.h>
Go to the source code of this file.
◆ APP_NAME
#define APP_NAME "yarpmanager" |
◆ isAbsolute()
bool isAbsolute |
( |
const char * |
path | ) |
|