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 | altitude |
The altitude of the image (net coordinates in z-direction, in m) | |
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) | |
SUMOReal | centerZ |
The center of the image in z-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 y-direction, in m) | |
FXImage * | image |
The image pointer for later cleanup. | |
bool | initialised |
Whether this image was initialised (inserted as a texture) | |
SUMOReal | layer |
The layer of the image. | |
SUMOReal | roll |
The roll of the image to the ground plane (in degrees) | |
SUMOReal | rot |
The rotation of the image in the ground plane (in degrees) | |
bool | skip2D |
Whether this image should be skipped in 2D-views. | |
SUMOReal | tilt |
The tilt of the image to the ground plane (in degrees) | |
SUMOReal | width |
The width of the image (net coordinates in x-direction, in m) |
A decal (an image) that can be shown.
Definition at line 245 of file GUISUMOAbstractView.h.
|
inline |
Constructor.
Definition at line 247 of file GUISUMOAbstractView.h.
SUMOReal GUISUMOAbstractView::Decal::altitude |
The altitude of the image (net coordinates in z-direction, in m)
Definition at line 265 of file GUISUMOAbstractView.h.
Referenced by GUISettingsHandler::myStartElement(), and GUIDialog_ViewSettings::saveDecals().
SUMOReal GUISUMOAbstractView::Decal::centerX |
The center of the image in x-direction (net coordinates, in m)
Definition at line 255 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 257 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
SUMOReal GUISUMOAbstractView::Decal::centerZ |
The center of the image in z-direction (net coordinates, in m)
Definition at line 259 of file GUISUMOAbstractView.h.
Referenced by GUISettingsHandler::myStartElement(), and GUIDialog_ViewSettings::saveDecals().
std::string GUISUMOAbstractView::Decal::filename |
The path to the file the image is located at.
Definition at line 253 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 279 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals().
SUMOReal GUISUMOAbstractView::Decal::height |
The height of the image (net coordinates in y-direction, in m)
Definition at line 263 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
FXImage* GUISUMOAbstractView::Decal::image |
The image pointer for later cleanup.
Definition at line 281 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals().
bool GUISUMOAbstractView::Decal::initialised |
Whether this image was initialised (inserted as a texture)
Definition at line 275 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), and GUIDialog_ViewSettings::onCmdEditTable().
SUMOReal GUISUMOAbstractView::Decal::layer |
The layer of the image.
Definition at line 273 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
SUMOReal GUISUMOAbstractView::Decal::roll |
The roll of the image to the ground plane (in degrees)
Definition at line 271 of file GUISUMOAbstractView.h.
Referenced by GUISettingsHandler::myStartElement(), and GUIDialog_ViewSettings::saveDecals().
SUMOReal GUISUMOAbstractView::Decal::rot |
The rotation of the image in the ground plane (in degrees)
Definition at line 267 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
bool GUISUMOAbstractView::Decal::skip2D |
Whether this image should be skipped in 2D-views.
Definition at line 277 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals().
SUMOReal GUISUMOAbstractView::Decal::tilt |
The tilt of the image to the ground plane (in degrees)
Definition at line 269 of file GUISUMOAbstractView.h.
Referenced by GUISettingsHandler::myStartElement(), and GUIDialog_ViewSettings::saveDecals().
SUMOReal GUISUMOAbstractView::Decal::width |
The width of the image (net coordinates in x-direction, in m)
Definition at line 261 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().