![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIViewUpdater.h>
Public Member Functions | |
| bool | allowUpdate () |
| allow update | |
| void | disableUpdate () |
| disable update | |
| void | enableUpdate () |
| enable update | |
| GUIViewUpdater () | |
| constructor | |
Private Member Functions | |
| GUIViewUpdater (const GUIViewUpdater &)=default | |
| set copy constructor private | |
| GUIViewUpdater & | operator= (const GUIViewUpdater &)=default |
| set assignment operator private | |
Private Attributes | |
| int | myAllowUpdate = 0 |
| allow update | |
Definition at line 31 of file GUIViewUpdater.h.
| GUIViewUpdater::GUIViewUpdater | ( | ) |
constructor
Definition at line 30 of file GUIViewUpdater.cpp.
|
privatedefault |
set copy constructor private
| bool GUIViewUpdater::allowUpdate | ( | ) |
allow update
Definition at line 34 of file GUIViewUpdater.cpp.
References myAllowUpdate.
Referenced by GNEViewNet::updateViewNet().
| void GUIViewUpdater::disableUpdate | ( | ) |
disable update
Definition at line 61 of file GUIViewUpdater.cpp.
References myAllowUpdate.
Referenced by GNEUndoList::begin().
| void GUIViewUpdater::enableUpdate | ( | ) |
enable update
Definition at line 52 of file GUIViewUpdater.cpp.
References myAllowUpdate, and WRITE_ERROR.
Referenced by GNEUndoList::end().
|
privatedefault |
set assignment operator private
|
private |
allow update
Definition at line 48 of file GUIViewUpdater.h.
Referenced by allowUpdate(), disableUpdate(), and enableUpdate().