|
SUMO - Simulation of Urban MObility
|
A decal (an image) that can be shown. More...
#include <GUISUMOAbstractView.h>
Public Member Functions | |
| Decal () | |
| Constructor. | |
Data Fields | |
| SUMOReal | centerX |
| The center of the image in x-direction (net coordinates, in m) | |
| SUMOReal | centerY |
| The center of the image in y-direction (net coordinates, in m) | |
| std::string | filename |
| The path to the file the image is located at. | |
| int | glID |
| The gl-id of the texture that holds this image. | |
| SUMOReal | height |
| The height of the image (net coordinates, in m) | |
| bool | initialised |
| Whether this image was initialised (inserted as a texture) | |
| SUMOReal | rot |
| The rotation of the image (in degrees) | |
| SUMOReal | width |
| The width of the image (net coordinates, in m) | |
A decal (an image) that can be shown.
Definition at line 246 of file GUISUMOAbstractView.h.
|
inline |
Constructor.
Definition at line 248 of file GUISUMOAbstractView.h.
| SUMOReal GUISUMOAbstractView::Decal::centerX |
The center of the image in x-direction (net coordinates, in m)
Definition at line 256 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
| SUMOReal GUISUMOAbstractView::Decal::centerY |
The center of the image in y-direction (net coordinates, in m)
Definition at line 258 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
| std::string GUISUMOAbstractView::Decal::filename |
The path to the file the image is located at.
Definition at line 254 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
| int GUISUMOAbstractView::Decal::glID |
The gl-id of the texture that holds this image.
Definition at line 268 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals().
| SUMOReal GUISUMOAbstractView::Decal::height |
The height of the image (net coordinates, in m)
Definition at line 262 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
| bool GUISUMOAbstractView::Decal::initialised |
Whether this image was initialised (inserted as a texture)
Definition at line 266 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), and GUIDialog_ViewSettings::onCmdEditTable().
| SUMOReal GUISUMOAbstractView::Decal::rot |
The rotation of the image (in degrees)
Definition at line 264 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
| SUMOReal GUISUMOAbstractView::Decal::width |
The width of the image (net coordinates, in m)
Definition at line 260 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().