| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
| Public Member Functions | |
| State ()=default | |
| State (const State &state) | |
| State & | operator= (const State &state)=default | 
| State (State &&state) noexcept | |
| State & | operator= (State &&state) noexcept | 
| Public Attributes | |
| SharedPointer< CFontDesc > | font | 
| CColor | frameColor {kTransparentCColor} | 
| CColor | fillColor {kTransparentCColor} | 
| CColor | fontColor {kTransparentCColor} | 
| CCoord | frameWidth {0.} | 
| CPoint | penLoc {} | 
| CRect | clipRect {} | 
| CLineStyle | lineStyle {kLineOnOffDash} | 
| CDrawMode | drawMode {kAntiAliasing} | 
| float | globalAlpha {1.f} | 
| BitmapInterpolationQuality | bitmapQuality {BitmapInterpolationQuality::kDefault} | 
| 
 | default | 
| 
 | noexcept | 
| BitmapInterpolationQuality bitmapQuality {BitmapInterpolationQuality::kDefault} | 
| CRect clipRect {} | 
| CDrawMode drawMode {kAntiAliasing} | 
| CColor fillColor {kTransparentCColor} | 
| SharedPointer<CFontDesc> font | 
| CColor fontColor {kTransparentCColor} | 
| CColor frameColor {kTransparentCColor} | 
| CCoord frameWidth {0.} | 
| float globalAlpha {1.f} | 
| CLineStyle lineStyle {kLineOnOffDash} | 
| CPoint penLoc {} |