Go to the documentation of this file.
17#ifndef GZ_GUI_WORLDCONTROLEVENTLISTENER_HH_
18#define GZ_GUI_WORLDCONTROLEVENTLISTENER_HH_
26# define WorldControl_EXPORTS_API __attribute__ ((visibility ("default")))
28# if (defined(WorldControl_EXPORTS))
29# define WorldControl_EXPORTS_API __declspec(dllexport)
31# define WorldControl_EXPORTS_API __declspec(dllimport)
55 public:
bool listenedToPlay{
false};
58 public:
bool listenedToPause{
false};
61 public:
bool listenedToStep{
false};
64 public:
bool listenedToReset{
false};