activeIndex() const | QCustomStackedWidgetBase | protected |
activeWidget() const | QCustomStackedWidgetBase | protected |
addItem(QWidget *widget) | QCustomToolBox | |
addItem(QWidget *widget, const QString &) | QCustomToolBox | |
addItem(QWidget *widget, const TranslatedString &) | QCustomToolBox | |
addItem(QWidget *widget, const QIcon &icon, const QString &label) | QCustomToolBox | |
addSectionContent(SectionContent *sc, SectionWidget *sw, DropArea area=e_drop_center) | ContainerWidgetBase | protectedvirtual |
addSectionContent(SectionContent *sc) | ContainerWidgetBase | protectedvirtual |
addWidget(QWidget *child) override | QCustomToolBox | virtual |
animation_percent | QCustomStackedWidgetBase | |
animationDoneSlot() | QCustomStackedWidgetBase | protectedslot |
animationFinished() | QCustomStackedWidgetBase | signal |
animationPercent() const | QCustomStackedWidgetBase | inlineprotected |
AUTOMATIC enum value | QCustomStackedWidgetBase | |
beginResetAll() | ContainerWidgetBase | protected |
BOTTOM2TOP enum value | QCustomStackedWidgetBase | |
bringFloatingWidgetsForward() | ContainerWidgetBase | protected |
childDestroyedSlot(QObject *widget) | QCustomStackedWidgetBase | protectedslot |
clear() | QCustomToolBox | |
clearAllNonFloatingContent() | ContainerWidgetBase | protectedvirtual |
clearAllSectionContent() | ContainerWidgetBase | protectedvirtual |
ContainerWidgetBase(QWidget *parent=nullptr) | ContainerWidgetBase | explicit |
content(int index) const | QCustomToolBox | |
contents() const | ContainerWidgetBase | protected |
count() const | QCustomToolBox | |
currentIndex() const | QCustomToolBox | |
currentTabChangedSignal(int index) | QCustomToolBox | signal |
currentWidget() const | QCustomToolBox | |
default_stack_animation_speed | QCustomStackedWidgetBase | static |
dropOverlay() | ContainerWidgetBase | protected |
endResetAll() | ContainerWidgetBase | protected |
event(QEvent *event) override | ContainerWidgetBase | protected |
eventFilter(QObject *object, QEvent *event) override | QCustomStackedWidgetBase | protected |
hasSectionContent(SectionContent *sc) | ContainerWidgetBase | protected |
hideSectionContent(SectionContent *sc, PopupInfo end=PopupInfo()) | ContainerWidgetBase | protected |
indexOf(QWidget *widget) const | QCustomToolBox | |
insertItem(int index, QWidget *widget) | QCustomToolBox | |
insertItem(int index, QWidget *widget, const QString &) | QCustomToolBox | |
insertItem(int index, QWidget *widget, const TranslatedString &) | QCustomToolBox | |
insertItem(int index, QWidget *widget, const QIcon &icon, const QString &label) | QCustomToolBox | |
insertWidget(uint04 index, QWidget *w) | QCustomStackedWidgetBase | protected |
isItemEnabled(int index) const | QCustomToolBox | |
isSectionContentVisible(SectionContent *sc) | ContainerWidgetBase | protected |
itemText(int index) const | QCustomToolBox | |
LEFT2RIGHT enum value | QCustomStackedWidgetBase | |
m_animate_add | ContainerWidgetBase | protected |
m_animation_percent | QCustomStackedWidgetBase | protected |
m_animationtype | QCustomStackedWidgetBase | protected |
m_child_widgets | QCustomStackedWidgetBase | protected |
m_current_index | QCustomStackedWidgetBase | protected |
m_drop_overlay | ContainerWidgetBase | protected |
m_fullscreen_stack | ContainerWidgetBase | protected |
m_is_animating | QCustomStackedWidgetBase | protected |
m_last | QCustomStackedWidgetBase | protected |
m_last_animation_time | QCustomStackedWidgetBase | protected |
m_main_ribbon_area | QCustomToolBox | protected |
m_main_section | QCustomToolBox | protected |
m_managed_section_content | QCustomToolBox | protected |
m_move_animation | QCustomStackedWidgetBase | protected |
m_next | QCustomStackedWidgetBase | protected |
m_now | QCustomStackedWidgetBase | protected |
m_offset | QCustomStackedWidgetBase | protected |
m_popup_info | QCustomStackedWidgetBase | protected |
m_reset_fullscreen_stack | ContainerWidgetBase | protected |
m_reset_is_on_home | ContainerWidgetBase | protected |
m_reset_visible_sections | ContainerWidgetBase | protected |
m_section_content | ContainerWidgetBase | protected |
m_sections | ContainerWidgetBase | protected |
m_shared_content | ContainerWidgetBase | protected |
m_speed | QCustomStackedWidgetBase | protected |
m_top_section_widget | ContainerWidgetBase | protected |
m_top_splitter | ContainerWidgetBase | protected |
m_vertical | QCustomStackedWidgetBase | protected |
m_wrap | QCustomStackedWidgetBase | protected |
makeFloating(SectionContent *sc, bool show, PopupInfo start=PopupInfo(), PopupInfo end=PopupInfo()) | ContainerWidgetBase | protected |
makeFullScreen(SectionContent *sc, PopupInfo start=PopupInfo()) | ContainerWidgetBase | protected |
minimumSizeHint() const override | ContainerWidgetBase | protected |
moveContent(uint04 from, uint04 to) | QCustomStackedWidgetBase | protectedvirtual |
outerBottomDropRect() const | ContainerWidgetBase | protected |
outerLeftDropRect() const | ContainerWidgetBase | protected |
outerRightDropRect() const | ContainerWidgetBase | protected |
outerTopDropRect() const | ContainerWidgetBase | protected |
paintEvent(QPaintEvent *) override | QCustomStackedWidgetBase | protected |
popWindowStack() | ContainerWidgetBase | protected |
QCustomStackedWidgetBase(QWidget *parent=nullptr) | QCustomStackedWidgetBase | explicitprotected |
QCustomToolBox(QWidget *parent=nullptr) | QCustomToolBox | explicit |
raiseSectionContent(SectionContent *sc) | ContainerWidgetBase | protected |
removeFromResetShow(UUID id) | ContainerWidgetBase | protected |
removeItem(int index) | QCustomToolBox | |
removeItem(QWidget *widget) | QCustomToolBox | |
removeSectionContent(SectionContent *sc) | ContainerWidgetBase | protected |
removeWidget(QWidget *widget) | QCustomStackedWidgetBase | protected |
removeWidget(QWidget *widget, QWidget *slide_to_if_active) | QCustomStackedWidgetBase | protected |
resizeEvent(QResizeEvent *event) override | ContainerWidgetBase | protected |
RIGHT2LEFT enum value | QCustomStackedWidgetBase | |
setAnimation(enum QEasingCurve::Type animationtype) | QCustomStackedWidgetBase | |
setAnimationPercent(double animation_percent) | QCustomStackedWidgetBase | protected |
setCurrentIdx(uint04 current_index) | QCustomStackedWidgetBase | protectedvirtual |
setCurrentIndex(uint04 index) | QCustomToolBox | |
setCurrentIndexSlot(int index) | QCustomToolBox | slot |
setCurrentWidget(QWidget *widget) | QCustomToolBox | |
setCurrentWidgetSlot(QWidget *widget) | QCustomToolBox | slot |
setCustomPixmap(QPixmap *pixmap) | QCustomStackedWidgetBase | |
setItemEnabled(int index, bool) | QCustomToolBox | |
setItemText(int index, const QString &) | QCustomToolBox | |
setMenuMode(bool menu_mode) | QCustomToolBox | |
setShouldAnimateAdd(bool animate) | ContainerWidgetBase | protectedvirtual |
setSpeed(int speed) | QCustomStackedWidgetBase | |
setTabBarAutoHide(bool enabled) | QCustomToolBox | |
setTabIcon(int index, const QIcon &icon) | QCustomToolBox | |
setTabLock(bool lock_tab) | QCustomToolBox | |
setTabToolTip(int index, const QString &tip) | QCustomToolBox | |
setTabVisible(bool tab_visible) | QCustomToolBox | |
setTabWhatsThis(int index, const QString &text) | QCustomToolBox | |
setupAsBoxWidget(bool is_box_widget) | QCustomToolBox | |
setVerticalMode(bool vertical=true) | QCustomStackedWidgetBase | |
setWrap(bool wrap) | QCustomStackedWidgetBase | |
showEvent(QShowEvent *event) override | QCustomStackedWidgetBase | protected |
showSectionContent(SectionContent *sc, PopupInfo start=PopupInfo(), PopupInfo end=PopupInfo()) | ContainerWidgetBase | protected |
sizeHint() const override | ContainerWidgetBase | protected |
slideInAnimation(PopupInfo origin_rect, enum t_direction direction=AUTOMATIC, bool cache_in_image=false) | QCustomStackedWidgetBase | protectedvirtual |
slideInAnimation(enum t_direction direction=AUTOMATIC, bool cache_in_image=false) | QCustomStackedWidgetBase | protectedvirtual |
slideInIdx(uint04 idx, PopupInfo origin_rect, int delay_time=0, enum t_direction direction=AUTOMATIC) | QCustomStackedWidgetBase | protectedvirtual |
slideInIdx(uint04 idx, int delay_time=0, enum t_direction direction=AUTOMATIC) | QCustomStackedWidgetBase | protectedvirtual |
slideInIdx(uint04 idx, enum t_direction direction) | QCustomStackedWidgetBase | protectedvirtual |
slideInNext() | QCustomStackedWidgetBase | protectedvirtual |
slideInPrev() | QCustomStackedWidgetBase | protectedvirtual |
slideInWgt(QWidget *widget, enum t_direction direction=AUTOMATIC, bool force_slide=false) | QCustomStackedWidgetBase | protectedvirtual |
swapIndices(uint04 a, uint04 b) | QCustomStackedWidgetBase | protectedvirtual |
swapSectionContent(SectionContent *section_a, SectionContent *section_b) | ContainerWidgetBase | protected |
t_direction enum name | QCustomStackedWidgetBase | |
tabArea() const | QCustomToolBox | |
tabIcon(int index) const | QCustomToolBox | |
tabToolTip(int index) const | QCustomToolBox | |
tabWhatsThis(int index) const | QCustomToolBox | |
TOP2BOTTOM enum value | QCustomStackedWidgetBase | |
widget(int index) const | QCustomToolBox | |
NDEVR::ContainerWidgetBase::widget(uint04 index) const | QCustomStackedWidgetBase | protected |
~ContainerWidgetBase() | ContainerWidgetBase | virtual |
~QCustomStackedWidgetBase() | QCustomStackedWidgetBase | protectedvirtual |
~QCustomToolBox() | QCustomToolBox | virtual |