KGameCanvasRectangle
#include <KGameCanvas>

Public Member Functions | |
KGameCanvasRectangle (const QColor &color, const QSize &size, KGameCanvasAbstract *canvas=nullptr) | |
KGameCanvasRectangle (KGameCanvasAbstract *canvas=nullptr) | |
QColor | color () const |
bool | layered () const override |
void | paint (QPainter *p) override |
QRect | rect () const override |
void | setColor (const QColor &color) |
void | setSize (const QSize &size) |
![]() | |
KGameCanvasItem (KGameCanvasAbstract *canvas=nullptr) | |
QPoint | absolutePosition () const |
virtual void | advance (int msecs) |
bool | animated () const |
KGameCanvasAbstract * | canvas () const |
virtual void | changed () |
void | hide () |
void | lower () |
void | moveTo (const QPoint &newpos) |
void | moveTo (int x, int y) |
int | opacity () const |
QPoint | pos () const |
void | putInCanvas (KGameCanvasAbstract *canvas) |
void | raise () |
void | setAnimated (bool a) |
void | setOpacity (int o) |
void | setVisible (bool v) |
void | show () |
void | stackOver (KGameCanvasItem *ref) |
void | stackUnder (KGameCanvasItem *ref) |
KGameCanvasWidget * | topLevelCanvas () const |
bool | visible () const |
Detailed Description
A solid rectangle.
A KGameCanvasRectangle is a rectangle that can be put in the canvas.
- Deprecated:
- For new applications, use Qt's Graphics View framework or Qt Quick.
Definition at line 483 of file kgamecanvas.h.
Constructor & Destructor Documentation
◆ KGameCanvasRectangle() [1/2]
KGameCanvasRectangle::KGameCanvasRectangle | ( | const QColor & | color, |
const QSize & | size, | ||
KGameCanvasAbstract * | canvas = nullptr |
||
) |
Constructor, specifying the pixmap and the parameters to use.
Definition at line 795 of file kgamecanvas.cpp.
◆ KGameCanvasRectangle() [2/2]
|
explicit |
Constructor, creating with an empty pixmap.
Definition at line 802 of file kgamecanvas.cpp.
Member Function Documentation
◆ color()
|
inline |
Returns the color.
Definition at line 499 of file kgamecanvas.h.
◆ layered()
|
inlineoverridevirtual |
Override this function to specify if the painting operations will paint over each other.
If not, the item will be drawn more quickly when opacity is != 255, because it does not have to be painted onto a pixmap first. If you don't care about the item's opacity, don't care about this function as well.
Reimplemented from KGameCanvasItem.
Definition at line 512 of file kgamecanvas.h.
◆ paint()
|
overridevirtual |
Override this function to draw the item with the painter.
Implements KGameCanvasItem.
Definition at line 826 of file kgamecanvas.cpp.
◆ rect()
|
overridevirtual |
Override this function to return the rect the item will be drawn into.
Implements KGameCanvasItem.
Definition at line 831 of file kgamecanvas.cpp.
◆ setColor()
void KGameCanvasRectangle::setColor | ( | const QColor & | color | ) |
Sets the color.
Definition at line 812 of file kgamecanvas.cpp.
◆ setSize()
void KGameCanvasRectangle::setSize | ( | const QSize & | size | ) |
Sets the size.
Definition at line 819 of file kgamecanvas.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 04:05:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.