Kate::Command Class Reference
Kate Commands. More...
#include <document.h>
Inheritance diagram for Kate::Command:

| Public Member Functions | |
| virtual QStringList | cmds ()=0 | 
| virtual bool | exec (View *view, const QString &cmd, QString &msg)=0 | 
| virtual bool | help (View *view, const QString &cmd, QString &msg)=0 | 
Detailed Description
Kate Commands.
Definition at line 87 of file document.h.
Member Function Documentation
| 
 | 
| Pure text start part of the commands which can be handled by this object which means i.e. for s/sdl/sdf/g => s or for char:1212 => char Implemented in KateCommands::SedReplace, and KateCommands::Character. | 
| 
 | ||||||||||||||||
| Execute this command for the given view and cmd string, return a bool about success, msg for status. 
 Implemented in KateCommands::SedReplace, and KateCommands::Character. | 
| 
 | ||||||||||||||||
| Shows help for the given view and cmd string, return a bool about success, msg for status. 
 Implemented in KateCommands::SedReplace, and KateCommands::Character. | 
The documentation for this class was generated from the following file:

