Eclipse SUMO - Simulation of Urban MObility
GUIEvent Class Reference

#include <GUIEvent.h>

Inheritance diagram for GUIEvent:
[legend]

Public Member Functions

GUIEventType getOwnType () const
 returns the event type More...
 
virtual ~GUIEvent ()
 destructor More...
 

Protected Member Functions

 GUIEvent (GUIEventType ownType)
 constructor More...
 

Protected Attributes

GUIEventType myType
 the type of the event More...
 

Detailed Description

GUIEvent

Definition at line 86 of file GUIEvent.h.

Constructor & Destructor Documentation

◆ ~GUIEvent()

virtual GUIEvent::~GUIEvent ( )
inlinevirtual

destructor

Definition at line 94 of file GUIEvent.h.

◆ GUIEvent()

GUIEvent::GUIEvent ( GUIEventType  ownType)
inlineprotected

constructor

Definition at line 98 of file GUIEvent.h.

Member Function Documentation

◆ getOwnType()

GUIEventType GUIEvent::getOwnType ( ) const
inline

returns the event type

Definition at line 89 of file GUIEvent.h.

References myType.

Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GUIApplicationWindow::handleEvent_Message(), GNEApplicationWindow::handleEvent_Message(), GNERunNetgenerateDialog::onThreadEvent(), and GNERunPythonToolDialog::onThreadEvent().

Here is the caller graph for this function:

Field Documentation

◆ myType

GUIEventType GUIEvent::myType
protected

the type of the event

Definition at line 102 of file GUIEvent.h.

Referenced by getOwnType(), and GUIEvent_Message::GUIEvent_Message().


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