37#include <NDEVR/RibbonArea.h>
40 class ContainerWidgetBase;
41 class InternalContentData;
66 void onCloseButtonClicked();
69 virtual bool event(QEvent* event)
override;
72#if QT_VERSION >= QT_VERSION_CHECK(6,0,0)
73 bool nativeEvent(
const QByteArray& eventType,
void* message, qintptr* result)
override;
75 bool nativeEvent(
const QByteArray& eventType,
void* message,
long* result)
override;
82 QWidget* m_content_widget;
83 QWidget* m_margin_widget =
nullptr;
84 bool m_is_docked_full =
false;
85 int m_corner_radius = 0;
The core container for objects using the NDEVR API Widget Docking system. Contains information used t...
Definition SectionContent.h:51
Provides a tab that is used for either a tab if the section content is attached to a Container,...
Definition SectionTab.h:48
RibbonArea
Requests a ribbon or tab area to be in a certain location and orientation relative to another widget.
Definition RibbonArea.h:71