#include <graphicsguide.h>
|
| enum | { Type = UserType + 7
} |
|
| QRectF | boundingRect () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
◆ anonymous enum
◆ GraphicsGuide() [1/2]
| GraphicsGuide::GraphicsGuide |
( |
GraphicsWidget * | gw, |
|
|
const double & | x0, |
|
|
const double & | y0, |
|
|
const double & | radius ) |
◆ GraphicsGuide() [2/2]
| GraphicsGuide::GraphicsGuide |
( |
GraphicsWidget * | gw, |
|
|
const double & | y0, |
|
|
const int & | width ) |
◆ boundingRect()
| QRectF GraphicsGuide::boundingRect |
( |
| ) |
const |
|
protected |
Returns the bounding rectangle of the background circle
◆ die()
| void GraphicsGuide::die |
( |
| ) |
|
◆ isCircle()
| bool GraphicsGuide::isCircle |
( |
| ) |
|
◆ paint()
| void GraphicsGuide::paint |
( |
QPainter * | painter, |
|
|
const QStyleOptionGraphicsItem * | option, |
|
|
QWidget * | widget ) |
|
protected |
◆ radius()
| double GraphicsGuide::radius |
( |
| ) |
|
◆ setCircle()
| void GraphicsGuide::setCircle |
( |
const QPointF & | center, |
|
|
const double & | radius ) |
◆ setHorizontalLine()
| void GraphicsGuide::setHorizontalLine |
( |
const QPointF & | origin, |
|
|
const int & | width ) |
◆ type()
| int GraphicsGuide::type |
( |
| ) |
const |
|
inline |
◆ width()
| int GraphicsGuide::width |
( |
| ) |
|
◆ circle
| bool GraphicsGuide::circle |
|
private |
◆ graphicsWidget
◆ m_radius
| double GraphicsGuide::m_radius |
|
private |
◆ m_width
| int GraphicsGuide::m_width |
|
private |
The documentation for this class was generated from the following files: