|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Graphical rectangle structure. More...
#include "iplugview.h"
Public Member Functions | |
| ViewRect (int32 l=0, int32 t=0, int32 r=0, int32 b=0) | |
| int32 | getWidth () const |
| int32 | getHeight () const |
Public Attributes | |
| int32 | left |
| int32 | top |
| int32 | right |
| int32 | bottom |
| Steinberg::ViewRect::ViewRect | ( | int32 | l = 0, |
| int32 | t = 0, |
||
| int32 | r = 0, |
||
| int32 | b = 0 |
||
| ) |
Definition at line 36 of file iplugview.h.
| int32 Steinberg::ViewRect::getHeight | ( | ) | const |
Definition at line 48 of file iplugview.h.
| int32 Steinberg::ViewRect::getWidth | ( | ) | const |
Definition at line 47 of file iplugview.h.
| int32 Steinberg::ViewRect::bottom |
Definition at line 44 of file iplugview.h.
| int32 Steinberg::ViewRect::left |
Definition at line 41 of file iplugview.h.
| int32 Steinberg::ViewRect::right |
Definition at line 43 of file iplugview.h.
| int32 Steinberg::ViewRect::top |
Definition at line 42 of file iplugview.h.