#include <VP1GraphicsItemCollection.h>
Definition at line 53 of file VP1GraphicsItemCollection.h.
◆ INTERACTIONMODE
◆ VP1GraphicsItemCollection() [1/2]
VP1GraphicsItemCollection::VP1GraphicsItemCollection |
( |
QObject * |
parent = 0 | ) |
|
◆ ~VP1GraphicsItemCollection()
VP1GraphicsItemCollection::~VP1GraphicsItemCollection |
( |
| ) |
|
|
virtual |
◆ VP1GraphicsItemCollection() [2/2]
◆ addItem()
void VP1GraphicsItemCollection::addItem |
( |
QGraphicsItem * |
item, |
|
|
const bool & |
active = false , |
|
|
const bool & |
movable = false |
|
) |
| |
◆ attachToView()
◆ clear()
void VP1GraphicsItemCollection::clear |
( |
const bool & |
deleteitems = true | ) |
|
◆ detachFromView()
void VP1GraphicsItemCollection::detachFromView |
( |
| ) |
|
◆ hasItem()
bool VP1GraphicsItemCollection::hasItem |
( |
QGraphicsItem * |
item | ) |
const |
◆ interactionMode()
◆ isAttachedToView()
bool VP1GraphicsItemCollection::isAttachedToView |
( |
| ) |
|
◆ itemBelongsAndIsPresentlyActive()
bool VP1GraphicsItemCollection::itemBelongsAndIsPresentlyActive |
( |
QGraphicsItem * |
item | ) |
const |
◆ itemGotEvent
void VP1GraphicsItemCollection::itemGotEvent |
( |
QGraphicsItem * |
, |
|
|
QEvent * |
|
|
) |
| const |
|
signal |
◆ itemGotEventPrivate()
void VP1GraphicsItemCollection::itemGotEventPrivate |
( |
QGraphicsItem * |
item, |
|
|
QEvent * |
event |
|
) |
| const |
|
private |
◆ itemPicked
void VP1GraphicsItemCollection::itemPicked |
( |
QGraphicsItem * |
| ) |
const |
|
signal |
◆ itemPickedPrivate()
void VP1GraphicsItemCollection::itemPickedPrivate |
( |
QGraphicsItem * |
item | ) |
const |
|
private |
◆ nActiveItems()
int VP1GraphicsItemCollection::nActiveItems |
( |
| ) |
const |
◆ nItems()
int VP1GraphicsItemCollection::nItems |
( |
| ) |
const |
◆ nMovableItems()
int VP1GraphicsItemCollection::nMovableItems |
( |
| ) |
const |
◆ nPresentlyActiveItems()
int VP1GraphicsItemCollection::nPresentlyActiveItems |
( |
| ) |
const |
◆ nPresentlyMovableItems()
int VP1GraphicsItemCollection::nPresentlyMovableItems |
( |
| ) |
const |
◆ operator=()
◆ real_detachFromView()
void VP1GraphicsItemCollection::real_detachFromView |
( |
| ) |
|
|
private |
◆ reattachToView()
void VP1GraphicsItemCollection::reattachToView |
( |
| ) |
|
◆ removeItem()
bool VP1GraphicsItemCollection::removeItem |
( |
QGraphicsItem * |
item | ) |
|
◆ selectionChanged
void VP1GraphicsItemCollection::selectionChanged |
( |
QList< QGraphicsItem * > |
| ) |
const |
|
signal |
◆ selectionChangedPrivate()
void VP1GraphicsItemCollection::selectionChangedPrivate |
( |
QList< QGraphicsItem * > |
items | ) |
const |
|
private |
◆ setActive()
bool VP1GraphicsItemCollection::setActive |
( |
QGraphicsItem * |
item, |
|
|
const bool & |
active = true |
|
) |
| |
◆ setInteractionMode()
Definition at line 77 of file VP1GraphicsItemCollection.cxx.
79 assert(!
m_d->
scene&&
"VP1GraphicsItemCollection::setInteractionMode can not be called while a scene is attached.");
81 std::cout<<
"VP1GraphicsItemCollection::setInteractionMode can not be called while a scene is attached."<<std::endl;
◆ setMovable()
bool VP1GraphicsItemCollection::setMovable |
( |
QGraphicsItem * |
item, |
|
|
const bool & |
movable = true |
|
) |
| |
◆ setTemporaryIgnoreInteractions()
void VP1GraphicsItemCollection::setTemporaryIgnoreInteractions |
( |
const bool & |
b | ) |
|
|
private |
◆ setTemporaryIgnoreMovable()
void VP1GraphicsItemCollection::setTemporaryIgnoreMovable |
( |
const bool & |
b | ) |
|
|
private |
◆ VP1GraphicsView
◆ m_d
Imp* VP1GraphicsItemCollection::m_d |
|
private |
The documentation for this class was generated from the following files: