Fraxinus
22.09
An IGT application
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
cxSecondaryMainWindow.h
Go to the documentation of this file.
1
/*=========================================================================
2
This file is part of CustusX, an Image Guided Therapy Application.
3
4
Copyright (c) SINTEF Department of Medical Technology.
5
All rights reserved.
6
7
CustusX is released under a BSD 3-Clause license.
8
9
See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10
=========================================================================*/
11
#ifndef CXSECONDARYMAINWINDOW_H_
12
#define CXSECONDARYMAINWINDOW_H_
13
14
#include "cxGuiExport.h"
15
16
#include <QMainWindow>
17
18
namespace
cx
19
{
20
30
class
cxGui_EXPORT
SecondaryMainWindow
:
public
QMainWindow
31
{
32
Q_OBJECT
33
34
public
:
35
SecondaryMainWindow
(QWidget* parent, QWidget *widget);
36
~
SecondaryMainWindow
();
37
private
:
38
void
addAsDockWidget(QWidget* widget,
bool
visible);
39
};
40
41
}
// namespace cx
42
43
#endif
/* CXSECONDARYMAINWINDOW_H_ */
cx::SecondaryMainWindow
Experimental class for IPad usage.This detached main window can be moved onto a secondary screen...
Definition:
cxSecondaryMainWindow.h:30
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
CX
source
gui
cxSecondaryMainWindow.h
Generated on Mon Sep 12 2022 13:19:33 for Fraxinus by
1.8.11