![]() |
Qt 4.8
|
#include <livesingleselectionmanipulator.h>
Public Types | |
| enum | SelectionType { ReplaceSelection, AddToSelection, RemoveFromSelection, InvertSelection } |
Public Functions | |
| void | begin (const QPointF &beginPoint) |
| QPointF | beginPoint () const |
| void | clear () |
| void | end (const QPointF &updatePoint) |
| bool | isActive () const |
| LiveSingleSelectionManipulator (QDeclarativeViewInspector *editorView) | |
| void | select (SelectionType selectionType, const QList< QGraphicsItem *> &items, bool selectOnlyContentItems) |
| void | select (SelectionType selectionType, bool selectOnlyContentItems) |
| void | update (const QPointF &updatePoint) |
Properties | |
| QPointF | m_beginPoint |
| QDeclarativeViewInspector * | m_editorView |
| bool | m_isActive |
| QList< QGraphicsItem * > | m_oldSelectionList |
Definition at line 54 of file livesingleselectionmanipulator.h.
| Enumerator | |
|---|---|
| ReplaceSelection | |
| AddToSelection | |
| RemoveFromSelection | |
| InvertSelection | |
Definition at line 59 of file livesingleselectionmanipulator.h.
| QmlJSDebugger::LiveSingleSelectionManipulator::LiveSingleSelectionManipulator | ( | QDeclarativeViewInspector * | editorView | ) |
Definition at line 50 of file livesingleselectionmanipulator.cpp.
| void QmlJSDebugger::LiveSingleSelectionManipulator::begin | ( | const QPointF & | beginPoint | ) |
Definition at line 57 of file livesingleselectionmanipulator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::contextMenuElementSelected(), QmlJSDebugger::LiveSelectionTool::mousePressEvent(), QmlJSDebugger::LiveSelectionTool::mouseReleaseEvent(), QmlJSDebugger::LiveSelectionTool::selectUnderPoint(), and QmlJSDebugger::LiveSelectionTool::wheelEvent().
| QPointF QmlJSDebugger::LiveSingleSelectionManipulator::beginPoint | ( | ) | const |
Definition at line 146 of file livesingleselectionmanipulator.cpp.
Referenced by begin(), and QmlJSDebugger::LiveSelectionTool::mouseMoveEvent().
| void QmlJSDebugger::LiveSingleSelectionManipulator::clear | ( | void | ) |
Definition at line 69 of file livesingleselectionmanipulator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::clear().
| void QmlJSDebugger::LiveSingleSelectionManipulator::end | ( | const QPointF & | updatePoint | ) |
Definition at line 76 of file livesingleselectionmanipulator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::contextMenuElementSelected(), QmlJSDebugger::LiveSelectionTool::mouseMoveEvent(), QmlJSDebugger::LiveSelectionTool::mouseReleaseEvent(), QmlJSDebugger::LiveSelectionTool::selectUnderPoint(), and QmlJSDebugger::LiveSelectionTool::wheelEvent().
| bool QmlJSDebugger::LiveSingleSelectionManipulator::isActive | ( | ) | const |
Definition at line 141 of file livesingleselectionmanipulator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::mouseMoveEvent(), and QmlJSDebugger::LiveSelectionTool::mouseReleaseEvent().
| void QmlJSDebugger::LiveSingleSelectionManipulator::select | ( | SelectionType | selectionType, |
| const QList< QGraphicsItem *> & | items, | ||
| bool | selectOnlyContentItems | ||
| ) |
Definition at line 82 of file livesingleselectionmanipulator.cpp.
Referenced by QmlJSDebugger::LiveSelectionTool::contextMenuElementSelected(), QmlJSDebugger::LiveSelectionTool::mousePressEvent(), QmlJSDebugger::LiveSelectionTool::mouseReleaseEvent(), select(), QmlJSDebugger::LiveSelectionTool::selectUnderPoint(), and QmlJSDebugger::LiveSelectionTool::wheelEvent().
| void QmlJSDebugger::LiveSingleSelectionManipulator::select | ( | SelectionType | selectionType, |
| bool | selectOnlyContentItems | ||
| ) |
Definition at line 132 of file livesingleselectionmanipulator.cpp.
| void QmlJSDebugger::LiveSingleSelectionManipulator::update | ( | const QPointF & | updatePoint | ) |
Definition at line 64 of file livesingleselectionmanipulator.cpp.
|
private |
Definition at line 82 of file livesingleselectionmanipulator.h.
Referenced by begin(), beginPoint(), clear(), and select().
|
private |
Definition at line 83 of file livesingleselectionmanipulator.h.
|
private |
Definition at line 84 of file livesingleselectionmanipulator.h.
Referenced by begin(), end(), and isActive().
|
private |