YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
mainwindow.cpp File Reference
#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>
+ Include dependency graph for mainwindow.cpp:

Go to the source code of this file.

Macros

#define APP_NAME   "yarpmanager"
 

Functions

bool isAbsolute (const char *path)
 

Macro Definition Documentation

◆ APP_NAME

#define APP_NAME   "yarpmanager"

Definition at line 55 of file mainwindow.cpp.

Function Documentation

◆ isAbsolute()

bool isAbsolute ( const char *  path)

Definition at line 60 of file mainwindow.cpp.