3#include <score_lib_base_export.h>
10class DocumentDelegateFactory;
11class DocumentDelegateView;
12class CentralViewStack;
31 const Document& document()
const {
return m_document; }
34 QWidget* widget()
const noexcept;
42 CentralViewStack* m_central{};
The central area of a document.
Definition CentralViewStack.hpp:33
Used to provide custom document types.
Definition DocumentDelegateFactory.hpp:26
Definition DocumentDelegateView.hpp:11
The Document class is the central part of the software.
Definition Document.hpp:51
The DocumentView class shows a document.
Definition DocumentView.hpp:22
CentralViewStack & centralViews() const noexcept
The navigation bar and the stack of central views of this document.
Definition DocumentView.hpp:37
Base toolkit upon which the software is built.
Definition Application.cpp:116