![]() |
SUMO - Simulation of Urban MObility
|
#include <GUIEvent_Screenshot.h>
Public Member Functions | |
GUIEventType | getOwnType () const |
returns the event type More... | |
GUIEvent_Screenshot (GUISUMOAbstractView *view, const std::string &file) | |
constructor More... | |
~GUIEvent_Screenshot () | |
destructor More... | |
Data Fields | |
const std::string | myFile |
the name of the file to save to More... | |
GUISUMOAbstractView *const | myView |
the view to save More... | |
Protected Attributes | |
GUIEventType | myType |
the type of the event More... | |
Private Member Functions | |
GUIEvent_Screenshot & | operator= (const GUIEvent_Screenshot &s) |
Invalidated assignment operator. More... | |
Throw to GUIApplicationWindow from GUIRunThread to trigger a screenshot
Definition at line 52 of file GUIEvent_Screenshot.h.
|
inline |
constructor
Definition at line 55 of file GUIEvent_Screenshot.h.
|
inline |
destructor
Definition at line 62 of file GUIEvent_Screenshot.h.
|
inlineinherited |
returns the event type
Definition at line 81 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GNEApplicationWindow::eventOccured(), GUIApplicationWindow::eventOccured(), GNEApplicationWindow::handleEvent_Message(), and GUIApplicationWindow::handleEvent_Message().
|
private |
Invalidated assignment operator.
const std::string GUIEvent_Screenshot::myFile |
the name of the file to save to
Definition at line 69 of file GUIEvent_Screenshot.h.
Referenced by GUIApplicationWindow::handleEvent_Screenshot().
|
protectedinherited |
the type of the event
Definition at line 96 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().
GUISUMOAbstractView* const GUIEvent_Screenshot::myView |
the view to save
Definition at line 66 of file GUIEvent_Screenshot.h.
Referenced by GUIApplicationWindow::handleEvent_Screenshot().