#include <ImportImageViewPrivate.hh>
Public Attributes | |
| std::vector< event::ConnectionPtr > | connections |
| A list of gui editor events connected to this view. More... | |
| QGraphicsItem * | currentMouseItem |
| Editor item currently attached to the mouse during a drawing. More... | |
| ImportImageDialog * | dialog |
| Parent widget, which is the dialog. More... | |
| bool | drawDistanceEnabled |
| Indicates if it is allowed to draw on the view or not. More... | |
| bool | drawInProgress |
| Indicate whether or not a drawing operation is taking place. More... | |
| GridLines * | gridLines |
| Grid lines drawn on the background of the editor. More... | |
| QGraphicsPixmapItem * | imageItem |
| Currently selected image item. More... | |
| QPixmap * | imagePixmap |
| Currently selected image pixmap. More... | |
| int | imageWidthPx |
| Width of the image in pixels. More... | |
| QGraphicsTextItem * | invalidImageText |
| Text to be displayed when an invalid file is selected. More... | |
| MeasureItem * | measureItem |
| Text to be displayed when an invalid file is selected. More... | |
| int | measureScenePx |
| Length of the measure on the scene in pixels. More... | |
| QGraphicsTextItem * | noImageText |
| Text to be displayed when no image has been selected. More... | |
| int | pixmapHeightPx |
| Height of the pixmap in pixels. More... | |
| int | pixmapWidthPx |
| Width of the pixmap in pixels. More... | |
| std::vector<event::ConnectionPtr> gazebo::gui::ImportImageViewPrivate::connections |
A list of gui editor events connected to this view.
| QGraphicsItem* gazebo::gui::ImportImageViewPrivate::currentMouseItem |
Editor item currently attached to the mouse during a drawing.
operation.
| ImportImageDialog* gazebo::gui::ImportImageViewPrivate::dialog |
Parent widget, which is the dialog.
| bool gazebo::gui::ImportImageViewPrivate::drawDistanceEnabled |
Indicates if it is allowed to draw on the view or not.
| bool gazebo::gui::ImportImageViewPrivate::drawInProgress |
Indicate whether or not a drawing operation is taking place.
| GridLines* gazebo::gui::ImportImageViewPrivate::gridLines |
Grid lines drawn on the background of the editor.
| QGraphicsPixmapItem* gazebo::gui::ImportImageViewPrivate::imageItem |
Currently selected image item.
| QPixmap* gazebo::gui::ImportImageViewPrivate::imagePixmap |
Currently selected image pixmap.
| int gazebo::gui::ImportImageViewPrivate::imageWidthPx |
Width of the image in pixels.
| QGraphicsTextItem* gazebo::gui::ImportImageViewPrivate::invalidImageText |
Text to be displayed when an invalid file is selected.
| MeasureItem* gazebo::gui::ImportImageViewPrivate::measureItem |
Text to be displayed when an invalid file is selected.
| int gazebo::gui::ImportImageViewPrivate::measureScenePx |
Length of the measure on the scene in pixels.
| QGraphicsTextItem* gazebo::gui::ImportImageViewPrivate::noImageText |
Text to be displayed when no image has been selected.
| int gazebo::gui::ImportImageViewPrivate::pixmapHeightPx |
Height of the pixmap in pixels.
| int gazebo::gui::ImportImageViewPrivate::pixmapWidthPx |
Width of the pixmap in pixels.