Steinberg::ViewRect Struct Reference

#include <iplugview.h>

List of all members.

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 48 of file iplugview.h.


Constructor & Destructor Documentation

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

Definition at line 51 of file iplugview.h.


Member Function Documentation

int32 Steinberg::ViewRect::getHeight (  )  const [inline]

Definition at line 60 of file iplugview.h.

int32 Steinberg::ViewRect::getWidth (  )  const [inline]

Definition at line 59 of file iplugview.h.


Member Data Documentation

int32 Steinberg::ViewRect::bottom

Definition at line 57 of file iplugview.h.

int32 Steinberg::ViewRect::left

Definition at line 54 of file iplugview.h.

int32 Steinberg::ViewRect::right

Definition at line 56 of file iplugview.h.

int32 Steinberg::ViewRect::top

Definition at line 55 of file iplugview.h.


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

Copyright ©2008 Steinberg Media Technologies. All Rights Reserved.