A toolbox is a widget that displays a column of tabs one above the other, with the current item displayed below the current tab. Every tab has an index position within the column of tabs.
More...
|
| int | addItem (QWidget *widget) |
| |
| int | addItem (QWidget *widget, const QIcon &icon, const QString &label) |
| |
| int | addItem (QWidget *widget, const QString &) |
| |
| int | addItem (QWidget *widget, const TranslatedString &) |
| |
| uint04 | addWidget (QWidget *child) override |
| |
| void | clear () |
| |
| SectionContent * | content (int index) const |
| |
| int | count () const |
| |
| int | currentIndex () const |
| |
| QWidget * | currentWidget () const |
| |
| int | indexOf (QWidget *widget) const |
| |
| int | insertItem (int index, QWidget *widget) |
| |
| int | insertItem (int index, QWidget *widget, const QIcon &icon, const QString &label) |
| |
| int | insertItem (int index, QWidget *widget, const QString &) |
| |
| int | insertItem (int index, QWidget *widget, const TranslatedString &) |
| |
| bool | isItemEnabled (int index) const |
| |
| QString | itemText (int index) const |
| |
| | QCustomToolBox (QWidget *parent=nullptr) |
| |
| QWidget * | removeItem (int index) |
| |
| void | removeItem (QWidget *widget) |
| |
| void | setCurrentIndex (uint04 index) |
| |
| void | setCurrentWidget (QWidget *widget) |
| |
| void | setItemEnabled (int index, bool) |
| |
| void | setItemText (int index, const QString &) |
| |
| void | setMenuMode (bool menu_mode) |
| |
| void | setTabBarAutoHide (bool enabled) |
| |
| void | setTabIcon (int index, const QIcon &icon) |
| |
| void | setTabLock (bool lock_tab) |
| |
| void | setTabToolTip (int index, const QString &tip) |
| |
| void | setTabVisible (bool tab_visible) |
| |
| void | setTabWhatsThis (int index, const QString &text) |
| |
| void | setupAsBoxWidget (bool is_box_widget) |
| |
| QWidget * | tabArea () const |
| |
| QIcon | tabIcon (int index) const |
| |
| QString | tabToolTip (int index) const |
| |
| QString | tabWhatsThis (int index) const |
| |
| QWidget * | widget (int index) const |
| |
| virtual | ~QCustomToolBox () |
| |
| | ContainerWidgetBase (QWidget *parent=nullptr) |
| |
| virtual | ~ContainerWidgetBase () |
| |
| void | setAnimation (enum QEasingCurve::Type animationtype) |
| |
| void | setCustomPixmap (QPixmap *pixmap) |
| |
| void | setSpeed (int speed) |
| |
| void | setVerticalMode (bool vertical=true) |
| |
| void | setWrap (bool wrap) |
| |
|
| enum | StackAnimationDirection {
e_left_to_right
, e_right_to_left
, e_top_to_bottom
, e_bottom_to_top
,
e_automatic
} |
| |
| static ApplicationOption< sint04 > | default_stack_animation_speed |
| |
| void | animationDoneSlot () |
| |
| void | childDestroyedSlot (QObject *widget) |
| |
| virtual FloatingWidget * | addSectionContent (SectionContent *sc) |
| |
| virtual SectionWidget * | addSectionContent (SectionContent *sc, SectionWidget *sw, DropArea area=e_drop_center) |
| |
| void | beginResetAll () |
| |
| void | bringFloatingWidgetsForward () |
| |
| virtual void | clearAllNonFloatingContent () |
| |
| virtual void | clearAllSectionContent () |
| |
| Buffer< SectionContent * > | contents () const |
| |
| DropOverlay * | dropOverlay () |
| |
| void | endResetAll () |
| |
| bool | event (QEvent *event) override |
| |
| bool | hasSectionContent (SectionContent *sc) |
| |
| bool | hideSectionContent (SectionContent *sc, PopupInfo end=PopupInfo()) |
| |
| bool | isSectionContentVisible (SectionContent *sc) |
| |
| FloatingWidget * | makeFloating (SectionContent *sc, bool show, PopupInfo start=PopupInfo(), PopupInfo end=PopupInfo()) |
| |
| FloatingWidget * | makeFullScreen (SectionContent *sc, PopupInfo start=PopupInfo()) |
| |
| QSize | minimumSizeHint () const override |
| |
| QRect | outerBottomDropRect () const |
| |
| QRect | outerLeftDropRect () const |
| |
| QRect | outerRightDropRect () const |
| |
| QRect | outerTopDropRect () const |
| |
| bool | popWindowStack () |
| |
| bool | raiseSectionContent (SectionContent *sc) |
| |
| void | removeFromResetShow (UUID id) |
| |
| bool | removeSectionContent (SectionContent *sc) |
| |
| void | resizeEvent (QResizeEvent *event) override |
| |
| virtual void | setShouldAnimateAdd (bool animate) |
| |
| void | setTabLock (bool tab_lock) |
| |
| bool | showSectionContent (SectionContent *sc, PopupInfo start=PopupInfo(), PopupInfo end=PopupInfo()) |
| |
| QSize | sizeHint () const override |
| |
| void | swapSectionContent (SectionContent *section_a, SectionContent *section_b) |
| |
| uint04 | activeIndex () const |
| |
| QWidget * | activeWidget () const |
| |
| double | animationPercent () const |
| |
| uint04 | count () const |
| |
| uint04 | currentIndex () const |
| |
| QWidget * | currentWidget () const |
| |
| bool | eventFilter (QObject *object, QEvent *event) override |
| |
| uint04 | indexOf (QWidget *widget) const |
| |
| void | insertWidget (uint04 index, QWidget *w) |
| |
| QSize | minimumSizeHint () const override |
| |
| virtual void | moveContent (uint04 from, uint04 to) |
| |
| void | paintEvent (QPaintEvent *) override |
| |
| | QCustomStackedWidgetBase (QWidget *parent=nullptr) |
| |
| void | removeWidget (QWidget *widget) |
| |
| void | removeWidget (QWidget *widget, QWidget *slide_to_if_active) |
| |
| void | resizeEvent (QResizeEvent *event) override |
| |
| void | setAnimationPercent (double animation_percent) |
| |
| virtual void | setCurrentIdx (uint04 current_index) |
| |
| void | showEvent (QShowEvent *event) override |
| |
| QSize | sizeHint () const override |
| |
| virtual void | slideInAnimation (enum StackAnimationDirection direction=e_automatic, bool cache_in_image=false) |
| |
| virtual void | slideInAnimation (PopupInfo origin_rect, enum StackAnimationDirection direction=e_automatic, bool cache_in_image=false) |
| |
| virtual void | slideInIdx (uint04 idx, enum StackAnimationDirection direction) |
| |
| virtual void | slideInIdx (uint04 idx, int delay_time=0, enum StackAnimationDirection direction=e_automatic) |
| |
| virtual void | slideInIdx (uint04 idx, PopupInfo origin_rect, int delay_time=0, enum StackAnimationDirection direction=e_automatic) |
| |
| virtual void | slideInNext () |
| |
| virtual void | slideInPrev () |
| |
| virtual void | slideInWgt (QWidget *widget, enum StackAnimationDirection direction=e_automatic, bool force_slide=false) |
| |
| virtual void | swapIndices (uint04 a, uint04 b) |
| |
| QWidget * | widget (uint04 index) const |
| |
| virtual | ~QCustomStackedWidgetBase () |
| |
| double | animation_percent |
| |
A toolbox is a widget that displays a column of tabs one above the other, with the current item displayed below the current tab. Every tab has an index position within the column of tabs.