class KActionCollection


Module kdeui
Namespace
Class KActionCollection
Inherits QObject
A container for a set of QAction objects.

KActionCollection acts as the owning QObject for a set of QAction objects. It allows them to be grouped for organized presentation of configuration to the user, saving + loading of configuration, and optionally for automatic plugging into specified widget(s).

Additionally, KActionCollection provides several convenience functions for locating named actions, and actions grouped by QActionGroup.



methods