KTextAddons
8#include "textautogeneratetext_private_export.h"
11#include <QPersistentModelIndex>
12namespace TextAutogenerateText
14class TEXTAUTOGENERATETEXT_TESTS_EXPORT TextAutogenerateSelectedMessageBackgroundAnimation :
public QObject
17 Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor NOTIFY backgroundColorChanged)
19 explicit TextAutogenerateSelectedMessageBackgroundAnimation(QObject *parent =
nullptr);
20 ~TextAutogenerateSelectedMessageBackgroundAnimation()
override;
22 [[nodiscard]] QColor backgroundColor()
const;
23 void setBackgroundColor(
const QColor &newBackgroundColor);
27 [[nodiscard]] QPersistentModelIndex modelIndex()
const;
28 void setModelIndex(
const QPersistentModelIndex &newModelIndex);
31 void backgroundColorChanged();
32 void animationFinished();
35 QColor m_backgroundColor;
36 QPersistentModelIndex mModelIndex;
Q_SCRIPTABLE Q_NOREPLY void start()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:06:03 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.