-
Notifications
You must be signed in to change notification settings - Fork 0
Commands Classes
ma7t3 edited this page Jun 11, 2024
·
1 revision
The folder "Commands" contains all commands/actions that affect the Project Data file. They are all QUndoCommands which means that they are considered to be undone anytime. These classes are separated into different categories:
- Busstops (file "CmdBusstops.h")
- Footnotes (file "CmdFootnotes.h")
- General (file "CmdGeneral.h")
- Lines (file "CmdLines.h")
- Publications (file "CmdPublications.h")
- Routes (file "CmdRoutes.h")
- Schedule (file "Schedule.h")
- Tours (file "CmdTours.h")