![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GUISUMOAbstractView.h>
Data Structures | |
struct | Decal |
A decal (an image) that can be shown. More... | |
Public Member Functions | |
void | addDecals (const std::vector< Decal > &decals) |
add decals More... | |
virtual void | buildColorRainbow (const GUIVisualizationSettings &, GUIColorScheme &, int, GUIGlObjectType, bool hide=false, double hideThreshold=0, bool hide2=false, double hideThreshold2=0) |
recalibrate color scheme according to the current value range More... | |
virtual void | buildViewToolBars (GUIGlChildWindow *) |
builds the view toolbars More... | |
void | centerTo (const Boundary &bound) |
centers to the chosen artifact More... | |
virtual void | centerTo (const Position &pos, bool applyZoom, double zoomDist=20) |
centers to the chosen position More... | |
virtual void | centerTo (GUIGlID id, bool applyZoom, double zoomDist=20) |
centers to the chosen artifact More... | |
virtual void | copyViewportTo (GUISUMOAbstractView *view) |
copy the viewport to the given view More... | |
void | destroyPopup () |
destroys the popup More... | |
GUIVisualizationSettings * | editVisualisationSettings () const |
edit visualization settings (allow modify VisualizationSetings, use carefully) More... | |
GUIPerspectiveChanger & | getChanger () const |
get changer More... | |
FXComboBox * | getColoringSchemesCombo () |
get coloring schemes combo More... | |
double | getDelay () const |
Returns the delay of the parent application. More... | |
virtual std::vector< std::string > | getEdgeDataAttrs () const |
return list of loaded edgeData attributes More... | |
virtual std::vector< std::string > | getEdgeLaneParamKeys (bool) const |
return list of available edge parameters More... | |
double | getFPS () const |
retrieve FPS More... | |
double | getGridHeight () const |
get grid height More... | |
double | getGridWidth () const |
get grid width More... | |
GUIMainWindow * | getMainWindow () const |
get main window More... | |
virtual std::vector< std::string > | getMeanDataAttrs (const std::string &meanDataID) const |
return list of available attributes for the given meanData id More... | |
virtual std::vector< std::string > | getMeanDataIDs () const |
return list of loaded edgeData ids (being computed in the current simulation) More... | |
virtual std::vector< std::string > | getPOIParamKeys () const |
return list of available vehicle parameters More... | |
const Position & | getPopupPosition () const |
get position of current popup More... | |
virtual Position | getPositionInformation () const |
Returns the cursor's x/y position within the network. More... | |
virtual std::vector< std::string > | getRelDataAttrs () const |
return list of loaded edgeRelation and tazRelation attributes More... | |
virtual GUIGlID | getTrackedID () const |
get tracked id More... | |
virtual std::vector< std::string > | getVehicleParamKeys (bool) const |
return list of available vehicle parameters More... | |
GUIDialog_EditViewport * | getViewportEditor () |
get the viewport and create it on first access More... | |
Boundary | getVisibleBoundary () const |
get visible boundary More... | |
const GUIVisualizationSettings & | getVisualisationSettings () const |
get visualization settings (read only) More... | |
Position | getWindowCursorPosition () const |
return windows cursor position More... | |
GUISUMOAbstractView (FXComposite *p, GUIMainWindow &app, GUIGlChildWindow *parent, const SUMORTree &grid, FXGLVisual *glVis, FXGLCanvas *share) | |
constructor More... | |
virtual bool | is3DView () const |
return whether this is a 3D view More... | |
bool | isInEditMode () |
returns true, if the edit button was pressed More... | |
double | m2p (double meter) const |
meter-to-pixels conversion method More... | |
FXbool | makeCurrent () |
A reimplementation due to some internal reasons. More... | |
virtual long | onCmdAddRerouter (FXObject *, FXSelector, void *) |
virtual long | onCmdCloseEdge (FXObject *, FXSelector, void *) |
virtual long | onCmdCloseLane (FXObject *, FXSelector, void *) |
interaction with the simulation More... | |
virtual long | onCmdShowReachability (FXObject *, FXSelector, void *) |
highlight edges according to reachability More... | |
virtual long | onConfigure (FXObject *, FXSelector, void *) |
mouse functions More... | |
virtual long | onDoubleClicked (FXObject *, FXSelector, void *) |
virtual void | onGamingClick (Position) |
on gaming click More... | |
virtual void | onGamingRightClick (Position) |
virtual long | onKeyPress (FXObject *o, FXSelector sel, void *data) |
keyboard functions More... | |
virtual long | onKeyRelease (FXObject *o, FXSelector sel, void *data) |
virtual long | onLeftBtnPress (FXObject *, FXSelector, void *) |
virtual long | onLeftBtnRelease (FXObject *, FXSelector, void *) |
virtual long | onMiddleBtnPress (FXObject *, FXSelector, void *) |
virtual long | onMiddleBtnRelease (FXObject *, FXSelector, void *) |
virtual long | onMouseLeft (FXObject *, FXSelector, void *) |
virtual long | onMouseMove (FXObject *, FXSelector, void *) |
virtual long | onMouseWheel (FXObject *, FXSelector, void *) |
virtual long | onPaint (FXObject *, FXSelector, void *) |
virtual long | onRightBtnPress (FXObject *, FXSelector, void *) |
virtual long | onRightBtnRelease (FXObject *, FXSelector, void *) |
virtual long | onVisualizationChange (FXObject *, FXSelector, void *) |
hook to react on change in visualization settings More... | |
void | openObjectDialog (const std::vector< GUIGlObject * > &objects) |
open object dialog for the given object More... | |
virtual void | openObjectDialogAtCursor (const FXEvent *ev) |
open object dialog at the cursor position More... | |
double | p2m (double pixel) const |
pixels-to-meters conversion method More... | |
virtual void | recalculateBoundaries ()=0 |
recalculate boundaries More... | |
virtual void | recenterView () |
recenters the view More... | |
void | remove (GUIDialog_EditViewport *) |
remove viewport More... | |
void | remove (GUIDialog_ViewSettings *) |
remove view settings More... | |
void | replacePopup (GUIGLObjectPopupMenu *popUp) |
replace PopUp More... | |
virtual const std::vector< SUMOTime > | retrieveBreakpoints () const |
retrieve breakpoints if provided by the application More... | |
Position | screenPos2NetPos (int x, int y) const |
Translate screen position to network position. More... | |
void | setBreakpoints (const std::vector< SUMOTime > &breakpoints) |
Sets the breakpoints of the parent application. More... | |
virtual bool | setColorScheme (const std::string &) |
set color scheme More... | |
void | setDelay (double delay) |
Sets the delay of the parent application. More... | |
virtual void | setViewportFromToRot (const Position &lookFrom, const Position &lookAt, double rotation) |
applies the given viewport settings More... | |
void | setWindowCursorPosition (FXint x, FXint y) |
Returns the gl-id of the object under the given coordinates. More... | |
virtual void | showViewportEditor () |
show viewport editor More... | |
void | showViewschemeEditor () |
show viewsscheme editor More... | |
Position | snapToActiveGrid (const Position &pos, bool snapXY=true) const |
Returns a position that is mapped to the closest grid point if the grid is active. More... | |
virtual void | startTrack (int) |
star track More... | |
virtual void | stopTrack () |
stop track More... | |
void | updateToolTip () |
A method that updates the tooltip. More... | |
virtual void | updateViewportValues () |
update the viewport chooser with the current view values More... | |
virtual void | zoom2Pos (Position &camera, Position &lookAt, double zoom) |
zoom interface for 3D view More... | |
virtual | ~GUISUMOAbstractView () |
destructor More... | |
Dealing with snapshots | |
void | addSnapshot (SUMOTime time, const std::string &file, const int w=-1, const int h=-1) |
Sets the snapshot time to file map. More... | |
std::string | makeSnapshot (const std::string &destFile, const int w=-1, const int h=-1) |
Takes a snapshots and writes it into the given file. More... | |
virtual void | saveFrame (const std::string &destFile, FXColor *buf) |
Adds a frame to a video snapshot which will be initialized if necessary. More... | |
virtual void | endSnapshot () |
Ends a video snapshot. More... | |
virtual void | checkSnapshots () |
Checks whether it is time for a snapshot. More... | |
void | waitForSnapshots (const SUMOTime snapshotTime) |
virtual SUMOTime | getCurrentTimeStep () const |
get the current simulation time More... | |
Additional visualisations | |
bool | addAdditionalGLVisualisation (GUIGlObject *const which) |
Adds an object to call its additional visualisation method. More... | |
bool | removeAdditionalGLVisualisation (GUIGlObject *const which) |
Removes an object from the list of objects that show additional things. More... | |
bool | isAdditionalGLVisualisationEnabled (GUIGlObject *const which) const |
Check if an object is added in the additional GL visualitation. More... | |
Protected Member Functions | |
Boundary | applyGLTransform (bool fixRatio=true) |
applies gl-transformations to fit the Boundary given by myChanger onto the canvas. If fixRatio is true, this boundary will be enlarged to prevent anisotropic stretching. (this should be set to false when doing selections) More... | |
FXImage * | checkGDALImage (Decal &d) |
check whether we can read image data or position with gdal More... | |
void | displayColorLegend (const GUIColorScheme &scheme, bool leftSide) |
Draws a legend for the given scheme. More... | |
void | displayLegend () |
Draws a line with ticks, and the length information. More... | |
void | displayLegends () |
Draws the configured legends. More... | |
virtual void | doInit () |
doInit More... | |
virtual int | doPaintGL (int, const Boundary &) |
paint GL More... | |
void | drawDecals () |
Draws the stored decals. More... | |
void | drawFPS () |
Draws frames-per-second indicator. More... | |
std::vector< GUIGlObject * > | filterInernalLanes (const std::vector< GUIGlObject * > &objects) const |
filter internal lanes in Objects under cursor More... | |
std::vector< GUIGlObject * > | getGUIGlObjectsAtPosition (Position pos, double radius) |
returns the GUIGlObjects at position within the given (rectangular) radius using GL_SELECT More... | |
std::vector< GUIGlObject * > | getGUIGlObjectsUnderCursor () |
returns the GUIGlObject under the cursor using GL_SELECT (including overlapped objects) More... | |
std::vector< GUIGlObject * > | getGUIGlObjectsUnderSnappedCursor () |
returns the GUIGlObject under the gripped cursor using GL_SELECT (including overlapped objects) More... | |
virtual GUILane * | getLaneUnderCursor () |
returns the GUILane at cursor position (implementation depends on view) More... | |
GUIGlID | getObjectAtPosition (Position pos) |
returns the id of the object at position using GL_SELECT More... | |
std::vector< GUIGlID > | getObjectsAtPosition (Position pos, double radius) |
returns the ids of the object at position within the given (rectangular) radius using GL_SELECT More... | |
std::vector< GUIGlID > | getObjectsInBoundary (Boundary bound, bool singlePosition) |
returns the ids of all objects in the given boundary More... | |
std::vector< GUIGlID > | getObjectsUnderCursor () |
returns the id of the objects under the cursor using GL_SELECT (including overlapped objects) More... | |
GUIGlID | getObjectUnderCursor () |
returns the id of the front object under the cursor using GL_SELECT More... | |
void | openPopupDialog () |
open popup dialog More... | |
void | paintGL () |
FOX needs this. More... | |
void | paintGLGrid () |
paints a grid More... | |
bool | showToolTipFor (const GUIGlID idToolTip) |
invokes the tooltip for the given object More... | |
virtual void | updatePositionInformationLabel () const |
update position information labels More... | |
Protected Attributes | |
std::map< GUIGlObject *, int > | myAdditionallyDrawn |
List of objects for which GUIGlObject::drawGLAdditional is called. More... | |
bool | myAmInitialised |
Internal information whether doInit() was called. More... | |
GUIMainWindow * | myApp |
The application. More... | |
GUIPerspectiveChanger * | myChanger |
The perspective changer. More... | |
Position | myClickedPopupPosition = Position::INVALID |
clicked poup position More... | |
std::vector< GUIGlObject * > | myCurrentObjectsDialog |
vector with current objects dialog More... | |
long | myFrameDrawTime |
counter for measuring rendering time More... | |
const SUMORTree * | myGrid |
The visualization speed-up. More... | |
bool | myInEditMode = false |
Information whether too-tip informations shall be generated. More... | |
int | myMouseHotspotX |
Offset to the mouse-hotspot from the mouse position. More... | |
int | myMouseHotspotY |
bool | myPanning = false |
Panning flag. More... | |
GUIGlChildWindow * | myParent |
The parent window. More... | |
FXMutex | myPolyDrawLock |
poly draw lock More... | |
GUIGLObjectPopupMenu * | myPopup = nullptr |
The current popup-menu. More... | |
Position | myPopupPosition = Position(0, 0) |
The current popup-menu position. More... | |
FXCondition | mySnapshotCondition |
the semaphore when waiting for snapshots to finish More... | |
std::map< SUMOTime, std::vector< std::tuple< std::string, int, int > > > | mySnapshots |
Snapshots. More... | |
FXMutex | mySnapshotsMutex |
The mutex to use before accessing the decals list in order to avoid thread conflicts. More... | |
GUIDialog_EditViewport * | myViewportChooser |
viewport chooser More... | |
GUIDialog_ViewSettings * | myVisualizationChanger |
Visualization changer. More... | |
GUIVisualizationSettings * | myVisualizationSettings |
visualization settings More... | |
FXint | myWindowCursorPositionX |
Position of the cursor relative to the window. More... | |
FXint | myWindowCursorPositionY |
Optionally shown decals | |
The list of decals to show | |
std::vector< Decal > | myDecals |
FXMutex | myDecalsLock |
The mutex to use before accessing the decals list in order to avoid thread conflicts. More... | |
Static Private Attributes | |
static const double | SENSITIVITY = 0.1 |
This class is meant to be pure virtual later; It shall be the main class to inherit views of the simulation (micro- or macroscopic ones) from it.
Definition at line 70 of file GUISUMOAbstractView.h.
GUISUMOAbstractView::GUISUMOAbstractView | ( | FXComposite * | p, |
GUIMainWindow & | app, | ||
GUIGlChildWindow * | parent, | ||
const SUMORTree & | grid, | ||
FXGLVisual * | glVis, | ||
FXGLCanvas * | share | ||
) |
constructor
Definition at line 136 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::gaming, GUICompleteSchemeStorage::getDecals(), GUICompleteSchemeStorage::getDefault(), gSchemeStorage, and GUICompleteSchemeStorage::setViewport().
|
virtual |
destructor
Definition at line 161 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZPos(), gSchemeStorage, myAdditionallyDrawn, myChanger, myDecals, myPopup, myViewportChooser, myVisualizationChanger, myVisualizationSettings, GUIVisualizationSettings::name, GUICompleteSchemeStorage::saveDecals(), GUICompleteSchemeStorage::saveViewport(), and GUICompleteSchemeStorage::setDefault().
bool GUISUMOAbstractView::addAdditionalGLVisualisation | ( | GUIGlObject *const | which | ) |
Adds an object to call its additional visualisation method.
[in] | which | The object to add |
Definition at line 1820 of file GUISUMOAbstractView.cpp.
References myAdditionallyDrawn.
Referenced by GUIBaseVehicle::addActiveAddVisualisation(), GUIPerson::addActiveAddVisualisation(), and GUIVehicle::drawOutsideNetwork().
void GUISUMOAbstractView::addDecals | ( | const std::vector< Decal > & | decals | ) |
add decals
Definition at line 240 of file GUISUMOAbstractView.cpp.
References myDecals.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded(), and GUIApplicationWindow::handleEvent_SimulationLoaded().
void GUISUMOAbstractView::addSnapshot | ( | SUMOTime | time, |
const std::string & | file, | ||
const int | w = -1 , |
||
const int | h = -1 |
||
) |
Sets the snapshot time to file map.
[in] | snaps | The snapshots to take at certain times |
[in] | w | The snapshot image width |
[in] | w | The snapshot image height |
Definition at line 1313 of file GUISUMOAbstractView.cpp.
References mySnapshots, and mySnapshotsMutex.
Referenced by GUIViewTraffic::checkSnapshots(), and GUISettingsHandler::setSnapshots().
|
protected |
applies gl-transformations to fit the Boundary given by myChanger onto the canvas. If fixRatio is true, this boundary will be enlarged to prevent anisotropic stretching. (this should be set to false when doing selections)
Definition at line 1858 of file GUISUMOAbstractView.cpp.
References Boundary::add(), GUIVisualizationSettings::angle, DEG2RAD, Boundary::getCenter(), Boundary::getHeight(), GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), GLO_MAX, myChanger, myVisualizationSettings, Position::rotateAround2D(), Position::x(), Boundary::xmax(), Boundary::xmin(), Position::y(), Boundary::ymax(), and Boundary::ymin().
Referenced by getObjectsInBoundary(), makeSnapshot(), and paintGL().
|
inlinevirtual |
recalibrate color scheme according to the current value range
Reimplemented in GUIViewTraffic, and GNEViewNet.
Definition at line 246 of file GUISUMOAbstractView.h.
References UNUSED_PARAMETER.
Referenced by GUIDialog_ViewSettings::onCmdColorChange().
|
inlinevirtual |
builds the view toolbars
Reimplemented in GUIViewTraffic, and GNEViewNet.
Definition at line 84 of file GUISUMOAbstractView.h.
Referenced by GUISUMOViewParent::init().
void GUISUMOAbstractView::centerTo | ( | const Boundary & | bound | ) |
centers to the chosen artifact
Definition at line 920 of file GUISUMOAbstractView.cpp.
References myChanger, and GUIPerspectiveChanger::setViewport().
|
virtual |
centers to the chosen position
[in] | pos | Position to center view |
[in] | applyZoom | Whether to zoom in |
[in] | zoomDist | The distance in m to use for the zoom, values < 0 means: use the centeringBoundary |
Definition at line 912 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::centerTo(), myChanger, and updatePositionInformationLabel().
|
virtual |
centers to the chosen artifact
[in] | id | The id of the artifact to center to |
[in] | applyZoom | Whether to zoom in |
[in] | zoomDist | The distance in m to use for the zoom, values < 0 means: use the centeringBoundary |
Definition at line 895 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::centerTo(), Boundary::getCenter(), GUIGlObject::getCenteringBoundary(), GUIGlObjectStorage::getObjectBlocking(), GUIGlObjectStorage::gIDStorage, myChanger, GUIPerspectiveChanger::setViewport(), GUIGlObjectStorage::unblockObject(), and updatePositionInformationLabel().
Referenced by GNERouteHandler::buildContainerPlan(), GNEAdditionalHandler::buildEdgeCalibrator(), GNEAdditionalHandler::buildLaneCalibrator(), GNERouteHandler::buildPersonPlan(), GNEAdditionalHandler::buildRouteProbe(), GNEAdditionalHandler::buildVaporizer(), GNEVehicleFrame::buildVehicleOverRoute(), GUIGLObjectPopupMenu::onCmdCenter(), GNEElementTree::onCmdCenterItem(), paintGL(), and GUIGlChildWindow::setView().
|
protected |
check whether we can read image data or position with gdal
Definition at line 1668 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, GUISUMOAbstractView::Decal::filename, getGridHeight(), getGridWidth(), GeoConvHelper::getProcessing(), GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::width, WRITE_WARNING, Position::x(), and Position::y().
Referenced by drawDecals().
|
virtual |
Checks whether it is time for a snapshot.
Reimplemented in GUIViewTraffic.
Definition at line 1479 of file GUISUMOAbstractView.cpp.
References DELTA_T, getCurrentTimeStep(), joinToString(), makeSnapshot(), mySnapshotCondition, mySnapshots, mySnapshotsMutex, toString(), and WRITE_WARNING.
Referenced by GUIViewTraffic::checkSnapshots(), onConfigure(), and GUISUMOViewParent::onSimStep().
|
virtual |
copy the viewport to the given view
Definition at line 1586 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZPos(), myChanger, and setViewportFromToRot().
Referenced by GUIApplicationWindow::openNewView().
void GUISUMOAbstractView::destroyPopup | ( | ) |
destroys the popup
Definition at line 990 of file GUISUMOAbstractView.cpp.
References myCurrentObjectsDialog, myPopup, myPopupPosition, and Position::set().
Referenced by GNEApplicationWindow::clearUndoList(), GNENet::computeAndUpdate(), GNEViewNet::onCmdAddJoinTLS(), GNEViewNet::onCmdAddTLS(), GNEViewNet::onCmdClearConnections(), GNEViewNet::onCmdConvertRoundabout(), GUICursorDialog::onCmdDeleteElement(), GNEViewNet::onCmdEditConnectionShape(), GNEViewNet::onCmdEditCrossingShape(), GNEViewNet::onCmdEditJunctionShape(), GNEViewNet::onCmdEditLaneShape(), GNEViewNet::onCmdEditWalkingAreaShape(), GNEViewNet::onCmdReplaceJunction(), GNEViewNet::onCmdResetConnections(), GNEViewNet::onCmdResetEdgeEndPoints(), GNEViewNet::onCmdResetJunctionShape(), GUICursorDialog::onCmdSelectElement(), GNEViewNet::onCmdSelectRoundabout(), GUICursorDialog::onCmdSetFrontElement(), GNEViewNet::onCmdSmoothConnectionShape(), GNEViewNet::onCmdSplitJunction(), GNEViewNet::onCmdSplitJunctionReconnect(), GNEInternalLane::onDefault(), onLeftBtnPress(), onLeftBtnRelease(), onMiddleBtnPress(), onMiddleBtnRelease(), onMouseMove(), onRightBtnPress(), onRightBtnRelease(), GNEViewNet::openDeleteDialogAtCursor(), GNEViewNet::openSelectDialogAtCursor(), GNEViewNet::processClick(), and GUIBaseVehicle::~GUIBaseVehicle().
|
protected |
Draws a legend for the given scheme.
Definition at line 715 of file GUISUMOAbstractView.cpp.
References RGBColor::BLACK, GLHelper::drawText(), FONS_ALIGN_LEFT, FONS_ALIGN_RIGHT, GUIPropertyScheme< T >::getColors(), GUIPropertyScheme< T >::getNames(), GUIPropertyScheme< T >::getThresholds(), RGBColor::interpolate(), GUIPropertyScheme< T >::isFixed(), GUIVisualizationSettings::MISSING_DATA, GLHelper::popMatrix(), GLHelper::pushMatrix(), GLHelper::setColor(), std::swap(), toString(), and RGBColor::WHITE.
Referenced by displayLegends().
|
protected |
Draws a line with ticks, and the length information.
Definition at line 636 of file GUISUMOAbstractView.cpp.
References RGBColor::BLACK, GLHelper::drawText(), FONS_ALIGN_LEFT, m2p(), GLHelper::popMatrix(), and GLHelper::pushMatrix().
Referenced by displayLegends().
|
protected |
Draws the configured legends.
Definition at line 702 of file GUISUMOAbstractView.cpp.
References displayColorLegend(), displayLegend(), GUIVisualizationSettings::getLaneEdgeScheme(), GUIPropertySchemeStorage< T >::getScheme(), myVisualizationSettings, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showSizeLegend, GUIVisualizationSettings::showVehicleColorLegend, and GUIVisualizationSettings::vehicleColorer.
Referenced by makeSnapshot(), and paintGL().
|
protectedvirtual |
doInit
Reimplemented in GNEViewNet.
Definition at line 272 of file GUISUMOAbstractView.cpp.
Referenced by onConfigure().
|
protectedvirtual |
paint GL
Reimplemented in GUIViewTraffic, and GNEViewNet.
Definition at line 266 of file GUISUMOAbstractView.cpp.
Referenced by getObjectsInBoundary(), makeSnapshot(), and paintGL().
|
protected |
Draws the stored decals.
Definition at line 1746 of file GUISUMOAbstractView.cpp.
References GUITexturesHelper::add(), checkGDALImage(), GUITexturesHelper::drawTexturedBox(), GUITexturesHelper::getMaxTextureSize(), MFXImageHelper::loadImage(), myDecals, myDecalsLock, p2m(), GLHelper::popMatrix(), GLHelper::popName(), GLHelper::pushMatrix(), GLHelper::pushName(), MFXImageHelper::scalePower2(), screenPos2NetPos(), WRITE_ERROR, Position::x(), and Position::y().
Referenced by GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), and makeSnapshot().
|
protected |
Draws frames-per-second indicator.
Definition at line 854 of file GUISUMOAbstractView.cpp.
References GLHelper::drawText(), FONS_ALIGN_LEFT, getFPS(), GLHelper::getMatrixCounter(), GLHelper::getVertexCounter(), GLHelper::popMatrix(), GLHelper::pushMatrix(), RGBColor::RED, and toString().
Referenced by paintGL().
GUIVisualizationSettings * GUISUMOAbstractView::editVisualisationSettings | ( | ) | const |
edit visualization settings (allow modify VisualizationSetings, use carefully)
Definition at line 1607 of file GUISUMOAbstractView.cpp.
References myVisualizationSettings.
Referenced by GUILane::getParameterWindow(), GUIApplicationWindow::onCmdEditChosen(), and GUIApplicationWindow::onCmdToggleDrawJunctionShape().
|
inlinevirtual |
Ends a video snapshot.
Reimplemented in GUIViewTraffic.
Definition at line 213 of file GUISUMOAbstractView.h.
Referenced by GUISUMOViewParent::onCmdMakeSnapshot().
|
protected |
filter internal lanes in Objects under cursor
Definition at line 551 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::drawJunctionShape, GLO_JUNCTION, GLO_LANE, and myVisualizationSettings.
Referenced by openObjectDialogAtCursor().
GUIPerspectiveChanger & GUISUMOAbstractView::getChanger | ( | ) | const |
get changer
Definition at line 186 of file GUISUMOAbstractView.cpp.
References myChanger.
Referenced by GUISettingsHandler::applyViewport(), GUIDialog_EditViewport::onCmdChanged(), GUIDialog_EditViewport::onCmdLoad(), GUIApplicationWindow::onCmdNetedit(), GNEApplicationWindow::onCmdOpenSUMOGUI(), and GUIDialog_EditViewport::setValues().
FXComboBox * GUISUMOAbstractView::getColoringSchemesCombo | ( | ) |
get coloring schemes combo
Definition at line 1662 of file GUISUMOAbstractView.cpp.
References GUIGlChildWindow::getColoringSchemesCombo(), and myParent.
Referenced by GUISettingsHandler::addSettings(), GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::onCmdSaveSetting().
|
virtual |
get the current simulation time
Reimplemented in GUIViewTraffic.
Definition at line 1521 of file GUISUMOAbstractView.cpp.
Referenced by checkSnapshots().
double GUISUMOAbstractView::getDelay | ( | ) | const |
Returns the delay of the parent application.
Definition at line 1892 of file GUISUMOAbstractView.cpp.
References GUIMainWindow::getDelay(), and myApp.
Referenced by GUIDialog_ViewSettings::onCmdExportSetting().
|
inlinevirtual |
return list of loaded edgeData attributes
Reimplemented in GUIViewTraffic, and GNEViewNet.
Definition at line 256 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrices().
|
inlinevirtual |
return list of available edge parameters
Reimplemented in GUIViewTraffic, and GNEViewNet.
Definition at line 277 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrices().
double GUISUMOAbstractView::getFPS | ( | ) | const |
retrieve FPS
Definition at line 849 of file GUISUMOAbstractView.cpp.
References MAX2(), and myFrameDrawTime.
Referenced by drawFPS(), and GUINet::getParameterWindow().
double GUISUMOAbstractView::getGridHeight | ( | ) | const |
get grid height
Definition at line 1631 of file GUISUMOAbstractView.cpp.
References Boundary::getHeight(), and myGrid.
Referenced by checkGDALImage(), and GUIDialog_ViewSettings::onCmdEditTable().
double GUISUMOAbstractView::getGridWidth | ( | ) | const |
get grid width
Definition at line 1625 of file GUISUMOAbstractView.cpp.
References Boundary::getWidth(), and myGrid.
Referenced by checkGDALImage(), and GUIDialog_ViewSettings::onCmdEditTable().
|
protected |
returns the GUIGlObjects at position within the given (rectangular) radius using GL_SELECT
Definition at line 476 of file GUISUMOAbstractView.cpp.
References Boundary::add(), GUIGlObject::getGlID(), GUIGlObjectStorage::getObjectBlocking(), getObjectsInBoundary(), GUIGlObjectStorage::gIDStorage, Boundary::grow(), and GUIGlObjectStorage::unblockObject().
Referenced by getGUIGlObjectsUnderCursor(), and getGUIGlObjectsUnderSnappedCursor().
|
protected |
returns the GUIGlObject under the cursor using GL_SELECT (including overlapped objects)
Definition at line 393 of file GUISUMOAbstractView.cpp.
References getGUIGlObjectsAtPosition(), getPositionInformation(), and SENSITIVITY.
Referenced by GNEViewNet::onLeftBtnPress(), GNEViewNet::onLeftBtnRelease(), GNEViewNet::openObjectDialogAtCursor(), openObjectDialogAtCursor(), and GNEViewNet::processLeftButtonReleaseNetwork().
|
protected |
returns the GUIGlObject under the gripped cursor using GL_SELECT (including overlapped objects)
Definition at line 399 of file GUISUMOAbstractView.cpp.
References getGUIGlObjectsAtPosition(), getPositionInformation(), SENSITIVITY, and snapToActiveGrid().
Referenced by GNEViewNet::processLeftButtonPressNetwork().
|
protectedvirtual |
returns the GUILane at cursor position (implementation depends on view)
Reimplemented in GUIViewTraffic.
Definition at line 375 of file GUISUMOAbstractView.cpp.
GUIMainWindow * GUISUMOAbstractView::getMainWindow | ( | ) | const |
get main window
Definition at line 927 of file GUISUMOAbstractView.cpp.
References myApp.
Referenced by GUICursorDialog::buildDialogElements(), and GUICursorDialog::onCmdOpenPropertiesPopUp().
|
inlinevirtual |
return list of available attributes for the given meanData id
Reimplemented in GUIViewTraffic.
Definition at line 266 of file GUISUMOAbstractView.h.
References UNUSED_PARAMETER.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrices().
|
inlinevirtual |
return list of loaded edgeData ids (being computed in the current simulation)
Reimplemented in GUIViewTraffic.
Definition at line 261 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrices().
returns the id of the object at position using GL_SELECT
Definition at line 405 of file GUISUMOAbstractView.cpp.
References Boundary::add(), GUIGlObject::getClickPriority(), GUIGlObject::getGlID(), GUIGlObjectStorage::getObjectBlocking(), getObjectsInBoundary(), GUIGlObjectStorage::gIDStorage, Boundary::grow(), SENSITIVITY, and GUIGlObjectStorage::unblockObject().
Referenced by GNEViewNet::getAdditionalAtPopupPosition(), GNEViewNet::getConnectionAtPopupPosition(), GNEViewNet::getCrossingAtPopupPosition(), GNEViewNet::getEdgeAtPopupPosition(), GNEViewNet::getJunctionAtPopupPosition(), GNEViewNet::getLaneAtPopupPosition(), getObjectUnderCursor(), GNEViewNet::getPOIAtPopupPosition(), GNEViewNet::getPolygonAtPopupPosition(), GNEViewNet::getTAZAtPopupPosition(), GNEViewNet::getWalkingAreaAtPopupPosition(), GNEViewNet::onCmdAddEdgeSelected(), GNEViewNet::onCmdAddSelected(), GNEViewNet::onCmdRemoveEdgeSelected(), and GNEViewNet::onCmdRemoveSelected().
|
protected |
returns the ids of the object at position within the given (rectangular) radius using GL_SELECT
Definition at line 441 of file GUISUMOAbstractView.cpp.
References Boundary::add(), GUIGlObject::getGlID(), GUIGlObjectStorage::getObjectBlocking(), getObjectsInBoundary(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_NETWORK, Boundary::grow(), and GUIGlObjectStorage::unblockObject().
Referenced by getObjectsUnderCursor().
|
protected |
returns the ids of all objects in the given boundary
Definition at line 506 of file GUISUMOAbstractView.cpp.
References applyGLTransform(), doPaintGL(), GUIVisualizationSettings::drawForPositionSelection, GUIVisualizationSettings::drawForRectangleSelection, GUIPerspectiveChanger::getViewport(), m2p(), myApp, myChanger, myVisualizationSettings, GUIVisualizationSettings::scale, GUIMainWindow::setStatusBarText(), GUIPerspectiveChanger::setViewport(), SUMO_const_laneWidth, and toString().
Referenced by GNEViewNet::getAttributeCarriersInBoundary(), getGUIGlObjectsAtPosition(), getObjectAtPosition(), getObjectsAtPosition(), GNEViewNet::onCmdTransformPOI(), and GNEViewNet::recalculateBoundaries().
|
protected |
returns the id of the objects under the cursor using GL_SELECT (including overlapped objects)
Definition at line 387 of file GUISUMOAbstractView.cpp.
References getObjectsAtPosition(), getPositionInformation(), and SENSITIVITY.
|
protected |
returns the id of the front object under the cursor using GL_SELECT
Definition at line 381 of file GUISUMOAbstractView.cpp.
References getObjectAtPosition(), and getPositionInformation().
Referenced by GUIViewTraffic::getLaneUnderCursor(), onLeftBtnPress(), and paintGL().
|
inlinevirtual |
return list of available vehicle parameters
Reimplemented in GUIViewTraffic.
Definition at line 287 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::updatePOIParams().
const Position & GUISUMOAbstractView::getPopupPosition | ( | ) | const |
get position of current popup
Definition at line 984 of file GUISUMOAbstractView.cpp.
References myPopupPosition.
Referenced by GNEViewNet::getAdditionalAtPopupPosition(), GNEViewNet::getConnectionAtPopupPosition(), GNEViewNet::getCrossingAtPopupPosition(), GNEViewNet::getEdgeAtPopupPosition(), GNEViewNet::getJunctionAtPopupPosition(), GNEViewNet::getLaneAtPopupPosition(), GNEViewNet::getPOIAtPopupPosition(), GNEViewNet::getPolygonAtPopupPosition(), GNEViewNet::getTAZAtPopupPosition(), GNEViewNet::getWalkingAreaAtPopupPosition(), GNEViewNet::onCmdAddEdgeSelected(), GNEViewNet::onCmdAddSelected(), GNEViewNet::onCmdDeleteGeometryPoint(), GNEViewNet::onCmdEditEdgeEndpoint(), GNEViewNet::onCmdRemoveEdgeSelected(), GNEViewNet::onCmdRemoveSelected(), GNEViewNet::onCmdResetEdgeEndpoint(), GNEViewNet::onCmdSetFirstGeometryPoint(), GNEViewNet::onCmdSplitEdge(), and GNEViewNet::onCmdSplitEdgeBidi().
|
virtual |
Returns the cursor's x/y position within the network.
Definition at line 200 of file GUISUMOAbstractView.cpp.
References myWindowCursorPositionX, myWindowCursorPositionY, and screenPos2NetPos().
Referenced by GNEConsecutiveSelector::addLane(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNERouteHandler::buildContainerPlan(), GNERouteHandler::buildPersonPlan(), GNEWireFrame::buildWireOverView(), GNEMoveElement::calculateNewLane(), GNEViewNet::doPaintGL(), GNETAZ::drawDottedContours(), GNEEdge::drawEdgeGeometryPoints(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNERouteProbe::drawGL(), GNETAZ::drawGL(), GNEVaporizer::drawGL(), GNETAZRelData::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEInternalLane::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GNEPoly::drawGL(), GNELane::drawLaneAsRailway(), GNELane::drawMarkings(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GNEStoppingPlace::drawSign(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNEEdge::drawTAZElements(), GNEConsecutiveSelector::drawTemporalConsecutiveLanePath(), GNEViewNet::drawTemporalDrawingShape(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalSplitJunction(), GNEStop::drawVehicleStop(), getGUIGlObjectsUnderCursor(), getGUIGlObjectsUnderSnappedCursor(), GNEParkingSpace::getMoveOperation(), GNEStoppingPlace::getMoveOperation(), GNETAZ::getMoveOperation(), GNEPersonTrip::getMoveOperation(), GNERide::getMoveOperation(), GNEStop::getMoveOperation(), GNETranship::getMoveOperation(), GNETransport::getMoveOperation(), GNEVehicle::getMoveOperation(), GNEWalk::getMoveOperation(), GNEConnection::getMoveOperation(), GNECrossing::getMoveOperation(), GNEEdge::getMoveOperation(), GNEJunction::getMoveOperation(), GNELane::getMoveOperation(), GNEWalkingArea::getMoveOperation(), GNEPOI::getMoveOperation(), GNEPoly::getMoveOperation(), GNEAdditional::getMoveOperationMultiLane(), GNEAdditional::getMoveOperationSingleLane(), GNENeteditAttributes::getNeteditAttributesAndValues(), getObjectsUnderCursor(), getObjectUnderCursor(), GUIEdge::getParameterWindow(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNEViewNet::onCmdSetCustomGeometryPoint(), GUIDanielPerspectiveChanger::onKeyPress(), onLeftBtnRelease(), GUIDanielPerspectiveChanger::onMiddleBtnPress(), onMouseMove(), GUIDanielPerspectiveChanger::onMouseWheel(), GUIDanielPerspectiveChanger::onRightBtnPress(), onRightBtnRelease(), GNEViewNet::openDeleteDialogAtCursor(), GNEViewNet::openObjectDialogAtCursor(), openPopupDialog(), GNEViewNet::openSelectDialogAtCursor(), GNEViewNet::processLeftButtonPressData(), GNEViewNet::processLeftButtonPressDemand(), GNEViewNet::processLeftButtonPressNetwork(), GNEDeleteFrame::removeGeometryPoint(), and updatePositionInformationLabel().
|
inlinevirtual |
return list of loaded edgeRelation and tazRelation attributes
Reimplemented in GNEViewNet.
Definition at line 272 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrices().
|
virtual |
get tracked id
Reimplemented in GUIViewTraffic.
Definition at line 1647 of file GUISUMOAbstractView.cpp.
References GUIGlObject::INVALID_ID.
Referenced by GUIBaseVehicle::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUISUMOViewParent::onCmdSpeedFactor(), GUISUMOViewParent::onUpdSpeedFactor(), and paintGL().
|
inlinevirtual |
return list of available vehicle parameters
Reimplemented in GUIViewTraffic.
Definition at line 282 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::updateVehicleParams().
GUIDialog_EditViewport * GUISUMOAbstractView::getViewportEditor | ( | ) |
get the viewport and create it on first access
Definition at line 1543 of file GUISUMOAbstractView.cpp.
References MAX2(), MIN2(), myViewportChooser, and updateViewportValues().
Referenced by GUIDialog_ViewSettings::onCmdExportSetting(), and showViewportEditor().
Boundary GUISUMOAbstractView::getVisibleBoundary | ( | ) | const |
get visible boundary
Definition at line 277 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getViewport(), and myChanger.
Referenced by GNERouteHandler::buildContainerPlan(), GNERouteHandler::buildPersonPlan(), and GNEVehicleFrame::buildVehicleOverRoute().
const GUIVisualizationSettings & GUISUMOAbstractView::getVisualisationSettings | ( | ) | const |
get visualization settings (read only)
Definition at line 1601 of file GUISUMOAbstractView.cpp.
References myVisualizationSettings.
Referenced by GNEConnectorFrame::buildConnection(), GNEProhibitionFrame::buildProhibition(), GNEViewNetHelper::LockIcon::checkDrawing(), GNEPathManager::PathDraw::drawPathGeometry(), GNEAdditional::drawSemiCircleGeometryPoint(), GNEStop::getColor(), GNEParkingSpace::getMoveOperation(), GNEStoppingPlace::getMoveOperation(), GNETAZ::getMoveOperation(), GNEStop::getMoveOperation(), GNEConnection::getMoveOperation(), GNECrossing::getMoveOperation(), GNEEdge::getMoveOperation(), GNEJunction::getMoveOperation(), GNELane::getMoveOperation(), GNEWalkingArea::getMoveOperation(), GNEPOI::getMoveOperation(), GNEPoly::getMoveOperation(), GNEAdditional::getMoveOperationMultiLane(), GNEAdditional::getMoveOperationSingleLane(), GNEPoly::getVertexIndex(), GNETAZ::getVertexIndex(), GNEM_PathLegend::GNEM_PathLegend(), GNECrossingFrame::Information::Information(), GNEConnectorFrame::initTargets(), GNEConnectorFrame::Legend::Legend(), GNEProhibitionFrame::Legend::Legend(), GUIApplicationWindow::onCmdToggleDrawJunctionShape(), GNEApplicationWindow::onCmdToggleDrawJunctionShape(), GNEApplicationWindow::onCmdToggleGrid(), GNETAZ::removeGeometryPoint(), GNEConnection::removeGeometryPoint(), GNECrossing::removeGeometryPoint(), GNEJunction::removeGeometryPoint(), GNELane::removeGeometryPoint(), GNEPoly::removeGeometryPoint(), GNEBusStop::updateGeometry(), GNEChargingStation::updateGeometry(), GNEContainerStop::updateGeometry(), and GNEStop::updateGeometry().
Position GUISUMOAbstractView::getWindowCursorPosition | ( | ) | const |
return windows cursor position
Definition at line 933 of file GUISUMOAbstractView.cpp.
References myWindowCursorPositionX, and myWindowCursorPositionY.
Referenced by updatePositionInformationLabel().
|
virtual |
return whether this is a 3D view
Definition at line 283 of file GUISUMOAbstractView.cpp.
Referenced by GUISettingsHandler::applyViewport(), GUIDialog_EditViewport::onCmdChanged(), GUIDialog_ViewSettings::onCmdExportSetting(), GUIDialog_EditViewport::setValues(), and GUIDialog_EditViewport::writeXML().
bool GUISUMOAbstractView::isAdditionalGLVisualisationEnabled | ( | GUIGlObject *const | which | ) | const |
Check if an object is added in the additional GL visualitation.
[in] | which | The object to check |
Definition at line 1848 of file GUISUMOAbstractView.cpp.
References myAdditionallyDrawn.
bool GUISUMOAbstractView::isInEditMode | ( | ) |
returns true, if the edit button was pressed
Definition at line 180 of file GUISUMOAbstractView.cpp.
References myInEditMode.
double GUISUMOAbstractView::m2p | ( | double | meter | ) | const |
meter-to-pixels conversion method
Definition at line 877 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), and myChanger.
Referenced by displayLegend(), GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), getObjectsInBoundary(), and makeSnapshot().
FXbool GUISUMOAbstractView::makeCurrent | ( | ) |
A reimplementation due to some internal reasons.
Definition at line 946 of file GUISUMOAbstractView.cpp.
Referenced by GNEViewNet::getAdditionalAtPopupPosition(), GNEViewNet::getAttributeCarriersInBoundary(), GNEViewNet::getConnectionAtPopupPosition(), GNEViewNet::getCrossingAtPopupPosition(), GNEViewNet::getEdgeAtPopupPosition(), GNEViewNet::getJunctionAtPopupPosition(), GNEViewNet::getLaneAtPopupPosition(), GUIViewTraffic::getLaneUnderCursor(), GNEViewNet::getPOIAtPopupPosition(), GNEViewNet::getPolygonAtPopupPosition(), GNEViewNet::getTAZAtPopupPosition(), GNEViewNet::getWalkingAreaAtPopupPosition(), makeSnapshot(), GNEViewNet::onCmdAddEdgeSelected(), GNEViewNet::onCmdAddSelected(), GNEViewNet::onCmdRemoveEdgeSelected(), GNEViewNet::onCmdRemoveSelected(), onConfigure(), GNEViewNet::onLeftBtnPress(), onLeftBtnPress(), GNEViewNet::onLeftBtnRelease(), onPaint(), GNEViewNet::openObjectDialogAtCursor(), openObjectDialogAtCursor(), GNEViewNet::processLeftButtonReleaseNetwork(), and GNEViewNet::recalculateBoundaries().
std::string GUISUMOAbstractView::makeSnapshot | ( | const std::string & | destFile, |
const int | w = -1 , |
||
const int | h = -1 |
||
) |
Takes a snapshots and writes it into the given file.
The format to use is determined from the extension. If compiled with ffmpeg and a video format is requested it will instantiate a video encoder.
[in] | destFile | The name of the file to write the snapshot into |
[in] | w | The snapshot image width |
[in] | w | The snapshot image height |
Definition at line 1323 of file GUISUMOAbstractView.cpp.
References RGBColor::alpha(), applyGLTransform(), GUIVisualizationSettings::backgroundColor, RGBColor::blue(), displayLegends(), GUIVisualizationSettings::dither, doPaintGL(), drawDecals(), GUIPerspectiveChanger::getViewport(), RGBColor::green(), m2p(), makeCurrent(), myChanger, myGrid, myVisualizationSettings, paintGLGrid(), GLHelper::pushMatrix(), RGBColor::red(), saveFrame(), MFXImageHelper::saveImage(), GUIVisualizationSettings::scale, SUMORTree::Search(), GLHelper::setGL2PS(), GUIVisualizationSettings::showGrid, MFXSingleEventThread::sleep(), SUMO_const_laneWidth, Boundary::xmax(), Boundary::xmin(), Boundary::ymax(), and Boundary::ymin().
Referenced by checkSnapshots(), GUISUMOViewParent::onCmdMakeSnapshot(), and GNEViewParent::onCmdMakeSnapshot().
|
virtual |
Reimplemented in GUIViewTraffic.
Definition at line 357 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
|
virtual |
Reimplemented in GUIViewTraffic.
Definition at line 351 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
|
virtual |
interaction with the simulation
Reimplemented in GUIViewTraffic.
Definition at line 345 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
|
virtual |
highlight edges according to reachability
Reimplemented in GUIViewTraffic.
Definition at line 363 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
|
virtual |
mouse functions
Definition at line 953 of file GUISUMOAbstractView.cpp.
References RGBColor::alpha(), GUIVisualizationSettings::backgroundColor, RGBColor::blue(), checkSnapshots(), doInit(), RGBColor::green(), makeCurrent(), myAmInitialised, myVisualizationSettings, and RGBColor::red().
Referenced by FXDEFMAP().
|
virtual |
Reimplemented in GUIViewTraffic.
Definition at line 1130 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
|
virtual |
on gaming click
Reimplemented in GUIViewTraffic.
Definition at line 1653 of file GUISUMOAbstractView.cpp.
Referenced by onLeftBtnRelease().
|
virtual |
Reimplemented in GUIViewTraffic.
Definition at line 1657 of file GUISUMOAbstractView.cpp.
Referenced by onRightBtnRelease().
|
virtual |
keyboard functions
Reimplemented in GNEViewNet.
Definition at line 1276 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, myChanger, myPopup, myVisualizationSettings, and GUIPerspectiveChanger::onKeyPress().
Referenced by FXDEFMAP(), GUISUMOViewParent::onKeyPress(), GNEViewNet::onKeyPress(), and GNEViewParent::onKeyPress().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1301 of file GUISUMOAbstractView.cpp.
References myChanger, myPopup, and GUIPerspectiveChanger::onKeyRelease().
Referenced by FXDEFMAP(), GUISUMOViewParent::onKeyRelease(), GNEViewNet::onKeyRelease(), and GNEViewParent::onKeyRelease().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1016 of file GUISUMOAbstractView.cpp.
References destroyPopup(), GUIGlObjectStorage::getObjectBlocking(), getObjectUnderCursor(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_PERSON, GLO_REROUTER_EDGE, GLO_VEHICLE, gSelected, makeCurrent(), myChanger, GUIGlObject::onLeftBtnPress(), GUIPerspectiveChanger::onLeftBtnPress(), startTrack(), and GUISelectedStorage::toggleSelection().
Referenced by FXDEFMAP().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1065 of file GUISUMOAbstractView.cpp.
References destroyPopup(), getPositionInformation(), GUIMainWindow::isGaming(), myApp, myChanger, onGamingClick(), and GUIPerspectiveChanger::onLeftBtnRelease().
Referenced by FXDEFMAP(), and GNEViewNet::onLeftBtnRelease().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1077 of file GUISUMOAbstractView.cpp.
References destroyPopup(), GUICursorSubSys::getCursor(), MOVEVIEW, myChanger, myPanning, and GUIPerspectiveChanger::onMiddleBtnPress().
Referenced by FXDEFMAP(), and GNEViewNet::onMiddleBtnPress().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1092 of file GUISUMOAbstractView.cpp.
References DEFAULT, destroyPopup(), GUICursorSubSys::getCursor(), myChanger, myPanning, and GUIPerspectiveChanger::onMiddleBtnRelease().
Referenced by FXDEFMAP(), and GNEViewNet::onMiddleBtnRelease().
|
virtual |
Definition at line 1180 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1152 of file GUISUMOAbstractView.cpp.
References destroyPopup(), getPositionInformation(), GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZoom(), GUIDialog_EditViewport::haveGrabbed(), Position::INVALID, MID_CURSORDIALOG_FRONT, myChanger, myPopup, myPopupPosition, myViewportChooser, GUIPerspectiveChanger::onMouseMove(), GUIDialog_EditViewport::setValues(), and updatePositionInformationLabel().
Referenced by FXDEFMAP(), GNEViewNet::onMouseMove(), and onRightBtnRelease().
|
virtual |
Definition at line 1136 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZoom(), GUIMainWindow::isGaming(), myApp, myChanger, myViewportChooser, GUIPerspectiveChanger::onMouseWheel(), GUIDialog_EditViewport::setValues(), and updatePositionInformationLabel().
Referenced by FXDEFMAP().
|
virtual |
Definition at line 971 of file GUISUMOAbstractView.cpp.
References makeCurrent(), myAmInitialised, and paintGL().
Referenced by FXDEFMAP(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1106 of file GUISUMOAbstractView.cpp.
References destroyPopup(), myChanger, and GUIPerspectiveChanger::onRightBtnPress().
Referenced by FXDEFMAP(), and GNEViewNet::onRightBtnPress().
|
virtual |
Reimplemented in GNEViewNet.
Definition at line 1115 of file GUISUMOAbstractView.cpp.
References destroyPopup(), getPositionInformation(), GUIMainWindow::isGaming(), myApp, myChanger, onGamingRightClick(), onMouseMove(), GUIPerspectiveChanger::onRightBtnRelease(), and openObjectDialogAtCursor().
Referenced by FXDEFMAP(), and GNEViewNet::onRightBtnRelease().
|
virtual |
hook to react on change in visualization settings
Definition at line 369 of file GUISUMOAbstractView.cpp.
Referenced by FXDEFMAP().
void GUISUMOAbstractView::openObjectDialog | ( | const std::vector< GUIGlObject * > & | objects | ) |
open object dialog for the given object
Definition at line 1247 of file GUISUMOAbstractView.cpp.
References myApp, myCurrentObjectsDialog, myPopup, openPopupDialog(), and GUIGLObjectPopupMenu::PROPERTIES.
Referenced by GNEViewNet::openObjectDialogAtCursor(), and openObjectDialogAtCursor().
|
virtual |
open object dialog at the cursor position
Reimplemented in GNEViewNet.
Definition at line 1186 of file GUISUMOAbstractView.cpp.
References filterInernalLanes(), getGUIGlObjectsUnderCursor(), GUIGlObjectStorage::getNetObject(), GUIGlObjectStorage::gIDStorage, GLO_CONTAINER, GLO_CONTAINERFLOW, GLO_EDGE, GLO_FLOW, GLO_PERSON, GLO_PERSONFLOW, GLO_ROUTEFLOW, GLO_TLLOGIC, GLO_TRIP, GLO_VEHICLE, makeCurrent(), myAmInitialised, and openObjectDialog().
Referenced by onRightBtnRelease().
|
protected |
open popup dialog
Definition at line 1792 of file GUISUMOAbstractView.cpp.
References getPositionInformation(), MAX2(), MIN2(), myApp, myChanger, myPopup, myPopupPosition, and GUIPerspectiveChanger::onRightBtnRelease().
Referenced by GNEViewNet::openDeleteDialogAtCursor(), openObjectDialog(), GNEViewNet::openObjectDialogAtCursor(), and GNEViewNet::openSelectDialogAtCursor().
double GUISUMOAbstractView::p2m | ( | double | pixel | ) | const |
pixels-to-meters conversion method
Definition at line 883 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), and myChanger.
Referenced by GUIDanielPerspectiveChanger::changeCanvasSizeLeft(), drawDecals(), and GUIDanielPerspectiveChanger::move().
|
protected |
FOX needs this.
performs the painting of the simulation
Definition at line 293 of file GUISUMOAbstractView.cpp.
References RGBColor::alpha(), applyGLTransform(), GUIVisualizationSettings::backgroundColor, RGBColor::blue(), centerTo(), GLHelper::checkCounterMatrix(), GLHelper::checkCounterName(), displayLegends(), GUIVisualizationSettings::dither, doPaintGL(), drawFPS(), GUIVisualizationSettings::fps, SysUtils::getCurrentMillis(), getObjectUnderCursor(), GUIGlChildWindow::getParent(), GUIMainWindow::getStaticTooltipView(), getTrackedID(), RGBColor::green(), MFXStaticToolTip::hideStaticToolTip(), GUIGlObject::INVALID_ID, MFXStaticToolTip::isStaticToolTipEnabled(), myFrameDrawTime, myParent, myVisualizationSettings, RGBColor::red(), GLHelper::resetMatrixCounter(), GLHelper::resetVertexCounter(), and showToolTipFor().
Referenced by onPaint().
|
protected |
paints a grid
Definition at line 594 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::addSize, GUIVisualizationSizeSettings::getExaggeration(), GUIPerspectiveChanger::getViewport(), GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, myChanger, myVisualizationSettings, GUIVisualizationSettings::scale, Boundary::xmax(), Boundary::xmin(), Boundary::ymax(), and Boundary::ymin().
Referenced by GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), and makeSnapshot().
|
pure virtual |
recalculate boundaries
Implemented in GUIViewTraffic, and GNEViewNet.
Referenced by GUIDialog_ViewSettings::onCmdColorChange().
|
virtual |
recenters the view
Definition at line 889 of file GUISUMOAbstractView.cpp.
References myChanger, myGrid, and GUIPerspectiveChanger::setViewport().
Referenced by GUIGlChildWindow::onCmdRecenterView(), GUIDanielPerspectiveChanger::onKeyPress(), and GUICompleteSchemeStorage::setViewport().
void GUISUMOAbstractView::remove | ( | GUIDialog_EditViewport * | ) |
remove viewport
Definition at line 1613 of file GUISUMOAbstractView.cpp.
References myViewportChooser.
Referenced by GUIDialog_ViewSettings::~GUIDialog_ViewSettings().
void GUISUMOAbstractView::remove | ( | GUIDialog_ViewSettings * | ) |
remove view settings
Definition at line 1619 of file GUISUMOAbstractView.cpp.
References myVisualizationChanger.
bool GUISUMOAbstractView::removeAdditionalGLVisualisation | ( | GUIGlObject *const | which | ) |
Removes an object from the list of objects that show additional things.
[in] | which | The object to remove |
Definition at line 1832 of file GUISUMOAbstractView.cpp.
References myAdditionallyDrawn.
Referenced by GUIVehicle::drawOutsideNetwork(), GUIBaseVehicle::removeActiveAddVisualisation(), and GUIPerson::removeActiveAddVisualisation().
void GUISUMOAbstractView::replacePopup | ( | GUIGLObjectPopupMenu * | popUp | ) |
replace PopUp
Definition at line 1001 of file GUISUMOAbstractView.cpp.
References myChanger, myPopup, and GUIPerspectiveChanger::onRightBtnRelease().
Referenced by GUICursorDialog::onCmdOpenPropertiesPopUp().
|
inlinevirtual |
retrieve breakpoints if provided by the application
Reimplemented in GUIViewTraffic.
Definition at line 417 of file GUISUMOAbstractView.h.
Referenced by GUIDialog_ViewSettings::onCmdExportSetting().
|
virtual |
Adds a frame to a video snapshot which will be initialized if necessary.
Reimplemented in GUIViewTraffic.
Definition at line 1472 of file GUISUMOAbstractView.cpp.
References UNUSED_PARAMETER.
Referenced by makeSnapshot().
Position GUISUMOAbstractView::screenPos2NetPos | ( | int | x, |
int | y | ||
) | const |
Translate screen position to network position.
Definition at line 225 of file GUISUMOAbstractView.cpp.
References DEG2RAD, Boundary::getCenter(), Boundary::getHeight(), GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), myChanger, Position::rotateAround2D(), Boundary::xmin(), and Boundary::ymin().
Referenced by drawDecals(), and getPositionInformation().
void GUISUMOAbstractView::setBreakpoints | ( | const std::vector< SUMOTime > & | breakpoints | ) |
Sets the breakpoints of the parent application.
Definition at line 1904 of file GUISUMOAbstractView.cpp.
References myApp, and GUIMainWindow::setBreakpoints().
Referenced by GUIDialog_ViewSettings::loadSettings().
|
virtual |
set color scheme
Reimplemented in GUIViewTraffic, and GNEViewNet.
Definition at line 1595 of file GUISUMOAbstractView.cpp.
Referenced by GUISettingsHandler::addSettings(), GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIGlChildWindow::onCmdChangeColorScheme(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and GUIDialog_ViewSettings::onCmdSaveSetting().
void GUISUMOAbstractView::setDelay | ( | double | delay | ) |
Sets the delay of the parent application.
Definition at line 1898 of file GUISUMOAbstractView.cpp.
References myApp, and GUIMainWindow::setDelay().
Referenced by GUIDialog_ViewSettings::loadSettings().
|
virtual |
applies the given viewport settings
Definition at line 1578 of file GUISUMOAbstractView.cpp.
References myChanger, GUIPerspectiveChanger::setRotation(), GUIPerspectiveChanger::setViewportFrom(), Position::x(), Position::y(), and Position::z().
Referenced by GUISettingsHandler::applyViewport(), copyViewportTo(), GNEApplicationWindow::handleEvent_NetworkLoaded(), GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIDialog_EditViewport::onCmdCancel(), GUIDialog_EditViewport::onCmdChanged(), GUIDialog_EditViewport::onCmdOk(), and GUICompleteSchemeStorage::setViewport().
void GUISUMOAbstractView::setWindowCursorPosition | ( | FXint | x, |
FXint | y | ||
) |
Returns the gl-id of the object under the given coordinates.
Definition at line 939 of file GUISUMOAbstractView.cpp.
References myMouseHotspotX, myMouseHotspotY, myWindowCursorPositionX, and myWindowCursorPositionY.
Referenced by GUIDanielPerspectiveChanger::onMouseMove().
|
protected |
invokes the tooltip for the given object
Definition at line 579 of file GUISUMOAbstractView.cpp.
References GUIGlObjectStorage::getObjectBlocking(), GUIGlChildWindow::getParent(), GUIMainWindow::getStaticTooltipView(), GUIGlObjectStorage::gIDStorage, MFXStaticToolTip::hideStaticToolTip(), GUIGlObject::INVALID_ID, myParent, and MFXStaticToolTip::showStaticToolTip().
Referenced by paintGL().
|
virtual |
show viewport editor
Definition at line 1569 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getRotation(), getViewportEditor(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZPos(), Position::INVALID, myChanger, myViewportChooser, GUIDialog_EditViewport::setOldValues(), and GUIDialog_EditViewport::show().
Referenced by GNEApplicationWindow::onCmdEditViewport(), and GUIGlChildWindow::onCmdEditViewport().
void GUISUMOAbstractView::showViewschemeEditor | ( | ) |
show viewsscheme editor
Definition at line 1527 of file GUISUMOAbstractView.cpp.
References myDecals, myDecalsLock, myVisualizationChanger, myVisualizationSettings, GUIDialog_ViewSettings::setCurrent(), and GUIDialog_ViewSettings::show().
Referenced by GNEApplicationWindow::onCmdEditViewScheme(), and GUIGlChildWindow::onCmdEditViewScheme().
Returns a position that is mapped to the closest grid point if the grid is active.
note: formats are pos(x,y,0) por pos(0,0,z)
Definition at line 206 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, myVisualizationSettings, Position::setx(), Position::sety(), Position::setz(), GUIVisualizationSettings::showGrid, Position::x(), Position::y(), and Position::z().
Referenced by GNEConsecutiveSelector::addLane(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEWireFrame::buildWireOverView(), GNEMoveElement::calculateLaneOffset(), GNEMoveElement::commitMove(), GNEViewNet::drawTemporalDrawingShape(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalSplitJunction(), GNEEdge::editEndpoint(), getGUIGlObjectsUnderSnappedCursor(), GNENeteditAttributes::getNeteditAttributesAndValues(), GNEEdge::getSplitPos(), GNEPoly::getVertexIndex(), GNETAZ::getVertexIndex(), GNEMoveElement::moveElement(), GNECreateEdgeFrame::processClick(), and GNEViewNet::processLeftButtonPressNetwork().
|
virtual |
star track
Reimplemented in GUIViewTraffic.
Definition at line 1637 of file GUISUMOAbstractView.cpp.
Referenced by GUIDialog_ChooserAbstract::onCmdTrack(), and onLeftBtnPress().
|
virtual |
stop track
Reimplemented in GUIViewTraffic.
Definition at line 1642 of file GUISUMOAbstractView.cpp.
Referenced by GUIDialog_ChooserAbstract::onCmdCenter(), and GUISUMOViewParent::onUpdSpeedFactor().
|
protectedvirtual |
update position information labels
Definition at line 246 of file GUISUMOAbstractView.cpp.
References GeoConvHelper::cartesian2geo(), GUIMainWindow::getCartesianLabel(), GeoConvHelper::getFinal(), GUIMainWindow::getGeoLabel(), getPositionInformation(), GUIMainWindow::getTestLabel(), getWindowCursorPosition(), gPrecisionGeo, myApp, toString(), Position::x(), and Position::y().
Referenced by centerTo(), onMouseMove(), and onMouseWheel().
void GUISUMOAbstractView::updateToolTip | ( | ) |
A method that updates the tooltip.
Definition at line 192 of file GUISUMOAbstractView.cpp.
References GUIGlChildWindow::getParent(), GUIMainWindow::getStaticTooltipView(), MFXStaticToolTip::isStaticToolTipEnabled(), and myParent.
Referenced by GUIDanielPerspectiveChanger::onKeyPress(), GUIDanielPerspectiveChanger::onMouseMove(), and GUIDanielPerspectiveChanger::onMouseWheel().
|
virtual |
update the viewport chooser with the current view values
Definition at line 1561 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getRotation(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZoom(), myChanger, myViewportChooser, and GUIDialog_EditViewport::setValues().
Referenced by getViewportEditor().
void GUISUMOAbstractView::waitForSnapshots | ( | const SUMOTime | snapshotTime | ) |
Definition at line 1512 of file GUISUMOAbstractView.cpp.
References mySnapshotCondition, mySnapshots, and mySnapshotsMutex.
zoom interface for 3D view
Definition at line 288 of file GUISUMOAbstractView.cpp.
Referenced by GUIDialog_EditViewport::onCmdChanged().
|
protected |
List of objects for which GUIGlObject::drawGLAdditional is called.
Definition at line 572 of file GUISUMOAbstractView.h.
Referenced by addAdditionalGLVisualisation(), GUIViewTraffic::doPaintGL(), isAdditionalGLVisualisationEnabled(), removeAdditionalGLVisualisation(), and ~GUISUMOAbstractView().
|
protected |
Internal information whether doInit() was called.
Definition at line 539 of file GUISUMOAbstractView.h.
Referenced by onConfigure(), onPaint(), GNEViewNet::openObjectDialogAtCursor(), and openObjectDialogAtCursor().
|
protected |
The application.
Definition at line 503 of file GUISUMOAbstractView.h.
Referenced by GNEViewNet::aksChangeSupermode(), GUIViewTraffic::buildViewToolBars(), GNEViewNet::doPaintGL(), getDelay(), getMainWindow(), getObjectsInBoundary(), GUIViewTraffic::onDoubleClicked(), onLeftBtnRelease(), onMouseWheel(), onRightBtnRelease(), openObjectDialog(), openPopupDialog(), GUIViewTraffic::retrieveBreakpoints(), GUIViewTraffic::saveFrame(), setBreakpoints(), GUIViewTraffic::setColorScheme(), setDelay(), GNEViewNet::setStatusBarText(), and updatePositionInformationLabel().
|
protected |
The perspective changer.
Definition at line 512 of file GUISUMOAbstractView.h.
Referenced by applyGLTransform(), centerTo(), copyViewportTo(), getChanger(), getObjectsInBoundary(), getVisibleBoundary(), m2p(), makeSnapshot(), onKeyPress(), onKeyRelease(), onLeftBtnPress(), onLeftBtnRelease(), onMiddleBtnPress(), onMiddleBtnRelease(), onMouseMove(), onMouseWheel(), onRightBtnPress(), onRightBtnRelease(), openPopupDialog(), p2m(), paintGLGrid(), GNEViewNet::processClick(), recenterView(), replacePopup(), GNEViewNet::saveVisualizationSettings(), screenPos2NetPos(), setViewportFromToRot(), showViewportEditor(), updateViewportValues(), and ~GUISUMOAbstractView().
|
protected |
clicked poup position
Definition at line 527 of file GUISUMOAbstractView.h.
Referenced by GNEViewNet::openDeleteDialogAtCursor(), GNEViewNet::openObjectDialogAtCursor(), and GNEViewNet::openSelectDialogAtCursor().
|
protected |
vector with current objects dialog
Definition at line 533 of file GUISUMOAbstractView.h.
Referenced by destroyPopup(), GNEViewNet::drawTemporalRoundabout(), and openObjectDialog().
|
protected |
Definition at line 553 of file GUISUMOAbstractView.h.
Referenced by addDecals(), drawDecals(), showViewschemeEditor(), and ~GUISUMOAbstractView().
|
protected |
The mutex to use before accessing the decals list in order to avoid thread conflicts.
Definition at line 556 of file GUISUMOAbstractView.h.
Referenced by drawDecals(), and showViewschemeEditor().
|
protected |
counter for measuring rendering time
Definition at line 575 of file GUISUMOAbstractView.h.
|
protected |
The visualization speed-up.
Definition at line 509 of file GUISUMOAbstractView.h.
Referenced by GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), getGridHeight(), getGridWidth(), makeSnapshot(), and recenterView().
|
protected |
Information whether too-tip informations shall be generated.
Definition at line 518 of file GUISUMOAbstractView.h.
Referenced by isInEditMode().
|
protected |
Offset to the mouse-hotspot from the mouse position.
Definition at line 521 of file GUISUMOAbstractView.h.
Referenced by setWindowCursorPosition().
|
protected |
Definition at line 521 of file GUISUMOAbstractView.h.
Referenced by setWindowCursorPosition().
|
protected |
Panning flag.
Definition at line 515 of file GUISUMOAbstractView.h.
Referenced by onMiddleBtnPress(), onMiddleBtnRelease(), and GNEViewNet::updateCursor().
|
protected |
The parent window.
Definition at line 506 of file GUISUMOAbstractView.h.
Referenced by getColoringSchemesCombo(), paintGL(), showToolTipFor(), and updateToolTip().
|
mutableprotected |
poly draw lock
Definition at line 569 of file GUISUMOAbstractView.h.
|
protected |
The current popup-menu.
Definition at line 524 of file GUISUMOAbstractView.h.
Referenced by destroyPopup(), onKeyPress(), onKeyRelease(), onMouseMove(), GNEViewNet::openDeleteDialogAtCursor(), openObjectDialog(), GNEViewNet::openObjectDialogAtCursor(), openPopupDialog(), GNEViewNet::openSelectDialogAtCursor(), replacePopup(), and ~GUISUMOAbstractView().
The current popup-menu position.
Definition at line 530 of file GUISUMOAbstractView.h.
Referenced by destroyPopup(), getPopupPosition(), onMouseMove(), and openPopupDialog().
|
protected |
the semaphore when waiting for snapshots to finish
Definition at line 566 of file GUISUMOAbstractView.h.
Referenced by checkSnapshots(), and waitForSnapshots().
|
protected |
Snapshots.
Definition at line 560 of file GUISUMOAbstractView.h.
Referenced by addSnapshot(), checkSnapshots(), and waitForSnapshots().
|
protected |
The mutex to use before accessing the decals list in order to avoid thread conflicts.
Definition at line 563 of file GUISUMOAbstractView.h.
Referenced by addSnapshot(), checkSnapshots(), and waitForSnapshots().
|
protected |
viewport chooser
Definition at line 542 of file GUISUMOAbstractView.h.
Referenced by getViewportEditor(), onMouseMove(), onMouseWheel(), remove(), showViewportEditor(), updateViewportValues(), and ~GUISUMOAbstractView().
|
protected |
Visualization changer.
Definition at line 548 of file GUISUMOAbstractView.h.
Referenced by remove(), GUIViewTraffic::setColorScheme(), GNEViewNet::setColorScheme(), showViewschemeEditor(), and ~GUISUMOAbstractView().
|
protected |
visualization settings
Definition at line 536 of file GUISUMOAbstractView.h.
Referenced by applyGLTransform(), GUIViewTraffic::buildViewToolBars(), GNEViewNet::buildViewToolBars(), displayLegends(), GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), GNEViewNet::drawDeleteDottedContour(), GNEViewNet::drawSelectDottedContour(), GNEViewNet::drawTemporalE1TLSLines(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalJunctionTLSLines(), GNEViewNet::drawTemporalRoundabout(), GNEViewNet::drawTemporalSplitJunction(), editVisualisationSettings(), filterInernalLanes(), getObjectsInBoundary(), getVisualisationSettings(), makeSnapshot(), GUIViewTraffic::onCmdShowReachability(), GNEViewNet::onCmdToggleDrawJunctionShape(), GNEViewNet::onCmdToggleShowConnections(), GNEViewNet::onCmdToggleShowGrid(), onConfigure(), onKeyPress(), paintGL(), paintGLGrid(), GNEViewNet::processLeftButtonPressNetwork(), GNEViewNet::recalculateBoundaries(), GNEViewNet::saveVisualizationSettings(), GUIViewTraffic::setColorScheme(), GNEViewNet::setColorScheme(), GNEViewNet::setSelectorFrameScale(), showViewschemeEditor(), snapToActiveGrid(), and ~GUISUMOAbstractView().
|
protected |
Position of the cursor relative to the window.
Definition at line 545 of file GUISUMOAbstractView.h.
Referenced by getPositionInformation(), getWindowCursorPosition(), and setWindowCursorPosition().
|
protected |
Definition at line 545 of file GUISUMOAbstractView.h.
Referenced by getPositionInformation(), getWindowCursorPosition(), and setWindowCursorPosition().
|
staticprivate |
Definition at line 579 of file GUISUMOAbstractView.h.
Referenced by getGUIGlObjectsUnderCursor(), getGUIGlObjectsUnderSnappedCursor(), getObjectAtPosition(), and getObjectsUnderCursor().