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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Steinberg::ViewRect Struct Reference

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
 

Detailed Description

Graphical rectangle structure.

Used with IPlugView.

Definition at line 34 of file iplugview.h.

Constructor & Destructor Documentation

◆ ViewRect()

Steinberg::ViewRect::ViewRect ( int32  l = 0,
int32  t = 0,
int32  r = 0,
int32  b = 0 
)

Definition at line 36 of file iplugview.h.

Member Function Documentation

◆ getHeight()

int32 Steinberg::ViewRect::getHeight ( ) const

Definition at line 48 of file iplugview.h.

◆ getWidth()

int32 Steinberg::ViewRect::getWidth ( ) const

Definition at line 47 of file iplugview.h.

Member Data Documentation

◆ bottom

int32 Steinberg::ViewRect::bottom

Definition at line 44 of file iplugview.h.

◆ left

int32 Steinberg::ViewRect::left

Definition at line 41 of file iplugview.h.

◆ right

int32 Steinberg::ViewRect::right

Definition at line 43 of file iplugview.h.

◆ top

int32 Steinberg::ViewRect::top

Definition at line 42 of file iplugview.h.


The documentation for this struct was generated from the following file: