predefined commands  
More...
|  | 
| static const Command | About {CommandGroup::Application, CommandName::About} | 
|  | 
| static const Command | Preferences {CommandGroup::Application, CommandName::Preferences} | 
|  | 
| static const Command | Quit {CommandGroup::Application, CommandName::Quit} | 
|  | 
| static const Command | Help {CommandGroup::Application, CommandName::Help} | 
|  | 
| static const Command | NewDocument {CommandGroup::File, CommandName::New} | 
|  | 
| static const Command | OpenDocument {CommandGroup::File, CommandName::Open} | 
|  | 
| static const Command | SaveDocument {CommandGroup::File, CommandName::Save} | 
|  | 
| static const Command | SaveDocumentAs {CommandGroup::File, CommandName::SaveAs} | 
|  | 
| static const Command | RevertDocument {CommandGroup::File, CommandName::Revert} | 
|  | 
| static const Command | CloseWindow {CommandGroup::File, CommandName::CloseWindow} | 
|  | 
| static const Command | Undo {CommandGroup::Edit, CommandName::Undo} | 
|  | 
| static const Command | Redo {CommandGroup::Edit, CommandName::Redo} | 
|  | 
| static const Command | Cut {CommandGroup::Edit, CommandName::Cut} | 
|  | 
| static const Command | Copy {CommandGroup::Edit, CommandName::Copy} | 
|  | 
| static const Command | Paste {CommandGroup::Edit, CommandName::Paste} | 
|  | 
| static const Command | Delete {CommandGroup::Edit, CommandName::Delete} | 
|  | 
| static const Command | SelectAll {CommandGroup::Edit, CommandName::SelectAll} | 
|  | 
◆ About
◆ CloseWindow
◆ Copy
◆ Cut
◆ Delete
◆ Help
◆ NewDocument
◆ OpenDocument
◆ Paste
◆ Preferences
◆ Quit
◆ Redo
◆ RevertDocument
◆ SaveDocument
◆ SaveDocumentAs
◆ SelectAll
◆ Undo