ASPiK SDK
VSTGUICommand.h
1
// This file is part of VSTGUI. It is subject to the license terms
2
// in the LICENSE file found in the top-level directory of this
3
// distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4
5
#pragma once
6
7
#import "../../application.h"
8
#import <Foundation/Foundation.h>
9
10
//------------------------------------------------------------------------
11
@interface
VSTGUICommand
: NSObject
12
@property
VSTGUI::Standalone::Detail::CommandWithKey
cmd;
13
14
- (
const
VSTGUI::Standalone::Detail::CommandWithKey
&)command;
15
@end
VSTGUICommand
Definition:
VSTGUICommand.h:11
VSTGUI::Standalone::Detail::CommandWithKey
Definition:
application.h:20
vstgui4
vstgui
standalone
source
platform
mac
VSTGUICommand.h
Generated by
1.8.14