kblackbox
kbbgraphicsitemtutorialmarker.cpp
Go to the documentation of this file.
35 KBBGraphicsItemTutorialMarker::KBBGraphicsItemTutorialMarker(KBBScalableGraphicWidget* parent, KBBThemeManager* themeManager, const int columns, const int rows) : KBBGraphicsItemBorder(NO_POSITION, columns, rows, 0), KBBGraphicsItem(KBBScalableGraphicWidget::tutorialMarker, parent->scene(), themeManager)
50 setPos(centerX() - KBBScalableGraphicWidget::RATIO/2, centerY() - KBBScalableGraphicWidget::RATIO/2);
KBBGraphicsItemTutorialMarker(KBBScalableGraphicWidget *parent, KBBThemeManager *themeManager, const int columns, const int rows)
Definition: kbbgraphicsitemtutorialmarker.cpp:35
void setBorderPosition(const int borderPosition)
Definition: kbbgraphicsitemtutorialmarker.cpp:47
Scalable graphic central widget for KBlackBox.
Definition: kbbscalablegraphicwidget.h:62
void setPos(const QPointF &pos)
static const int NO_POSITION
Definition: kbbgraphicsitemtutorialmarker.h:45
void setBorderPosition(int borderPosition)
Definition: kbbgraphicsitemborder.cpp:70
static int const RATIO
Width and height of a single square on the black box.
Definition: kbbscalablegraphicwidget.h:81
Any border element of the scalable graphic widget.
Definition: kbbgraphicsitemborder.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.