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.

Referenced by GUIViewUpdater(), and operator=().

Here is the caller graph for this function:

◆ GUIViewUpdater() [2/2]

GUIViewUpdater::GUIViewUpdater ( const GUIViewUpdater & )
privatedefault

set copy constructor private

References GUIViewUpdater().

Member Function Documentation

◆ allowUpdate()

bool GUIViewUpdater::allowUpdate ( )

allow update

Definition at line 34 of file GUIViewUpdater.cpp.

References myAllowUpdate.

◆ disableUpdate()

void GUIViewUpdater::disableUpdate ( )

disable update

Definition at line 61 of file GUIViewUpdater.cpp.

References myAllowUpdate.

◆ enableUpdate()

void GUIViewUpdater::enableUpdate ( )

enable update

Definition at line 52 of file GUIViewUpdater.cpp.

References myAllowUpdate, and WRITE_ERROR.

◆ operator=()

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

set assignment operator private

References GUIViewUpdater().

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: