#include <QXPTypes.h>
 
  
 | Public Member Functions | |
| TextBox () | |
|  Public Member Functions inherited from libqxp::Box | |
| Box () | |
|  Public Member Functions inherited from libqxp::TextObject | |
| TextObject () | |
| bool | isLinked () const | 
| Public Attributes | |
| TextSettings | settings | 
|  Public Attributes inherited from libqxp::Box | |
| 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 | 
|  Public Attributes inherited from libqxp::TextObject | |
| LinkedTextSettings | linkSettings | 
| boost::optional< std::shared_ptr< Text > > | text | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from libqxp::Object | |
| Object () | |
| 
 | inline | 
| TextSettings libqxp::TextBox::settings |