|
| ConnectionSetupWidget (QWidget *parent=nullptr) |
|
void | setConnectionInfo (const ConnectionInfo &connection) |
|
void | clearConnection () |
|
ConnectionInfo | connectionInfo () const |
|
| QCustomTabWidget (QWidget *parent=nullptr) |
|
virtual | ~QCustomTabWidget () |
|
void | hideBackground (bool hide_background) |
|
uint04 | addWidget (QWidget *child) override |
|
int | addTab (QWidget *widget) |
|
int | addTab (QWidget *widget, const QString &) |
|
int | addTab (QWidget *widget, const TranslatedString &) |
|
int | addTab (QWidget *widget, const QIcon &icon, const QString &label) |
|
int | insertTab (int index, QWidget *widget) |
|
int | insertTab (int index, QWidget *widget, const QString &) |
|
int | insertTab (int index, QWidget *widget, const TranslatedString &) |
|
int | insertTab (int index, QWidget *widget, const QIcon &icon, const QString &label) |
|
SectionContent * | content (int index) const |
|
void | removeTab (int index) |
|
void | removeTab (QWidget *widget) |
|
bool | isTabEnabled (int index) const |
|
void | setTabEnabled (int index, bool) |
|
QString | tabText (int index) const |
|
void | setTabText (int index, const QString &) |
|
QIcon | tabIcon (int index) const |
|
void | setTabIcon (int index, const QIcon &icon) |
|
void | setupAsMenu () |
|
void | setTabPosition (QTabWidget::TabPosition position, bool horizontal=false) |
|
void | setTabToolTip (int index, const QString &tip) |
|
QString | tabToolTip (int index) const |
|
void | setTabWhatsThis (int index, const QString &text) |
|
QString | tabWhatsThis (int index) const |
|
int | currentIndex () const |
|
QWidget * | currentWidget () const |
|
QWidget * | widget (int index) const |
|
QWidget * | tabArea () const |
|
int | indexOf (QWidget *widget) const |
|
int | count () const |
|
void | setCurrentIndex (uint04 index) |
|
void | setCurrentWidget (QWidget *widget) |
|
void | setupAsBoxWidget (bool is_box_widget) |
|
void | setTabVisible (bool tab_visible) |
|
void | setTabLock (bool lock_tab) |
|
void | setTabBarAutoHide (bool enabled) |
|
void | clear () |
|
| ContainerWidgetBase (QWidget *parent=nullptr) |
|
virtual | ~ContainerWidgetBase () |
|
void | setSpeed (int speed) |
|
void | setAnimation (enum QEasingCurve::Type animationtype) |
|
void | setVerticalMode (bool vertical=true) |
|
void | setWrap (bool wrap) |
|
void | setCustomPixmap (QPixmap *pixmap) |
|
|
void | init () |
|
virtual SectionWidget * | addSectionContent (SectionContent *sc, SectionWidget *sw, DropArea area=e_drop_center) |
|
virtual FloatingWidget * | addSectionContent (SectionContent *sc) |
|
FloatingWidget * | makeFloating (SectionContent *sc, bool show, PopupInfo start=PopupInfo(), PopupInfo end=PopupInfo()) |
|
FloatingWidget * | makeFullScreen (SectionContent *sc, PopupInfo start=PopupInfo()) |
|
bool | popWindowStack () |
|
bool | hasSectionContent (SectionContent *sc) |
|
bool | removeSectionContent (SectionContent *sc) |
|
void | resizeEvent (QResizeEvent *event) override |
|
bool | showSectionContent (SectionContent *sc, PopupInfo start=PopupInfo(), PopupInfo end=PopupInfo()) |
|
bool | hideSectionContent (SectionContent *sc, PopupInfo end=PopupInfo()) |
|
bool | raiseSectionContent (SectionContent *sc) |
|
void | bringFloatingWidgetsForward () |
|
void | setTabLock (bool tab_lock) |
|
void | beginResetAll () |
|
void | removeFromResetShow (UUID id) |
|
void | endResetAll () |
|
bool | isSectionContentVisible (SectionContent *sc) |
|
void | swapSectionContent (SectionContent *section_a, SectionContent *section_b) |
|
Buffer< SectionContent * > | contents () const |
|
QRect | outerTopDropRect () const |
|
QRect | outerRightDropRect () const |
|
QRect | outerBottomDropRect () const |
|
QRect | outerLeftDropRect () const |
|
QSize | sizeHint () const override |
|
QSize | minimumSizeHint () const override |
|
DropOverlay * | dropOverlay () |
|
virtual void | setShouldAnimateAdd (bool animate) |
|
virtual void | clearAllSectionContent () |
|
virtual void | clearAllNonFloatingContent () |
|
bool | event (QEvent *event) override |
|
| QCustomStackedWidgetBase (QWidget *parent=nullptr) |
|
virtual | ~QCustomStackedWidgetBase () |
|
void | resizeEvent (QResizeEvent *event) override |
|
void | showEvent (QShowEvent *event) override |
|
void | setAnimationPercent (double animation_percent) |
|
double | animationPercent () const |
|
void | paintEvent (QPaintEvent *) override |
|
virtual void | swapIndices (uint04 a, uint04 b) |
|
virtual void | moveContent (uint04 from, uint04 to) |
|
void | insertWidget (uint04 index, QWidget *w) |
|
void | removeWidget (QWidget *widget) |
|
void | removeWidget (QWidget *widget, QWidget *slide_to_if_active) |
|
bool | eventFilter (QObject *object, QEvent *event) override |
|
uint04 | activeIndex () const |
|
QWidget * | activeWidget () const |
|
QWidget * | currentWidget () const |
|
QSize | sizeHint () const override |
|
QSize | minimumSizeHint () const override |
|
QWidget * | widget (uint04 index) const |
|
uint04 | indexOf (QWidget *widget) const |
|
uint04 | currentIndex () const |
|
uint04 | count () const |
|
virtual void | setCurrentIdx (uint04 current_index) |
|
virtual void | slideInNext () |
|
virtual void | slideInPrev () |
|
virtual void | slideInIdx (uint04 idx, PopupInfo origin_rect, int delay_time=0, enum t_direction direction=AUTOMATIC) |
|
virtual void | slideInIdx (uint04 idx, int delay_time=0, enum t_direction direction=AUTOMATIC) |
|
virtual void | slideInIdx (uint04 idx, enum t_direction direction) |
|
virtual void | slideInAnimation (PopupInfo origin_rect, enum t_direction direction=AUTOMATIC, bool cache_in_image=false) |
|
virtual void | slideInAnimation (enum t_direction direction=AUTOMATIC, bool cache_in_image=false) |
|
virtual void | slideInWgt (QWidget *widget, enum t_direction direction=AUTOMATIC, bool force_slide=false) |
|