kblackbox
KBBGraphicsItemRay Class Reference
#include <kbbgraphicsitemray.h>
Inheritance diagram for KBBGraphicsItemRay:

Public Member Functions | |
| KBBGraphicsItemRay (KBBScalableGraphicWidget::itemType itemType, QGraphicsScene *scene, KBBThemeManager *themeManager) | |
| void | draw (KBBBallsOnBoard *ballsOnBoard, const int borderPosition) |
| void | hide () |
Public Member Functions inherited from KBBGraphicsItemBorder | |
| KBBGraphicsItemBorder (int borderPosition, int columns, int rows, float offset) | |
| void | setSize (int borderPosition, int columns, int rows) |
Additional Inherited Members | |
Protected Member Functions inherited from KBBGraphicsItemBorder | |
| void | centerCoordinate (int borderPosition, float ¢erX, float ¢erY, float offset) |
| float | centerX () const |
| float | centerY () const |
| int | rotationAngle () |
| void | setBorderPosition (int borderPosition) |
Protected Attributes inherited from KBBGraphicsItemBorder | |
| int | m_borderPosition |
| float | m_centerX |
| float | m_centerY |
| int | m_columns |
| float | m_offset |
| int | m_rows |
Detailed Description
Ray on the scalable graphic widget of KBlackBox.
Definition at line 52 of file kbbgraphicsitemray.h.
Constructor & Destructor Documentation
| KBBGraphicsItemRay::KBBGraphicsItemRay | ( | KBBScalableGraphicWidget::itemType | itemType, |
| QGraphicsScene * | scene, | ||
| KBBThemeManager * | themeManager | ||
| ) |
Constructor.
Definition at line 51 of file kbbgraphicsitemray.cpp.
Member Function Documentation
| void KBBGraphicsItemRay::draw | ( | KBBBallsOnBoard * | ballsOnBoard, |
| const int | borderPosition | ||
| ) |
Definition at line 72 of file kbbgraphicsitemray.cpp.
| void KBBGraphicsItemRay::hide | ( | ) |
Definition at line 105 of file kbbgraphicsitemray.cpp.
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