CustusX
22.04-rc5
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 38 of file cxViewContainerItem.h.
cx::ViewItem::ViewItem | ( | QString | uid, |
QString | name, | ||
QWidget * | parent, | ||
vtkRenderWindowPtr | renderWindow, | ||
QRect | rect | ||
) |
Definition at line 23 of file cxViewContainerItem.cpp.
|
virtual |
Definition at line 33 of file cxViewContainerItem.cpp.
|
inline |
Definition at line 75 of file cxViewContainerItem.h.
|
signal |
|
inlinevirtual |
Definition at line 60 of file cxViewContainerItem.h.
|
signal |
|
inlinevirtual |
Definition at line 61 of file cxViewContainerItem.h.
|
virtual |
Definition at line 64 of file cxViewContainerItem.cpp.
|
inlinevirtual |
Definition at line 49 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 48 of file cxViewContainerItem.h.
|
inline |
Definition at line 43 of file cxViewContainerItem.h.
|
virtual |
return the pixel viewport.
Definition at line 76 of file cxViewContainerItem.cpp.
|
virtual |
Definition at line 59 of file cxViewContainerItem.cpp.
|
inlinevirtual |
Definition at line 53 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 62 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 63 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 64 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 70 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 71 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 72 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 73 of file cxViewContainerItem.h.
|
signal |
|
inline |
Definition at line 74 of file cxViewContainerItem.h.
|
virtual |
Definition at line 47 of file cxViewContainerItem.cpp.
|
inlinevirtual |
Definition at line 57 of file cxViewContainerItem.h.
|
virtual |
Definition at line 37 of file cxViewContainerItem.cpp.
|
signal |
|
inlinevirtual |
Definition at line 50 of file cxViewContainerItem.h.
|
inlinevirtual |
Definition at line 66 of file cxViewContainerItem.h.