SUMO - Simulation of Urban MObility
|
A decal (an image) that can be shown. More...
#include <GUISUMOAbstractView.h>
Public Member Functions | |
Decal () | |
Constructor. More... | |
Data Fields | |
SUMOReal | altitude |
The altitude of the image (net coordinates in z-direction, in m) More... | |
SUMOReal | centerX |
The center of the image in x-direction (net coordinates, in m) More... | |
SUMOReal | centerY |
The center of the image in y-direction (net coordinates, in m) More... | |
SUMOReal | centerZ |
The center of the image in z-direction (net coordinates, in m) More... | |
std::string | filename |
The path to the file the image is located at. More... | |
int | glID |
whether the decal shall be drawn in screen coordinates, rather than network coordinates More... | |
SUMOReal | height |
The height of the image (net coordinates in y-direction, in m) More... | |
FXImage * | image |
The image pointer for later cleanup. More... | |
bool | initialised |
Whether this image was initialised (inserted as a texture) More... | |
SUMOReal | layer |
The layer of the image. More... | |
SUMOReal | roll |
The roll of the image to the ground plane (in degrees) More... | |
SUMOReal | rot |
The rotation of the image in the ground plane (in degrees) More... | |
bool | screenRelative |
Whether this image should be skipped in 2D-views. More... | |
bool | skip2D |
Whether this image should be skipped in 2D-views. More... | |
SUMOReal | tilt |
The tilt of the image to the ground plane (in degrees) More... | |
SUMOReal | width |
The width of the image (net coordinates in x-direction, in m) More... | |
A decal (an image) that can be shown.
Definition at line 269 of file GUISUMOAbstractView.h.
GUISUMOAbstractView::Decal::Decal | ( | ) |
Constructor.
Definition at line 1278 of file GUISUMOAbstractView.cpp.
SUMOReal GUISUMOAbstractView::Decal::altitude |
The altitude of the image (net coordinates in z-direction, in m)
Definition at line 286 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 276 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::checkGDALImage(), 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 278 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::checkGDALImage(), 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 280 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 274 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::checkGDALImage(), GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
int GUISUMOAbstractView::Decal::glID |
whether the decal shall be drawn in screen coordinates, rather than network coordinates
Definition at line 302 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 284 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::checkGDALImage(), 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 304 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals().
bool GUISUMOAbstractView::Decal::initialised |
Whether this image was initialised (inserted as a texture)
Definition at line 296 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 294 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 292 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 288 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
bool GUISUMOAbstractView::Decal::screenRelative |
Whether this image should be skipped in 2D-views.
Definition at line 300 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 298 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 290 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 282 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::checkGDALImage(), GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().