EventCommands.h File Reference
#include "base/Event.h"
#include "base/Command.h"
#include "base/ById.h"
Include dependency graph for EventCommands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventEditable
 Interface for classes that can be modified through these commands. More...
 
class  WithEditable
 
class  AddEventCommand
 Command to add an event to an editable containing events, with undo. More...
 
class  RemoveEventCommand
 Command to remove an event from an editable containing events, with undo. More...
 
class  ChangeEventsCommand
 Command to add or remove a series of events to or from an editable, with undo. More...