34#include <NDEVR/ButtonDialog.h>
35#include <NDEVR/RibbonArea.h>
36#include <NDEVR/UUID.h>
37#include <NDEVR/TranslatedString.h>
44 class ContainerWidgetBase;
61 void onCheckedClick() override;
72 QWidget* contentWidget()
const;
73 void setContentWidget(QWidget* widget);
99 bool m_allow_auto_hide_title =
false;
Definition SectionContent.h:47
bool allowHide() const
Definition SectionContent.h:81
void runSpecialCallback()
Definition SectionContent.h:79
bool hasSpecialCallback() const
Definition SectionContent.h:77
RibbonArea preferredRibbonArea() const
Definition SectionContent.h:74
void setTitle(const TranslatedString &title)
Definition SectionContent.h:66
void setAllowHide(bool allow_hide)
Definition SectionContent.h:80
bool allowAutoHideTitle() const
Definition SectionContent.h:83
void setSpecialCallback(const std::function< void(SectionContent *)> &callback)
Definition SectionContent.h:78
SectionWidget * sectionWidget() const
Definition SectionContent.h:67
void setAllowAutoHideTitle(bool allow_hide)
Definition SectionContent.h:82
FloatingWidget * floatingWidget() const
Definition SectionContent.h:68
const std::function< void(SectionContent *)> & specialCallback()
Definition SectionContent.h:76
Definition SectionTab.h:44
Definition TranslatedString.h:9
RibbonArea
Definition RibbonArea.h:68