#include <painter.h>
Collaboration diagram for Wt::Pen:

Public Member Functions | |
| Pen () | |
| Pen (const Color &color) | |
| ~Pen () | |
| const Color & | color () const |
| void | setColor (const Color &color) |
Private Attributes | |
| Color | color_ |
Definition at line 36 of file painter.h.
| Wt::Pen::Pen | ( | const Color & | color | ) | [inline] |
| const Color& Wt::Pen::color | ( | ) | const [inline] |
Definition at line 45 of file painter.h.
References color_.
Referenced by Wt::Painter::drawHorizontalLine(), Wt::Painter::drawLine(), Wt::Painter::drawPoint(), Wt::Painter::drawPoints(), Wt::Painter::drawVerticalLine(), Wt::Widget::foregroundColor(), setColor(), Wt::Widget::setForegroundColor(), and Wt::Painter::setPen().
00045 { 00046 return color_; 00047 }
| void Wt::Pen::setColor | ( | const Color & | color | ) | [inline] |
Color Wt::Pen::color_ [private] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.