kblackbox
KBBGraphicsItemBall Class Reference
#include <kbbgraphicsitemball.h>
Inheritance diagram for KBBGraphicsItemBall:

Public Member Functions | |
| KBBGraphicsItemBall (KBBScalableGraphicWidget::itemType itemType, KBBScalableGraphicWidget *parent, KBBThemeManager *themeManager, int boxPosition, int columns, int rows) | |
| ~KBBGraphicsItemBall () | |
Public Member Functions inherited from KBBGraphicsItemOnBox | |
| KBBGraphicsItemOnBox (KBBScalableGraphicWidget::itemType itemType, KBBScalableGraphicWidget *parent, KBBThemeManager *themeManager, const int boxPosition, const int columns, const int rows) | |
| int | position () |
Public Member Functions inherited from KBBGraphicsItem | |
| KBBGraphicsItem (KBBScalableGraphicWidget::itemType itemType, QGraphicsScene *scene, KBBThemeManager *themeManager) | |
Public Member Functions inherited from KBBItemWithPosition | |
| virtual | ~KBBItemWithPosition () |
| virtual void | cleanDelete () |
| virtual void | highlight (bool) |
| virtual void | highlightBoth (bool) |
| virtual void | setPause (bool state) |
Static Public Attributes | |
| static const int | TIME_TO_WAIT_BEFORE_SHOWING_INTERACTIONS = 1500 |
Static Public Attributes inherited from KBBGraphicsItemOnBox | |
| static const int | NO_POSITION = -1 |
Additional Inherited Members | |
Protected Attributes inherited from KBBGraphicsItemOnBox | |
| int | m_columns |
| int | m_rows |
| KBBScalableGraphicWidget * | m_widget |
Detailed Description
Ball on the scalable graphic widget.
A ball can be gray, red or gray with a question mark.
Definition at line 50 of file kbbgraphicsitemball.h.
Constructor & Destructor Documentation
| KBBGraphicsItemBall::KBBGraphicsItemBall | ( | KBBScalableGraphicWidget::itemType | itemType, |
| KBBScalableGraphicWidget * | parent, | ||
| KBBThemeManager * | themeManager, | ||
| int | boxPosition, | ||
| int | columns, | ||
| int | rows | ||
| ) |
Constructor.
Definition at line 49 of file kbbgraphicsitemball.cpp.
| KBBGraphicsItemBall::~KBBGraphicsItemBall | ( | ) |
Definition at line 62 of file kbbgraphicsitemball.cpp.
Member Data Documentation
|
static |
Definition at line 55 of file kbbgraphicsitemball.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:44:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:44:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from