Conversions.hh File Reference
#include <ignition/msgs/time.pb.h>#include <ignition/common/KeyEvent.hh>#include <ignition/common/MouseEvent.hh>#include <ignition/common/Time.hh>#include <ignition/math/Color.hh>#include <ignition/math/Vector2.hh>#include <ignition/math/Vector3.hh>#include "ignition/gui/qt.h"#include "ignition/gui/Export.hh"Go to the source code of this file.
Namespaces | |
| ignition | |
| ignition::common | |
| ignition::gui | |
Functions | |
| QColor | convert (const math::Color &_color) |
| Return the equivalent Qt color. More... | |
| math::Color | convert (const QColor &_color) |
| Return the equivalent Ignition color. More... | |
| QPointF | convert (const math::Vector2d &_pt) |
| Return the equivalent QPointF. More... | |
| math::Vector2d | convert (const QPointF &_pt) |
| Return the equivalent Ignition vector. More... | |
| QVector3D | convert (const math::Vector3d &_vec) |
| Return the equivalent Qt vector 3d. More... | |
| math::Vector3d | convert (const QVector3D &_vec) |
| Return the equivalent Ignition vector 3d. More... | |
| common::MouseEvent | convert (const QMouseEvent &_e) |
| Return the equivalent Ignition mouse event. More... | |
| common::MouseEvent | convert (const QWheelEvent &_e) |
| Return the equivalent Ignition mouse event. More... | |
| common::KeyEvent | convert (const QKeyEvent &_e) |
| Return the equivalent ignition key event. More... | |