QtCanvasEllipse Class Reference

#include <ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.h>

+ Inheritance diagram for QtCanvasEllipse:

Public Member Functions

int angleLength () const
 
int angleLength () const
 
int angleStart () const
 
int angleStart () const
 
QPolygon areaPoints () const
 
QPolygon areaPoints () const
 
bool collidesWith (const QtCanvasItem *) const
 
bool collidesWith (const QtCanvasItem *) const
 
int height () const
 
int height () const
 
 QtCanvasEllipse (int width, int height, int startangle, int angle, QtCanvas *canvas)
 
 QtCanvasEllipse (int width, int height, int startangle, int angle, QtCanvas *canvas)
 
 QtCanvasEllipse (int width, int height, QtCanvas *canvas)
 
 QtCanvasEllipse (int width, int height, QtCanvas *canvas)
 
 QtCanvasEllipse (QtCanvas *canvas)
 
 QtCanvasEllipse (QtCanvas *canvas)
 
int rtti () const
 
int rtti () const
 
void setAngles (int start, int length)
 
void setAngles (int start, int length)
 
void setSize (int w, int h)
 
void setSize (int w, int h)
 
int width () const
 
int width () const
 
 ~QtCanvasEllipse ()
 
 ~QtCanvasEllipse ()
 
- Public Member Functions inherited from QtCanvasPolygonalItem
virtual QPolygon areaPointsAdvanced () const
 
virtual QPolygon areaPointsAdvanced () const
 
QRect boundingRect () const
 
QRect boundingRect () const
 
QBrush brush () const
 
QBrush brush () const
 
QPen pen () const
 
QPen pen () const
 
 QtCanvasPolygonalItem (QtCanvas *canvas)
 
 QtCanvasPolygonalItem (QtCanvas *canvas)
 
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_Ellipse
 
- Static Public Attributes inherited from QtCanvasPolygonalItem
static int RTTI = Rtti_PolygonalItem
 
- Static Public Attributes inherited from QtCanvasItem
static int RTTI = Rtti_Item
 

Protected Member Functions

void drawShape (QPainter &)
 
void drawShape (QPainter &)
 
- Protected Member Functions inherited from QtCanvasPolygonalItem
void draw (QPainter &)
 
void draw (QPainter &)
 
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
}
 

Detailed Description

Definition at line 792 of file qtcanvas.h.

Constructor & Destructor Documentation

◆ QtCanvasEllipse() [1/6]

QtCanvasEllipse ( QtCanvas canvas)

Definition at line 4853 of file qtcanvas.cpp.

◆ QtCanvasEllipse() [2/6]

QtCanvasEllipse ( int  width,
int  height,
QtCanvas canvas 
)

Definition at line 4864 of file qtcanvas.cpp.

◆ QtCanvasEllipse() [3/6]

QtCanvasEllipse ( int  width,
int  height,
int  startangle,
int  angle,
QtCanvas canvas 
)

Definition at line 4882 of file qtcanvas.cpp.

◆ ~QtCanvasEllipse() [1/2]

Definition at line 4893 of file qtcanvas.cpp.

+ Here is the call graph for this function:

◆ QtCanvasEllipse() [4/6]

QtCanvasEllipse ( QtCanvas canvas)

◆ QtCanvasEllipse() [5/6]

QtCanvasEllipse ( int  width,
int  height,
QtCanvas canvas 
)

◆ QtCanvasEllipse() [6/6]

QtCanvasEllipse ( int  width,
int  height,
int  startangle,
int  angle,
QtCanvas canvas 
)

◆ ~QtCanvasEllipse() [2/2]

Member Function Documentation

◆ angleLength() [1/2]

int angleLength ( ) const
inline

Definition at line 811 of file qtcanvas.h.

◆ angleLength() [2/2]

int angleLength ( ) const
inline

Definition at line 811 of file qtcanvas.h.

◆ angleStart() [1/2]

int angleStart ( ) const
inline

Definition at line 807 of file qtcanvas.h.

◆ angleStart() [2/2]

int angleStart ( ) const
inline

Definition at line 807 of file qtcanvas.h.

◆ areaPoints() [1/2]

QPolygon areaPoints ( ) const
virtual

Implements QtCanvasPolygonalItem.

◆ areaPoints() [2/2]

QPolygon areaPoints ( ) const
virtual

Implements QtCanvasPolygonalItem.

Definition at line 4970 of file qtcanvas.cpp.

+ Here is the call graph for this function:

◆ collidesWith() [1/2]

bool collidesWith ( const QtCanvasItem i) const
virtual

Reimplemented from QtCanvasPolygonalItem.

Definition at line 2548 of file qtcanvas.cpp.

+ Here is the call graph for this function:

◆ collidesWith() [2/2]

bool collidesWith ( const QtCanvasItem ) const
virtual

Reimplemented from QtCanvasPolygonalItem.

◆ drawShape() [1/2]

void drawShape ( QPainter &  p)
protectedvirtual

Implements QtCanvasPolygonalItem.

Definition at line 4983 of file qtcanvas.cpp.

+ Here is the call graph for this function:

◆ drawShape() [2/2]

void drawShape ( QPainter &  )
protectedvirtual

Implements QtCanvasPolygonalItem.

◆ height() [1/2]

int height ( ) const

Definition at line 4909 of file qtcanvas.cpp.

+ Here is the caller graph for this function:

◆ height() [2/2]

int height ( ) const

◆ rtti() [1/2]

int rtti ( ) const
virtual

Reimplemented from QtCanvasPolygonalItem.

◆ rtti() [2/2]

int rtti ( ) const
virtual

Reimplemented from QtCanvasPolygonalItem.

Definition at line 5358 of file qtcanvas.cpp.

◆ setAngles() [1/2]

void setAngles ( int  start,
int  length 
)

Definition at line 4956 of file qtcanvas.cpp.

◆ setAngles() [2/2]

void setAngles ( int  start,
int  length 
)

◆ setSize() [1/2]

void setSize ( int  w,
int  h 
)

◆ setSize() [2/2]

void setSize ( int  w,
int  h 
)

Definition at line 4917 of file qtcanvas.cpp.

+ Here is the call graph for this function:

◆ width() [1/2]

int width ( ) const

◆ width() [2/2]

int width ( ) const

Definition at line 4901 of file qtcanvas.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ RTTI

static int RTTI = Rtti_Ellipse
static

Definition at line 820 of file qtcanvas.h.


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