Eclipse SUMO - Simulation of Urban MObility
GUIEvent_AddView Class Reference

#include <GUIEvent_AddView.h>

Inheritance diagram for GUIEvent_AddView:
[legend]
Collaboration diagram for GUIEvent_AddView:
[legend]

Public Member Functions

const std::string & getCaption () const
 
GUIEventType getOwnType () const
 returns the event type More...
 
const std::string & getSchemeName () const
 
 GUIEvent_AddView (const std::string &caption, const std::string schemeName, bool in3D)
 constructor More...
 
bool in3D () const
 
 ~GUIEvent_AddView ()
 destructor More...
 

Protected Attributes

std::string myCaption
 The message. More...
 
bool myIn3D
 
std::string mySchemeName
 
GUIEventType myType
 the type of the event More...
 

Detailed Description

GUIEvent_AddView Throw from GUIRunThread to GUIApplicationWindow and then further to all displays after a step has been performed

Definition at line 36 of file GUIEvent_AddView.h.

Constructor & Destructor Documentation

◆ GUIEvent_AddView()

GUIEvent_AddView::GUIEvent_AddView ( const std::string &  caption,
const std::string  schemeName,
bool  in3D 
)
inline

constructor

Definition at line 39 of file GUIEvent_AddView.h.

◆ ~GUIEvent_AddView()

GUIEvent_AddView::~GUIEvent_AddView ( )
inline

destructor

Definition at line 44 of file GUIEvent_AddView.h.

Member Function Documentation

◆ getCaption()

const std::string& GUIEvent_AddView::getCaption ( ) const
inline

Definition at line 46 of file GUIEvent_AddView.h.

References myCaption.

Referenced by GUIApplicationWindow::eventOccurred().

Here is the caller graph for this function:

◆ getOwnType()

GUIEventType GUIEvent::getOwnType ( ) const
inlineinherited

returns the event type

Definition at line 89 of file GUIEvent.h.

References GUIEvent::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:

◆ getSchemeName()

const std::string& GUIEvent_AddView::getSchemeName ( ) const
inline

Definition at line 49 of file GUIEvent_AddView.h.

References mySchemeName.

Referenced by GUIApplicationWindow::eventOccurred().

Here is the caller graph for this function:

◆ in3D()

bool GUIEvent_AddView::in3D ( ) const
inline

Definition at line 52 of file GUIEvent_AddView.h.

References myIn3D.

Referenced by GUIApplicationWindow::eventOccurred().

Here is the caller graph for this function:

Field Documentation

◆ myCaption

std::string GUIEvent_AddView::myCaption
protected

The message.

Definition at line 59 of file GUIEvent_AddView.h.

Referenced by getCaption().

◆ myIn3D

bool GUIEvent_AddView::myIn3D
protected

Definition at line 63 of file GUIEvent_AddView.h.

Referenced by in3D().

◆ mySchemeName

std::string GUIEvent_AddView::mySchemeName
protected

Definition at line 61 of file GUIEvent_AddView.h.

Referenced by getSchemeName().

◆ myType

GUIEventType GUIEvent::myType
protectedinherited

the type of the event

Definition at line 102 of file GUIEvent.h.

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


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