KNamedCommand Class Reference
A command which stores its name. More...
#include <kcommand.h>
Inheritance diagram for KNamedCommand:

Public Member Functions | |
virtual QString | name () const |
void | setName (const QString &name) |
Updates the name of this command. | |
Protected Member Functions | |
KNamedCommand (const QString &name) | |
Creates a command. | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
A command which stores its name.This class mostly exists for compatibility with KDE-2.x It is more memory-efficient to use KCommand and to implement the name() method.
Definition at line 77 of file kcommand.h.
Constructor & Destructor Documentation
|
Creates a command.
Definition at line 85 of file kcommand.h. References name(). |
Member Function Documentation
|
Implements KCommand. Definition at line 91 of file kcommand.h. Referenced by KNamedCommand(). |
|
Updates the name of this command. Rarely necessary. Definition at line 96 of file kcommand.h. References KStdAccel::name(). |
The documentation for this class was generated from the following files: