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 80 of file GUIEvent.h.

Constructor & Destructor Documentation

◆ ~GUIEvent()

virtual GUIEvent::~GUIEvent ( )
inlinevirtual

destructor

Definition at line 88 of file GUIEvent.h.

◆ GUIEvent()

GUIEvent::GUIEvent ( GUIEventType  ownType)
inlineprotected

constructor

Definition at line 92 of file GUIEvent.h.

Member Function Documentation

◆ getOwnType()

GUIEventType GUIEvent::getOwnType ( ) const
inline

returns the event type

Definition at line 83 of file GUIEvent.h.

References myType.

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

Here is the caller graph for this function:

Field Documentation

◆ myType

GUIEventType GUIEvent::myType
protected

the type of the event

Definition at line 96 of file GUIEvent.h.

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


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