CustusX
15.4.0-beta
An IGT application
|
Experimental class for IPad usage. More...
#include <cxSecondaryViewLayoutWindow.h>
Public Member Functions | |
SecondaryViewLayoutWindow (QWidget *parent) | |
~SecondaryViewLayoutWindow () | |
void | tryShowOnSecondaryScreen () |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *event) |
virtual void | hideEvent (QCloseEvent *event) |
virtual void | closeEvent (QCloseEvent *event) |
Experimental class for IPad usage.
This detached main window can be moved onto a secondary screen. The use case was a IPad where scrolling etc could control the CustusX scene.
Definition at line 55 of file cxSecondaryViewLayoutWindow.h.
cx::SecondaryViewLayoutWindow::SecondaryViewLayoutWindow | ( | QWidget * | parent | ) |
Definition at line 46 of file cxSecondaryViewLayoutWindow.cpp.
cx::SecondaryViewLayoutWindow::~SecondaryViewLayoutWindow | ( | ) |
Definition at line 52 of file cxSecondaryViewLayoutWindow.cpp.
|
protectedvirtual |
Definition at line 123 of file cxSecondaryViewLayoutWindow.cpp.
|
protectedvirtual |
Definition at line 118 of file cxSecondaryViewLayoutWindow.cpp.
|
protectedvirtual |
Definition at line 111 of file cxSecondaryViewLayoutWindow.cpp.
void cx::SecondaryViewLayoutWindow::tryShowOnSecondaryScreen | ( | ) |
Definition at line 66 of file cxSecondaryViewLayoutWindow.cpp.