#include <WLength>#include <WColor>Namespaces | |
| namespace | Wt |
Classes | |
| class | Wt::WPen |
| Class that defines the style for pen strokes. More... | |
Enumerations | |
| enum | Wt::PenStyle { Wt::NoPen = 0x0, Wt::SolidLine = 0x1, Wt::DashLine = 0x2, Wt::DotLine = 0x3, Wt::DashDotLine = 0x4, Wt::DashDotDotLine = 0x5 } |
| Enumeration that indicates a pen style. More... | |
| enum | Wt::PenCapStyle { Wt::FlatCap = 0x00, Wt::SquareCap = 0x10, Wt::RoundCap = 0x20 } |
| Enumeration that indicates how line end points are rendered. More... | |
| enum | Wt::PenJoinStyle { Wt::MiterJoin = 0x00, Wt::BevelJoin = 0x40, Wt::RoundJoin = 0x80 } |
| Enumeration that indicates how line joins are rendered. More... | |
1.5.3