37#include <NDEVR/RibbonArea.h>
41 class InternalContentData;
52 friend class ContainerWidgetBase;
117 void onCloseButtonClicked();
119 void updateTitleShownSlot();
129#if QT_VERSION >= QT_VERSION_CHECK(6,0,0)
130 bool nativeEvent(
const QByteArray& eventType,
void* message, qintptr* result)
override;
132 bool nativeEvent(
const QByteArray& eventType,
void* message,
long* result)
override;
135 QVBoxLayout* m_main_layout;
137 ContainerWidgetBase* m_container;
140 QWidget* m_content_widget;
141 QWidget* m_margin_widget =
nullptr;
142 bool m_is_docked_full =
false;
143 int m_corner_radius = 0;
The core container for objects using the NDEVR API Widget Docking system.
Provides a tab that is used for either a tab if the section content is attached to a Container,...
The primary namespace for the NDEVR SDK.
RibbonArea
Requests a ribbon or tab area to be in a certain location and orientation relative to another widget.