v2.0.0
Loading...
Searching...
No Matches
multiviewwindow.h File Reference

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

#include "../disp_global.h"
#include <QDockWidget>
#include <QSharedPointer>
#include <QPointer>
Include dependency graph for multiviewwindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::MultiViewWindow
 QDockWidget wrapper used as the building block of MultiView layouts. More...

Namespaces

namespace  DISPLIB
 2-D display widgets and visualisation helpers (charts, topography, colour maps).

Detailed Description

QDockWidget wrapper used as the building block of MultiView layouts.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors

Author
Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.0
Date
February 2020

MultiViewWindow exposes the small amount of state MultiView needs to manage its docks (the wrapped widget, a stable name, a tabbed/floating flag) and applies the disp-library default dock styling (title-bar buttons, movable / floatable features) so all viewers in a plugin get a consistent look.

Definition in file multiviewwindow.h.