跳转至

cf::ui::gallery::MotionSpecPage

Motion Spec page - displays all 9 Material Design 3 motion presets.

#include <MotionSpecPage.h>

Inherits from cf::ui::gallery::ThemePageWidget, QWidget

Public Functions

Name
MotionSpecPage(QWidget * parent =nullptr)
~MotionSpecPage() override =default
virtual QString pageTitle() const override
Get the display title of this page.
virtual void applyTheme(constcf::ui::core::ICFTheme & theme) override
Apply a new theme to this page.

Additional inherited members

Public Functions inherited from cf::ui::gallery::ThemePageWidget

Name
ThemePageWidget(QWidget * parent =nullptr)
~ThemePageWidget() override =default

Public Functions Documentation

function MotionSpecPage

explicit MotionSpecPage(
    QWidget * parent =nullptr
)

function ~MotionSpecPage

~MotionSpecPage() override =default

function pageTitle

inline virtual QString pageTitle() const override

Get the display title of this page.

Return: Page title for display purposes

Reimplements: cf::ui::gallery::ThemePageWidget::pageTitle

function applyTheme

virtual void applyTheme(
    constcf::ui::core::ICFTheme & theme
) override

Apply a new theme to this page.

Parameters:

  • theme The theme to apply

Reimplements: cf::ui::gallery::ThemePageWidget::applyTheme


Updated on 2026-03-09 at 10:14:00 +0000