#include <document.h>
Public Member Functions | |
| virtual TQStringList | cmds ()=0 |
| virtual bool | exec (View *view, const TQString &cmd, TQString &msg)=0 |
| virtual bool | help (View *view, const TQString &cmd, TQString &msg)=0 |
Detailed Description
Kate Commands.
Definition at line 96 of file document.h.
Member Function Documentation
| virtual TQStringList Kate::Command::cmds | ( | ) | [pure virtual] |
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::Date, KateCommands::Character, KateCommands::SedReplace, and KateCommands::CoreCommands.
| virtual bool Kate::Command::exec | ( | View * | view, |
| const TQString & | cmd, | ||
| TQString & | msg | ||
| ) | [pure virtual] |
Execute this command for the given view and cmd string, return a bool about success, msg for status.
Implemented in KateCommands::Date, KateCommands::Character, KateCommands::SedReplace, and KateCommands::CoreCommands.
| virtual bool Kate::Command::help | ( | View * | view, |
| const TQString & | cmd, | ||
| TQString & | msg | ||
| ) | [pure virtual] |
Shows help for the given view and cmd string, return a bool about success, msg for status.
Implemented in KateCommands::Date, KateCommands::Character, KateCommands::SedReplace, and KateCommands::CoreCommands.
The documentation for this class was generated from the following file:
Trinity API Reference