VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
CNinePartTiledDescription Struct Reference

Public Types

enum  {
  kPartTopLeft, kPartTop, kPartTopRight, kPartLeft,
  kPartCenter, kPartRight, kPartBottomLeft, kPartBottom,
  kPartBottomRight, kPartCount
}
 

Public Member Functions

 CNinePartTiledDescription (CCoord left=0, CCoord top=0, CCoord right=0, CCoord bottom=0)
 
void calcRects (const CRect &inBitmapRect, CRect outRect[kPartCount]) const
 

Public Attributes

CCoord left
 
CCoord top
 
CCoord right
 
CCoord bottom
 

Member Enumeration Documentation

anonymous enum
Enumerator
kPartTopLeft 
kPartTop 
kPartTopRight 
kPartLeft 
kPartCenter 
kPartRight 
kPartBottomLeft 
kPartBottom 
kPartBottomRight 
kPartCount 

Constructor & Destructor Documentation

CNinePartTiledDescription ( CCoord  left = 0,
CCoord  top = 0,
CCoord  right = 0,
CCoord  bottom = 0 
)
inline

Member Function Documentation

void calcRects ( const CRect inBitmapRect,
CRect  outRect[kPartCount] 
) const
inline

Member Data Documentation

CCoord bottom
CCoord left
CCoord right
CCoord top

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