pfcrender
1.0.1
|
The QNanoPaintedCurve class This class is the GUI interface to the item placed in the rendering scene and handles business logic related to drawing. More...
#include <QNanoPaintedCurve.h>
Public Slots | |
void | onConfigChanged () |
void | onModelChanged (QString const *pstr) |
void | onBoundingBoxChanged (QRectF newBox) |
Signals | |
void | boundingBoxChanged (QRectF newBox) |
Public Member Functions | |
QNanoPaintedCurve (QQuickItem *parent=0) | |
QNanoQuickItemPainter * | createItemPainter () const |
Private Attributes | |
QString const * | p_mdl |
bool | drawing_params_changed = false |
Friends | |
class | QtGUI::QNanoCurvePainter |
The QNanoPaintedCurve class This class is the GUI interface to the item placed in the rendering scene and handles business logic related to drawing.
|
inline |
|
signal |
Referenced by onBoundingBoxChanged().
QNanoQuickItemPainter * QtGUI::QNanoPaintedCurve::createItemPainter | ( | ) | const |
References QtGUI::QNanoCurvePainter::boundingBoxChanged(), and onBoundingBoxChanged().
|
inlineslot |
References boundingBoxChanged().
Referenced by createItemPainter().
|
inlineslot |
References drawing_params_changed.
|
slot |
References drawing_params_changed, and p_mdl.
|
friend |
|
private |
Referenced by onConfigChanged(), onModelChanged(), and QtGUI::QNanoCurvePainter::synchronize().
|
private |
Referenced by onModelChanged().