v2.0.0
Loading...
Searching...
No Matches
DISPLIB::MultiViewWindow Class Reference

QDockWidget wrapper used as the building block of MultiView layouts. More...

#include <multiviewwindow.h>

Public Types

typedef QSharedPointer< MultiViewWindowSPtr
typedef QSharedPointer< const MultiViewWindowConstSPtr

Public Member Functions

 MultiViewWindow (QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags())
 ~MultiViewWindow ()

Detailed Description

QDockWidget wrapper used as the building block of MultiView layouts.

Stores the wrapped widget plus a stable name / floating flag so MultiView can re-arrange, retab and persist the dock layout consistently.

Definition at line 61 of file multiviewwindow.h.

Inheritance diagram for DISPLIB::MultiViewWindow:
Inheritance graph

Member Typedef Documentation

◆ ConstSPtr

Const shared pointer type for MultiViewWindow.

Definition at line 67 of file multiviewwindow.h.

◆ SPtr

Shared pointer type for MultiViewWindow.

Definition at line 66 of file multiviewwindow.h.

Constructor & Destructor Documentation

◆ MultiViewWindow()

MultiViewWindow::MultiViewWindow ( QWidget * parent = nullptr,
Qt::WindowFlags flags = Qt::WindowFlags() )
explicit

Constructs an MultiViewWindow.

Definition at line 41 of file multiviewwindow.cpp.

◆ ~MultiViewWindow()

MultiViewWindow::~MultiViewWindow ( )

Destructs an MultiViewWindow.

Definition at line 50 of file multiviewwindow.cpp.


The documentation for this class was generated from the following files: