Kate
KateCmd Class Reference
#include <katecmd.h>
Public Member Functions | |
void | appendHistory (const QString &cmd) |
QStringList | cmds () |
const QString | fromHistory (uint i) const |
uint | historyLength () const |
Kate::Command * | queryCommand (const QString &cmd) |
bool | registerCommand (Kate::Command *cmd) |
bool | unregisterCommand (Kate::Command *cmd) |
~KateCmd () | |
Static Public Member Functions | |
static KateCmd * | self () |
Detailed Description
Definition at line 29 of file katecmd.h.
Constructor & Destructor Documentation
KateCmd::~KateCmd | ( | ) |
Definition at line 33 of file katecmd.cpp.
Member Function Documentation
void KateCmd::appendHistory | ( | const QString & | cmd | ) |
Definition at line 99 of file katecmd.cpp.
QStringList KateCmd::cmds | ( | ) |
Definition at line 84 of file katecmd.cpp.
Definition at line 110 of file katecmd.cpp.
Kate::Command * KateCmd::queryCommand | ( | const QString & | cmd | ) |
Definition at line 68 of file katecmd.cpp.
bool KateCmd::registerCommand | ( | Kate::Command * | cmd | ) |
Definition at line 37 of file katecmd.cpp.
KateCmd * KateCmd::self | ( | ) | [static] |
Definition at line 91 of file katecmd.cpp.
bool KateCmd::unregisterCommand | ( | Kate::Command * | cmd | ) |
Definition at line 55 of file katecmd.cpp.
The documentation for this class was generated from the following files: