|
| void | setupAck (const TranslatedString &message, const String &image, fltp08 image_size_mult, std::function< void()> on_select) |
| |
| void | setupAck (const TranslatedString &message, const String &image, std::function< void()> on_select) |
| |
| void | setupAck (const TranslatedString &message, std::function< void()> on_select) |
| |
| void | setupLoading (const TranslatedString &message) |
| |
| void | setupLoading (const TranslatedString &message, const String &image) |
| |
| void | setupYesNo (const TranslatedString &message, const String &image, fltp08 image_size_mult, std::function< void()> on_yes, std::function< void()> on_no) |
| |
| void | setupYesNo (const TranslatedString &message, const String &image, std::function< void()> on_yes, std::function< void()> on_no) |
| |
| void | setupYesNo (const TranslatedString &message, std::function< void()> on_yes, std::function< void()> on_no) |
| |
| | TroubleshootingDialog (const TranslatedString &title, QWidget *parent=nullptr) |
| |
| 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 | swapIndices (uint04 a, uint04 b) |
| |
| QWidget * | widget (uint04 index) const |
| |
| virtual | ~QCustomStackedWidgetBase () |
| |
|
| enum | StackAnimationDirection {
e_left_to_right
, e_right_to_left
, e_top_to_bottom
, e_bottom_to_top
,
e_automatic
} |
| |
| uint04 | activeIndex () const |
| |
| QWidget * | activeWidget () const |
| |
| virtual uint04 | addWidget (QWidget *w) override |
| |
| uint04 | count () const |
| |
| uint04 | currentIndex () const |
| |
| QWidget * | currentWidget () const |
| |
| bool | hasWidget (QWidget *widget) const |
| |
| uint04 | indexOf (QWidget *widget) const |
| |
| | QCustomStackedWidget (QWidget *parent=nullptr) |
| |
| void | removeWidget (QWidget *widget) |
| |
| void | setCurrentIndex (uint04 idx) |
| |
| void | slideInAnimation (enum StackAnimationDirection direction=e_automatic, bool cache_in_image=false) override |
| |
| void | slideInAnimation (PopupInfo origin_rect, enum StackAnimationDirection direction=e_automatic, bool cache_in_image=false) override |
| |
| void | slideInIdx (uint04 idx, enum StackAnimationDirection direction) override |
| |
| void | slideInIdx (uint04 idx, int delay_time=0, enum StackAnimationDirection direction=e_automatic) override |
| |
| void | slideInIdx (uint04 idx, PopupInfo origin_rect, int delay_time=0, enum StackAnimationDirection direction=e_automatic) override |
| |
| virtual void | slideInNext () override |
| |
| virtual void | slideInPrev () override |
| |
| void | slideInWgt (QWidget *widget, enum StackAnimationDirection direction=e_automatic, bool force_slide=false) override |
| |
| void | setAnimation (enum QEasingCurve::Type animationtype) |
| |
| void | setCustomPixmap (QPixmap *pixmap) |
| |
| void | setSpeed (int speed) |
| |
| void | setVerticalMode (bool vertical=true) |
| |
| void | setWrap (bool wrap) |
| |
| static ApplicationOption< sint04 > | default_stack_animation_speed |
| |
| void | animationDoneSlot () |
| |
| void | childDestroyedSlot (QObject *widget) |
| |
| double | animation_percent |
| |