Computer Assisted Medical Intervention Tool Kit  version 5.2
QtCanvasPolygonalItem Class Referenceabstract

#include <qtcanvas.h>

+ Inheritance diagram for QtCanvasPolygonalItem:
+ Collaboration diagram for QtCanvasPolygonalItem:

Public Member Functions

virtual QPolygon areaPoints () const =0
 
virtual QPolygon areaPoints () const =0
 
virtual QPolygon areaPointsAdvanced () const
 
virtual QPolygon areaPointsAdvanced () const
 
QRect boundingRect () const
 
QRect boundingRect () const
 
QBrush brush () const
 
QBrush brush () const
 
bool collidesWith (const QtCanvasItem *) const
 
bool collidesWith (const QtCanvasItem *) const
 
QPen pen () const
 
QPen pen () const
 
 QtCanvasPolygonalItem (QtCanvas *canvas)
 
 QtCanvasPolygonalItem (QtCanvas *canvas)
 
int rtti () const
 
int rtti () const
 
virtual void setBrush (QBrush b)
 
virtual void setBrush (QBrush b)
 
virtual void setPen (QPen p)
 
virtual void setPen (QPen p)
 
virtual ~QtCanvasPolygonalItem ()
 
virtual ~QtCanvasPolygonalItem ()
 
- Public Member Functions inherited from QtCanvasItem
bool active () const
 
bool active () const
 
virtual void advance (int stage)
 
virtual void advance (int stage)
 
bool animated () const
 
bool animated () const
 
virtual QRect boundingRectAdvanced () const
 
virtual QRect boundingRectAdvanced () const
 
QtCanvascanvas () const
 
QtCanvascanvas () const
 
QtCanvasItemList collisions (bool exact) const
 
QtCanvasItemList collisions (bool exact) const
 
bool enabled () const
 
bool enabled () const
 
void hide ()
 
void hide ()
 
bool isActive () const
 
bool isActive () const
 
bool isEnabled () const
 
bool isEnabled () const
 
bool isSelected () const
 
bool isSelected () const
 
bool isVisible () const
 
bool isVisible () const
 
void move (double x, double y)
 
void move (double x, double y)
 
virtual void moveBy (double dx, double dy)
 
virtual void moveBy (double dx, double dy)
 
 QtCanvasItem (QtCanvas *canvas)
 
 QtCanvasItem (QtCanvas *canvas)
 
bool selected () const
 
bool selected () const
 
virtual void setActive (bool yes)
 
virtual void setActive (bool yes)
 
virtual void setAnimated (bool y)
 
virtual void setAnimated (bool y)
 
virtual void setCanvas (QtCanvas *)
 
virtual void setCanvas (QtCanvas *)
 
virtual void setEnabled (bool yes)
 
virtual void setEnabled (bool yes)
 
virtual void setSelected (bool yes)
 
virtual void setSelected (bool yes)
 
virtual void setVelocity (double vx, double vy)
 
virtual void setVelocity (double vx, double vy)
 
virtual void setVisible (bool yes)
 
virtual void setVisible (bool yes)
 
void setX (double a)
 
void setX (double a)
 
void setXVelocity (double vx)
 
void setXVelocity (double vx)
 
void setY (double a)
 
void setY (double a)
 
void setYVelocity (double vy)
 
void setYVelocity (double vy)
 
void setZ (double a)
 
void setZ (double a)
 
void show ()
 
void show ()
 
bool visible () const
 
bool visible () const
 
double x () const
 
double x () const
 
double xVelocity () const
 
double xVelocity () const
 
double y () const
 
double y () const
 
double yVelocity () const
 
double yVelocity () const
 
double z () const
 
double z () const
 
virtual ~QtCanvasItem ()
 
virtual ~QtCanvasItem ()
 

Static Public Attributes

static int RTTI = Rtti_PolygonalItem
 
- Static Public Attributes inherited from QtCanvasItem
static int RTTI = Rtti_Item
 

Protected Member Functions

void draw (QPainter &)
 
void draw (QPainter &)
 
virtual void drawShape (QPainter &)=0
 
virtual void drawShape (QPainter &)=0
 
void invalidate ()
 
void invalidate ()
 
bool isValid () const
 
bool isValid () const
 
void setWinding (bool)
 
void setWinding (bool)
 
bool winding () const
 
bool winding () const
 
- Protected Member Functions inherited from QtCanvasItem
void update ()
 
void update ()
 

Additional Inherited Members

- Public Types inherited from QtCanvasItem
enum  RttiValues {
  Rtti_Item = 0 , Rtti_Sprite = 1 , Rtti_PolygonalItem = 2 , Rtti_Text = 3 ,
  Rtti_Polygon = 4 , Rtti_Rectangle = 5 , Rtti_Ellipse = 6 , Rtti_Line = 7 ,
  Rtti_Spline = 8 , Rtti_Item = 0 , Rtti_Sprite = 1 , Rtti_PolygonalItem = 2 ,
  Rtti_Text = 3 , Rtti_Polygon = 4 , Rtti_Rectangle = 5 , Rtti_Ellipse = 6 ,
  Rtti_Line = 7 , Rtti_Spline = 8
}
 
enum  RttiValues {
  Rtti_Item = 0 , Rtti_Sprite = 1 , Rtti_PolygonalItem = 2 , Rtti_Text = 3 ,
  Rtti_Polygon = 4 , Rtti_Rectangle = 5 , Rtti_Ellipse = 6 , Rtti_Line = 7 ,
  Rtti_Spline = 8 , Rtti_Item = 0 , Rtti_Sprite = 1 , Rtti_PolygonalItem = 2 ,
  Rtti_Text = 3 , Rtti_Polygon = 4 , Rtti_Rectangle = 5 , Rtti_Ellipse = 6 ,
  Rtti_Line = 7 , Rtti_Spline = 8
}
 

Constructor & Destructor Documentation

◆ QtCanvasPolygonalItem() [1/2]

QtCanvasPolygonalItem::QtCanvasPolygonalItem ( QtCanvas canvas)

◆ ~QtCanvasPolygonalItem() [1/2]

QtCanvasPolygonalItem::~QtCanvasPolygonalItem ( )
virtual

◆ QtCanvasPolygonalItem() [2/2]

QtCanvasPolygonalItem::QtCanvasPolygonalItem ( QtCanvas canvas)

◆ ~QtCanvasPolygonalItem() [2/2]

virtual QtCanvasPolygonalItem::~QtCanvasPolygonalItem ( )
virtual

Member Function Documentation

◆ areaPoints() [1/2]

virtual QPolygon QtCanvasPolygonalItem::areaPoints ( ) const
pure virtual

Implemented in QtCanvasEllipse, QtCanvasLine, QtCanvasPolygon, QtCanvasRectangle, QtCanvasEllipse, QtCanvasLine, QtCanvasPolygon, and QtCanvasRectangle.

Referenced by areaPointsAdvanced(), and boundingRect().

+ Here is the caller graph for this function:

◆ areaPoints() [2/2]

virtual QPolygon QtCanvasPolygonalItem::areaPoints ( ) const
pure virtual

◆ areaPointsAdvanced() [1/2]

QPolygon QtCanvasPolygonalItem::areaPointsAdvanced ( ) const
virtual

References areaPoints(), QtCanvasItem::x(), QtCanvasItem::xVelocity(), QtCanvasItem::y(), and QtCanvasItem::yVelocity().

Referenced by collision_double_dispatch().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ areaPointsAdvanced() [2/2]

virtual QPolygon QtCanvasPolygonalItem::areaPointsAdvanced ( ) const
virtual

◆ boundingRect() [1/2]

QRect QtCanvasPolygonalItem::boundingRect ( ) const
virtual

Implements QtCanvasItem.

References areaPoints().

+ Here is the call graph for this function:

◆ boundingRect() [2/2]

QRect QtCanvasPolygonalItem::boundingRect ( ) const
virtual

Implements QtCanvasItem.

◆ brush() [1/2]

QBrush QtCanvasPolygonalItem::brush ( ) const
inline

◆ brush() [2/2]

QBrush QtCanvasPolygonalItem::brush ( ) const
inline

◆ collidesWith() [1/2]

bool QtCanvasPolygonalItem::collidesWith ( const QtCanvasItem i) const
virtual

Implements QtCanvasItem.

Reimplemented in QtCanvasEllipse, QtCanvasRectangle, QtCanvasEllipse, and QtCanvasRectangle.

References QtCanvasItem::collidesWith().

+ Here is the call graph for this function:

◆ collidesWith() [2/2]

bool QtCanvasPolygonalItem::collidesWith ( const QtCanvasItem ) const
virtual

Implements QtCanvasItem.

Reimplemented in QtCanvasEllipse, and QtCanvasRectangle.

◆ draw() [1/2]

void QtCanvasPolygonalItem::draw ( QPainter &  p)
protectedvirtual

Implements QtCanvasItem.

References drawShape().

+ Here is the call graph for this function:

◆ draw() [2/2]

void QtCanvasPolygonalItem::draw ( QPainter &  )
protectedvirtual

Implements QtCanvasItem.

◆ drawShape() [1/2]

virtual void QtCanvasPolygonalItem::drawShape ( QPainter &  )
protectedpure virtual

Implemented in QtCanvasEllipse, QtCanvasLine, QtCanvasPolygon, QtCanvasRectangle, QtCanvasEllipse, QtCanvasLine, QtCanvasPolygon, and QtCanvasRectangle.

Referenced by draw().

+ Here is the caller graph for this function:

◆ drawShape() [2/2]

virtual void QtCanvasPolygonalItem::drawShape ( QPainter &  )
protectedpure virtual

◆ invalidate() [1/2]

void QtCanvasPolygonalItem::invalidate ( )
protected

◆ invalidate() [2/2]

void QtCanvasPolygonalItem::invalidate ( )
protected

◆ isValid() [1/2]

bool QtCanvasPolygonalItem::isValid ( ) const
inlineprotected

◆ isValid() [2/2]

bool QtCanvasPolygonalItem::isValid ( ) const
inlineprotected

◆ pen() [1/2]

QPen QtCanvasPolygonalItem::pen ( ) const
inline

Referenced by QtCanvasRectangle::areaPoints(), and QtCanvasLine::areaPoints().

+ Here is the caller graph for this function:

◆ pen() [2/2]

QPen QtCanvasPolygonalItem::pen ( ) const
inline

◆ rtti() [1/2]

int QtCanvasPolygonalItem::rtti ( ) const
virtual

◆ rtti() [2/2]

int QtCanvasPolygonalItem::rtti ( ) const
virtual

◆ setBrush() [1/2]

void QtCanvasPolygonalItem::setBrush ( QBrush  b)
virtual

◆ setBrush() [2/2]

virtual void QtCanvasPolygonalItem::setBrush ( QBrush  b)
virtual

◆ setPen() [1/2]

void QtCanvasPolygonalItem::setPen ( QPen  p)
virtual

Reimplemented in QtCanvasLine, and QtCanvasLine.

Referenced by QtCanvas::collisions(), and QtCanvasLine::setPen().

+ Here is the caller graph for this function:

◆ setPen() [2/2]

virtual void QtCanvasPolygonalItem::setPen ( QPen  p)
virtual

Reimplemented in QtCanvasLine, and QtCanvasLine.

◆ setWinding() [1/2]

void QtCanvasPolygonalItem::setWinding ( bool  enable)
protected

◆ setWinding() [2/2]

void QtCanvasPolygonalItem::setWinding ( bool  )
protected

◆ winding() [1/2]

bool QtCanvasPolygonalItem::winding ( ) const
protected

◆ winding() [2/2]

bool QtCanvasPolygonalItem::winding ( ) const
protected

Member Data Documentation

◆ RTTI

static int QtCanvasPolygonalItem::RTTI = Rtti_PolygonalItem
static

Referenced by rtti().


The documentation for this class was generated from the following files: