VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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

const Command About {CommandGroup::Application, CommandName::About}
static
const Command CloseWindow {CommandGroup::File, CommandName::CloseWindow}
static
const Command Copy {CommandGroup::Edit, CommandName::Copy}
static
const Command Cut {CommandGroup::Edit, CommandName::Cut}
static
const Command Delete {CommandGroup::Edit, CommandName::Delete}
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 Paste {CommandGroup::Edit, CommandName::Paste}
static
const Command Preferences {CommandGroup::Application, CommandName::Preferences}
static
const Command Quit {CommandGroup::Application, CommandName::Quit}
static
const Command Redo {CommandGroup::Edit, CommandName::Redo}
static
const Command RevertDocument {CommandGroup::File, CommandName::Revert}
static
const Command SaveDocument {CommandGroup::File, CommandName::Save}
static
const Command SaveDocumentAs {CommandGroup::File, CommandName::SaveAs}
static
const Command SelectAll {CommandGroup::Edit, CommandName::SelectAll}
static
const Command Undo {CommandGroup::Edit, CommandName::Undo}
static