#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "gz/gui/qt.h"
#include "gz/gui/Export.hh"
#include <gz/utils/ImplPtr.hh>
Go to the source code of this file.
|  | 
| class | Application | 
|  | A Gazebo GUI application loads a QML engine and provides an API to load plugins and configuration files. The application supports either running a single main window or several plugins as standalone dialogs.  More... 
 | 
|  | 
|  | 
| Application * | App () | 
|  | Get current running application, this is a cast of qGuiApp. 
 | 
|  |