LMMS
Loading...
Searching...
No Matches
ipslviewscaling.h
Go to the documentation of this file.
1//************************************************************************************************
2//
3// PreSonus Plug-In Extensions
4// Written and placed in the PUBLIC DOMAIN by PreSonus Software Ltd.
5//
6// Filename : ipslviewscaling.h
7// Created by : PreSonus Software Ltd., 03/2015
8// Description : Plug-in View DPI Scaling Interface
9//
10//************************************************************************************************
11/*
12 DISCLAIMER:
13 The PreSonus Plug-In Extensions are host-specific extensions of existing proprietary technologies,
14 provided to the community on an AS IS basis. They are not part of any official 3rd party SDK and
15 PreSonus is not affiliated with the owner of the underlying technology in any way.
16*/
17//************************************************************************************************
18
19#ifndef _ipslviewscaling_h
20#define _ipslviewscaling_h
21
24
25namespace Presonus {
26
27//************************************************************************************************
28// IPlugInViewScaling
49//************************************************************************************************
50
52{
56 virtual Steinberg::tresult PLUGIN_API setContentScaleFactor (float factor) = 0;
57
58 static const Steinberg::FUID iid;
59};
60
61DECLARE_CLASS_IID (IPlugInViewScaling, 0x65ed9690, 0x8ac44525, 0x8aadef7a, 0x72ea703f)
62
63} // namespace Presonus
64
66
67#endif // _ipslviewscaling_h
Definition funknown.h:233
Definition funknown.h:361
#define DECLARE_CLASS_IID(ClassName, l1, l2, l3, l4)
Definition funknown.h:74
Definition juce_VST3Headers.h:188
int32 tresult
Definition ftypes.h:76
Definition ipslviewscaling.h:52
virtual Steinberg::tresult PLUGIN_API setContentScaleFactor(float factor)=0
static const Steinberg::FUID iid
Definition ipslviewscaling.h:58