KNotifications
knotificationreplyaction.h
41 Q_PROPERTY(QString placeholderText READ placeholderText WRITE setPlaceholderText NOTIFY placeholderTextChanged)
46 Q_PROPERTY(QString submitButtonText READ submitButtonText WRITE setSubmitButtonText NOTIFY submitButtonTextChanged)
51 Q_PROPERTY(QString submitButtonIconName READ submitButtonIconName WRITE setSubmitButtonIconName NOTIFY submitButtonIconNameChanged)
56 Q_PROPERTY(FallbackBehavior fallbackBehavior READ fallbackBehavior WRITE setFallbackBehavior NOTIFY fallbackBehaviorChanged)
void fallbackBehaviorChanged()
Emitted when fallbackBehavior changed.
QString submitButtonIconName
Definition knotificationreplyaction.h:51
void placeholderTextChanged()
Emitted when placeholderText changed.
void setSubmitButtonText(const QString &submitButtonText)
Set the label for the button to send the typed reply.
Definition knotificationreplyaction.cpp:62
QString placeholderText
Definition knotificationreplyaction.h:41
void setFallbackBehavior(FallbackBehavior fallbackBehavior)
Set the fallback behavior for when the notification server does not support inline replies.
Definition knotificationreplyaction.cpp:88
void setLabel(const QString &label)
Set the label for the action button.
Definition knotificationreplyaction.cpp:36
void setSubmitButtonIconName(const QString &submitButtonIconName)
Set the icon name for the button to send the typed reply.
Definition knotificationreplyaction.cpp:75
FallbackBehavior fallbackBehavior
Definition knotificationreplyaction.h:56
FallbackBehavior
Behavior when the notification server does not support inline replies.
Definition knotificationreplyaction.h:108
QString submitButtonText
Definition knotificationreplyaction.h:46
KNotificationReplyAction(const QString &label)
Creates a inline reply action with given label.
Definition knotificationreplyaction.cpp:22
void setPlaceholderText(const QString &placeholderText)
Set the placeholder text for the inline reply text field, for example "Reply to Konqi....
Definition knotificationreplyaction.cpp:49
void submitButtonIconNameChanged()
Emitted when submitButtonIconName changed.
void activated()
Emitted when the user clicks the reply fallback button.
void submitButtonTextChanged()
Emitted when submitButtonText changed.
void replied(const QString &text)
Emitted when the user has submitted a reply.
QObject(QObject *parent)
Q_ENUM(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:50:59 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:50:59 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.