CustusX
16.5.0-rc9
An IGT application
|
#include <cxViewContainerItem.h>
Signals | |
void | resized (QSize size) |
void | mouseMove (int x, int y, Qt::MouseButtons buttons) |
void | mousePress (int x, int y, Qt::MouseButtons buttons) |
void | mouseRelease (int x, int y, Qt::MouseButtons buttons) |
void | mouseWheel (int x, int y, int delta, int orientation, Qt::MouseButtons buttons) |
void | shown () |
void | focusChange (bool gotFocus, Qt::FocusReason reason) |
void | customContextMenuRequestedInGlobalPos (const QPoint &) |
Public Member Functions | |
ViewRepCollectionPtr | getView () |
ViewItem (QString uid, QString name, QWidget *parent, vtkRenderWindowPtr renderWindow, QRect rect) | |
virtual | ~ViewItem () |
virtual vtkRenderWindowPtr | getRenderWindow () |
virtual vtkRendererPtr | getRenderer () |
virtual QSize | size () const |
virtual void | setZoomFactor (double factor) |
virtual double | getZoomFactor () const |
virtual Transform3D | get_vpMs () const |
virtual DoubleBoundingBox3D | getViewport () const |
virtual DoubleBoundingBox3D | getViewport_s () const |
virtual void | setModified () |
virtual Qt::Orientations | expandingDirections () const |
virtual QRect | geometry () const |
virtual bool | isEmpty () const |
virtual QSize | maximumSize () const |
virtual QSize | minimumSize () const |
virtual void | setGeometry (const QRect &r) |
virtual QSize | sizeHint () const |
void | mouseMoveSlot (int x, int y, Qt::MouseButtons buttons) |
void | mousePressSlot (int x, int y, Qt::MouseButtons buttons) |
void | mouseReleaseSlot (int x, int y, Qt::MouseButtons buttons) |
void | mouseWheelSlot (int x, int y, int delta, int orientation, Qt::MouseButtons buttons) |
void | resizedSlot (QSize size) |
void | customContextMenuRequestedGlobalSlot (const QPoint &point) |
Adapted from SSC class provided by Sonowand
Definition at line 59 of file cxViewContainerItem.h.
cx::ViewItem::ViewItem | ( | QString | uid, |
QString | name, | ||
QWidget * | parent, | ||
vtkRenderWindowPtr | renderWindow, | ||
QRect | rect | ||
) |
Definition at line 44 of file cxViewContainerItem.cpp.
|
virtual |
Definition at line 54 of file cxViewContainerItem.cpp.
|
inline |
Definition at line 96 of file cxViewContainerItem.h.
|
signal |
|
inlinevirtual |
Definition at line 81 of file cxViewContainerItem.h.
|
signal |
|
inlinevirtual |
Definition at line 82 of file cxViewContainerItem.h.
|
virtual |
Definition at line 85 of file cxViewContainerItem.cpp.
|
inlinevirtual |
Definition at line 70 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 69 of file cxViewContainerItem.h.
|
inline |
Definition at line 64 of file cxViewContainerItem.h.
|
virtual |
return the pixel viewport.
Definition at line 97 of file cxViewContainerItem.cpp.
|
virtual |
Definition at line 80 of file cxViewContainerItem.cpp.
|
inlinevirtual |
Definition at line 74 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 83 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 84 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 85 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 91 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 92 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 93 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 94 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 95 of file cxViewContainerItem.h.
|
virtual |
Definition at line 68 of file cxViewContainerItem.cpp.
|
inlinevirtual |
Definition at line 78 of file cxViewContainerItem.h.
|
virtual |
Definition at line 58 of file cxViewContainerItem.cpp.
|
signal |
|
inlinevirtual |
Definition at line 71 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 87 of file cxViewContainerItem.h.