Gazebo Gui

API Reference

9.0.0~pre1
Application.hh File Reference
#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.

Classes

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...
 

Namespaces

namespace  gz
 
namespace  gz::gui
 
namespace  tinyxml2
 

Enumerations

enum class  WindowType : int { kMainWindow = 0 , kDialog = 1 }
 Type of window which the application will display. More...
 

Functions

ApplicationApp ()
 Get current running application, this is a cast of qGuiApp.