KNotifications
knotificationreplyaction.cpp
19 KNotificationReplyAction::FallbackBehavior fallbackBehavior = KNotificationReplyAction::FallbackBehavior::HideAction;
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
@ HideAction
Don't add the reply action (default)
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.
~KNotificationReplyAction() override
Destroys this inline reply action.
void submitButtonTextChanged()
Emitted when submitButtonText changed.
Q_EMITQ_EMIT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:53 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:53 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.