19 #ifndef GUIEvent_Screenshot_h 20 #define GUIEvent_Screenshot_h 55 const std::string& file)
~GUIEvent_Screenshot()
destructor
GUIEvent_Screenshot(GUISUMOAbstractView *view, const std::string &file)
constructor
const std::string myFile
the name of the file to save to
Send when a screenshot is requested; View and file name are stored within the event.
GUISUMOAbstractView *const myView
the view to save
GUIEvent_Screenshot & operator=(const GUIEvent_Screenshot &s)
Invalidated assignment operator.