![]() |
wxPdfDocument 1.3.1
|
This is the complete list of members for wxPdfLineStyle, including all inherited members.
| GetColour() const | wxPdfLineStyle | inline |
| GetDash() const | wxPdfLineStyle | inline |
| GetLineCap() const | wxPdfLineStyle | inline |
| GetLineJoin() const | wxPdfLineStyle | inline |
| GetPhase() const | wxPdfLineStyle | inline |
| GetWidth() const | wxPdfLineStyle | inline |
| IsSet() const | wxPdfLineStyle | inline |
| operator=(const wxPdfLineStyle &lineStyle) | wxPdfLineStyle | |
| SetColour(const wxPdfColour &colour) | wxPdfLineStyle | inline |
| SetDash(const wxPdfArrayDouble &dash) | wxPdfLineStyle | inline |
| SetLineCap(const wxPdfLineCap cap) | wxPdfLineStyle | inline |
| SetLineJoin(const wxPdfLineJoin join) | wxPdfLineStyle | inline |
| SetPhase(double phase) | wxPdfLineStyle | inline |
| SetWidth(double width) | wxPdfLineStyle | inline |
| wxPdfLineStyle(double width=-1, wxPdfLineCap cap=wxPDF_LINECAP_NONE, wxPdfLineJoin join=wxPDF_LINEJOIN_NONE, const wxPdfArrayDouble &dash=wxPdfArrayDouble(), double phase=-1, const wxPdfColour &colour=wxPdfColour()) | wxPdfLineStyle | |
| wxPdfLineStyle(const wxPdfLineStyle &lineStyle) | wxPdfLineStyle | |
| ~wxPdfLineStyle() | wxPdfLineStyle | virtual |