Go to the documentation of this file.
18 #ifndef GZ_GUI_CONVERSIONS_HH_
19 #define GZ_GUI_CONVERSIONS_HH_
22 #pragma warning(push, 0)
24 #include <gz/msgs/time.pb.h>
28 #include <gz/common/Time.hh>
29 #include <gz/math/Color.hh>
30 #include <gz/math/Vector2.hh>
31 #include <gz/math/Vector3.hh>
34 #include "gz/gui/Export.hh"
94 common::Time
convert(
const msgs::Time &_t);
100 msgs::Time
convert(
const common::Time &_t);
Vector2< double > Vector2d
QColor convert(const math::Color &_color)
Return the equivalent qt color.
Vector3< double > Vector3d