Public Member Functions | |
| ODGraphicsPointItem () | |
| QRectF | boundingRect () const |
| void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *) |
| void | drawPoint (QPainter *) |
| void | setHighLight (bool hl) |
| void | setColor (const Color &col) |
Protected Attributes | |
| bool | highlight_ |
| int | penwidth_ |
| Color | pencolor_ |
| ODGraphicsPointItem::ODGraphicsPointItem | ( | ) | [inline] |
| QRectF ODGraphicsPointItem::boundingRect | ( | ) | const |
| void ODGraphicsPointItem::drawPoint | ( | QPainter * | ) |
| void ODGraphicsPointItem::paint | ( | QPainter * | , | |
| const QStyleOptionGraphicsItem * | , | |||
| QWidget * | ||||
| ) |
| void ODGraphicsPointItem::setColor | ( | const Color & | col | ) | [inline] |
| void ODGraphicsPointItem::setHighLight | ( | bool | hl | ) | [inline] |
bool ODGraphicsPointItem::highlight_ [protected] |
Color ODGraphicsPointItem::pencolor_ [protected] |
int ODGraphicsPointItem::penwidth_ [protected] |
1.7.1