#include <QXPTypes.h>
 
  
 | Public Member Functions | |
| Box () | |
| Public Attributes | |
| boost::optional< Fill > | fill | 
| Frame | frame | 
| BoxType | boxType | 
| CornerType | cornerType | 
| double | cornerRadius | 
| double | rotation | 
| std::vector< Point > | customPoints | 
| std::vector< CurveComponent > | curveComponents | 
|  Public Attributes inherited from libqxp::Object | |
| Rect | boundingBox | 
| bool | runaround | 
| unsigned | zIndex | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from libqxp::Object | |
| Object () | |
| 
 | inline | 
| BoxType libqxp::Box::boxType | 
| double libqxp::Box::cornerRadius | 
| CornerType libqxp::Box::cornerType | 
| std::vector<CurveComponent> libqxp::Box::curveComponents | 
| std::vector<Point> libqxp::Box::customPoints | 
| boost::optional<Fill> libqxp::Box::fill | 
| Frame libqxp::Box::frame | 
| double libqxp::Box::rotation |