Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GUIViewUpdater Class Reference

#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
 
GUIViewUpdateroperator= (const GUIViewUpdater &)=default
 set assignment operator private
 

Private Attributes

int myAllowUpdate = 0
 allow update
 

Detailed Description

Definition at line 31 of file GUIViewUpdater.h.

Constructor & Destructor Documentation

◆ GUIViewUpdater() [1/2]

GUIViewUpdater::GUIViewUpdater ( )

constructor

Definition at line 30 of file GUIViewUpdater.cpp.

◆ GUIViewUpdater() [2/2]

GUIViewUpdater::GUIViewUpdater ( const GUIViewUpdater )
privatedefault

set copy constructor private

Member Function Documentation

◆ allowUpdate()

bool GUIViewUpdater::allowUpdate ( )

allow update

Definition at line 34 of file GUIViewUpdater.cpp.

References myAllowUpdate.

Referenced by GNEViewNet::updateViewNet().

Here is the caller graph for this function:

◆ disableUpdate()

void GUIViewUpdater::disableUpdate ( )

disable update

Definition at line 61 of file GUIViewUpdater.cpp.

References myAllowUpdate.

Referenced by GNEUndoList::begin().

Here is the caller graph for this function:

◆ enableUpdate()

void GUIViewUpdater::enableUpdate ( )

enable update

Definition at line 52 of file GUIViewUpdater.cpp.

References myAllowUpdate, and WRITE_ERROR.

Referenced by GNEUndoList::end().

Here is the caller graph for this function:

◆ operator=()

GUIViewUpdater & GUIViewUpdater::operator= ( const GUIViewUpdater )
privatedefault

set assignment operator private

Field Documentation

◆ myAllowUpdate

int GUIViewUpdater::myAllowUpdate = 0
private

allow update

Definition at line 48 of file GUIViewUpdater.h.

Referenced by allowUpdate(), disableUpdate(), and enableUpdate().


The documentation for this class was generated from the following files: