class KCommand

The abstract base class for all Commands. More...

Contains pure virtuals
Definition#include <kcommand.h>
Inherited byKMacroCommand, KNamedCommand
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

The abstract base class for all Commands. Commands are used to store information needed for Undo/Redo functionality...

 KCommand ()

KCommand

[protected]

Creates a command.

 ~KCommand ()

~KCommand

[virtual]

void  execute ()

execute

[pure virtual]

The main method: executes this command. Implement here what this command is about, and remember to record any information that will be helpful for unexecute.

void  unexecute ()

unexecute

[pure virtual]

Unexecutes (undo) this command. Implement here the steps to take for undoing the command. If your application uses actions for everything (it should), and if you implement unexecute correctly, the application is in the same state after unexecute as it was before execute. This means, the next call to execute will do the same thing as it did the first time.

QString  name ()

name

[const pure virtual]

Returns: the name of this command, translated, since it will appear in the menus.

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]


Generated by: dfaure on faure on Tue Apr 16 08:49:25 2002, using kdoc 2.0a53.