An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
A graphics scene with improved user-interaction for use with the MosaicSceneWidget. More...
#include <MosaicGraphicsScene.h>
Public Member Functions | |
MosaicGraphicsScene (MosaicSceneWidget *parent) | |
Protected Member Functions | |
virtual void | contextMenuEvent (QGraphicsSceneContextMenuEvent *contextMenuEvent) |
virtual void | mousePressEvent (QGraphicsSceneMouseEvent *mouseEvent) |
Private Attributes | |
QPointer< MosaicSceneWidget > | m_parent |
A graphics scene with improved user-interaction for use with the MosaicSceneWidget.
The context menu event will behave differently - if items are selected, and you right click on one of the selected items, the MosaicSceneWidget will be given an opportunity to handle it (multi-item selection).
Definition at line 24 of file MosaicGraphicsScene.h.
Isis::MosaicGraphicsScene::MosaicGraphicsScene | ( | MosaicSceneWidget * | parent | ) |
Definition at line 8 of file MosaicGraphicsScene.cpp.
|
virtual |
Definition at line 13 of file MosaicGraphicsScene.cpp.
|
protectedvirtual |
Definition at line 17 of file MosaicGraphicsScene.cpp.
|
protectedvirtual |
Definition at line 25 of file MosaicGraphicsScene.cpp.
|
private |
Definition at line 36 of file MosaicGraphicsScene.h.