Qt 4.8
|
#include <liveselectionindicator.h>
Public Functions | |
void | clear () |
void | hide () |
LiveSelectionIndicator (QDeclarativeViewInspector *viewInspector, QGraphicsObject *layerItem) | |
void | setItems (const QList< QWeakPointer< QGraphicsObject > > &itemList) |
void | show () |
~LiveSelectionIndicator () | |
Properties | |
QHash< QGraphicsItem *, QGraphicsRectItem * > | m_indicatorShapeHash |
QWeakPointer< QGraphicsObject > | m_layerItem |
QDeclarativeViewInspector * | m_view |
Definition at line 59 of file liveselectionindicator.h.
QmlJSDebugger::LiveSelectionIndicator::LiveSelectionIndicator | ( | QDeclarativeViewInspector * | viewInspector, |
QGraphicsObject * | layerItem | ||
) |
Definition at line 54 of file liveselectionindicator.cpp.
QmlJSDebugger::LiveSelectionIndicator::~LiveSelectionIndicator | ( | ) |
Definition at line 61 of file liveselectionindicator.cpp.
void QmlJSDebugger::LiveSelectionIndicator::clear | ( | void | ) |
Definition at line 78 of file liveselectionindicator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::clear(), setItems(), and ~LiveSelectionIndicator().
void QmlJSDebugger::LiveSelectionIndicator::hide | ( | ) |
Definition at line 72 of file liveselectionindicator.cpp.
void QmlJSDebugger::LiveSelectionIndicator::setItems | ( | const QList< QWeakPointer< QGraphicsObject > > & | itemList | ) |
Definition at line 92 of file liveselectionindicator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::repaintBoundingRects(), and QmlJSDebugger::LiveSelectionTool::selectedItemsChanged().
void QmlJSDebugger::LiveSelectionIndicator::show | ( | ) |
Definition at line 66 of file liveselectionindicator.cpp.
|
private |
Definition at line 73 of file liveselectionindicator.h.
Referenced by clear(), hide(), setItems(), and show().
|
private |
Definition at line 74 of file liveselectionindicator.h.
Referenced by clear(), and setItems().
|
private |
Definition at line 75 of file liveselectionindicator.h.
Referenced by setItems().