Qt 4.8
|
#include <liveselectionrectangle.h>
Public Functions | |
void | clear () |
void | hide () |
LiveSelectionRectangle (QGraphicsObject *layerItem) | |
QRectF | rect () const |
void | setRect (const QPointF &firstPoint, const QPointF &secondPoint) |
void | show () |
~LiveSelectionRectangle () | |
Properties | |
QGraphicsRectItem * | m_controlShape |
QWeakPointer< QGraphicsObject > | m_layerItem |
Definition at line 54 of file liveselectionrectangle.h.
QmlJSDebugger::LiveSelectionRectangle::LiveSelectionRectangle | ( | QGraphicsObject * | layerItem | ) |
Definition at line 68 of file liveselectionrectangle.cpp.
QmlJSDebugger::LiveSelectionRectangle::~LiveSelectionRectangle | ( | ) |
Definition at line 76 of file liveselectionrectangle.cpp.
void QmlJSDebugger::LiveSelectionRectangle::clear | ( | void | ) |
Definition at line 82 of file liveselectionrectangle.cpp.
Referenced by QmlJSDebugger::LiveRubberBandSelectionManipulator::clear().
void QmlJSDebugger::LiveSelectionRectangle::hide | ( | ) |
Definition at line 91 of file liveselectionrectangle.cpp.
Referenced by clear(), QmlJSDebugger::LiveRubberBandSelectionManipulator::end(), and QmlJSDebugger::LiveRubberBandSelectionManipulator::LiveRubberBandSelectionManipulator().
QRectF QmlJSDebugger::LiveSelectionRectangle::rect | ( | ) | const |
Definition at line 96 of file liveselectionrectangle.cpp.
Referenced by QmlJSDebugger::LiveRubberBandSelectionManipulator::select(), and setRect().
void QmlJSDebugger::LiveSelectionRectangle::setRect | ( | const QPointF & | firstPoint, |
const QPointF & | secondPoint | ||
) |
Definition at line 101 of file liveselectionrectangle.cpp.
Referenced by QmlJSDebugger::LiveRubberBandSelectionManipulator::begin(), and QmlJSDebugger::LiveRubberBandSelectionManipulator::update().
void QmlJSDebugger::LiveSelectionRectangle::show | ( | ) |
Definition at line 86 of file liveselectionrectangle.cpp.
Referenced by QmlJSDebugger::LiveRubberBandSelectionManipulator::begin().
|
private |
Definition at line 71 of file liveselectionrectangle.h.
Referenced by hide(), LiveSelectionRectangle(), rect(), setRect(), show(), and ~LiveSelectionRectangle().
|
private |
Definition at line 72 of file liveselectionrectangle.h.
Referenced by ~LiveSelectionRectangle().