#include <GUISUMOAbstractView.h>
Definition at line 216 of file 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). | |
| GUISUMOAbstractView::Decal::Decal | ( | ) | [inline] |
Constructor.
Definition at line 218 of file GUISUMOAbstractView.h.
00219 : filename(), centerX(0), centerY(0), 00220 width(1000), height(1000), rot(0), 00221 initialised(false), glID(-1) { }
| SUMOReal GUISUMOAbstractView::Decal::centerX |
The center of the image in x-direction (net coordinates, in m).
Definition at line 226 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 228 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 224 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
The gl-id of the texture that holds this image.
Definition at line 238 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals().
| SUMOReal GUISUMOAbstractView::Decal::height |
The height of the image (net coordinates, in m).
Definition at line 232 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
Whether this image was initialised (inserted as a texture).
Definition at line 236 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 234 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 230 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdEditTable(), GUIDialog_ViewSettings::rebuildList(), and GUIDialog_ViewSettings::saveDecals().
1.5.6