VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
VSTGUI::Standalone::Commands Namespace Reference

predefined commands More...

Namespaces

namespace  Debug
 

Variables

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}
 

Detailed Description

predefined commands

Variable Documentation

◆ About

const Command About {CommandGroup::Application, CommandName::About}
static

◆ CloseWindow

const Command CloseWindow {CommandGroup::File, CommandName::CloseWindow}
static

◆ Copy

const Command Copy {CommandGroup::Edit, CommandName::Copy}
static

◆ Cut

const Command Cut {CommandGroup::Edit, CommandName::Cut}
static

◆ Delete

const Command Delete {CommandGroup::Edit, CommandName::Delete}
static

◆ Help

const Command Help {CommandGroup::Application, CommandName::Help}
static

◆ NewDocument

const Command NewDocument {CommandGroup::File, CommandName::New}
static

◆ OpenDocument

const Command OpenDocument {CommandGroup::File, CommandName::Open}
static

◆ Paste

const Command Paste {CommandGroup::Edit, CommandName::Paste}
static

◆ Preferences

const Command Preferences {CommandGroup::Application, CommandName::Preferences}
static

◆ Quit

const Command Quit {CommandGroup::Application, CommandName::Quit}
static

◆ Redo

const Command Redo {CommandGroup::Edit, CommandName::Redo}
static

◆ RevertDocument

const Command RevertDocument {CommandGroup::File, CommandName::Revert}
static

◆ SaveDocument

const Command SaveDocument {CommandGroup::File, CommandName::Save}
static

◆ SaveDocumentAs

const Command SaveDocumentAs {CommandGroup::File, CommandName::SaveAs}
static

◆ SelectAll

const Command SelectAll {CommandGroup::Edit, CommandName::SelectAll}
static

◆ Undo

const Command Undo {CommandGroup::Edit, CommandName::Undo}
static