PimCommon::KActionMenuChangeCase
PimCommon::KActionMenuChangeCase Class Reference
#include <kactionmenuchangecase.h>
Inheritance diagram for PimCommon::KActionMenuChangeCase:

Signals | |
| void | lowerCase () |
| void | reverseCase () |
| void | sentenceCase () |
| void | upperCase () |
Additional Inherited Members | |
Public Types inherited from QAction | |
| enum | ActionEvent |
| enum | MenuRole |
| enum | Priority |
Properties inherited from QAction | |
| autoRepeat | |
| checkable | |
| checked | |
| enabled | |
| font | |
| icon | |
| iconText | |
| iconVisibleInMenu | |
| menuRole | |
| priority | |
| shortcut | |
| shortcutContext | |
| shortcutVisibleInContextMenu | |
| statusTip | |
| text | |
| toolTip | |
| visible | |
| whatsThis | |
Properties inherited from QObject | |
| objectName | |
Static Public Member Functions inherited from QObject | |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
| bool | disconnect (const QMetaObject::Connection &connection) |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
Public Attributes inherited from QAction | |
| AboutQtRole | |
| AboutRole | |
| ApplicationSpecificRole | |
| HighPriority | |
| Hover | |
| LowPriority | |
| NormalPriority | |
| NoRole | |
| PreferencesRole | |
| QuitRole | |
| TextHeuristicRole | |
| Trigger | |
Public Attributes inherited from QObject | |
| typedef | QObjectList |
Protected Member Functions inherited from QWidgetAction | |
| QList< QWidget * > | createdWidgets () const const |
| virtual QWidget * | createWidget (QWidget *parent) |
| virtual void | deleteWidget (QWidget *widget) |
| virtual bool | event (QEvent *event) override |
| virtual bool | eventFilter (QObject *obj, QEvent *event) override |
Protected Member Functions inherited from QObject | |
| virtual void | childEvent (QChildEvent *event) |
| virtual void | connectNotify (const QMetaMethod &signal) |
| virtual void | customEvent (QEvent *event) |
| virtual void | disconnectNotify (const QMetaMethod &signal) |
| bool | isSignalConnected (const QMetaMethod &signal) const const |
| int | receivers (const char *signal) const const |
| QObject * | sender () const const |
| int | senderSignalIndex () const const |
| virtual void | timerEvent (QTimerEvent *event) |
Detailed Description
The KActionMenuChangeCase class.
Definition at line 20 of file kactionmenuchangecase.h.
Constructor & Destructor Documentation
◆ KActionMenuChangeCase()
|
explicit |
Definition at line 23 of file kactionmenuchangecase.cpp.
Member Function Documentation
◆ appendInActionCollection()
| void KActionMenuChangeCase::appendInActionCollection | ( | KActionCollection * | ac | ) |
Definition at line 68 of file kactionmenuchangecase.cpp.
◆ lowerCaseAction()
|
nodiscard |
Definition at line 58 of file kactionmenuchangecase.cpp.
◆ reverseCaseAction()
|
nodiscard |
Definition at line 63 of file kactionmenuchangecase.cpp.
◆ sentenceCaseAction()
|
nodiscard |
Definition at line 53 of file kactionmenuchangecase.cpp.
◆ upperCaseAction()
|
nodiscard |
Definition at line 48 of file kactionmenuchangecase.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:58:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:58:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from