Kate
KateCmd Class Reference
#include <katecmd.h>
Public Member Functions | |
void | appendHistory (const QString &cmd) |
QStringList | cmds () |
QStringList | commandList () const |
QList< KTextEditor::Command * > | commands () const |
const QString | fromHistory (int i) const |
uint | historyLength () const |
KateCmd () | |
KTextEditor::Command * | queryCommand (const QString &cmd) const |
bool | registerCommand (KTextEditor::Command *cmd) |
bool | unregisterCommand (KTextEditor::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 27 of file katecmd.cpp.
KateCmd::~KateCmd | ( | ) |
Definition at line 31 of file katecmd.cpp.
Member Function Documentation
void KateCmd::appendHistory | ( | const QString & | cmd | ) |
Definition at line 102 of file katecmd.cpp.
QStringList KateCmd::cmds | ( | ) |
QStringList KateCmd::commandList | ( | ) | const |
Definition at line 92 of file katecmd.cpp.
QList< KTextEditor::Command * > KateCmd::commands | ( | ) | const |
Definition at line 87 of file katecmd.cpp.
const QString KateCmd::fromHistory | ( | int | i | ) | const |
Definition at line 114 of file katecmd.cpp.
KTextEditor::Command * KateCmd::queryCommand | ( | const QString & | cmd | ) | const |
Definition at line 71 of file katecmd.cpp.
bool KateCmd::registerCommand | ( | KTextEditor::Command * | cmd | ) |
Definition at line 35 of file katecmd.cpp.
KateCmd * KateCmd::self | ( | ) | [static] |
Definition at line 97 of file katecmd.cpp.
bool KateCmd::unregisterCommand | ( | KTextEditor::Command * | cmd | ) |
Definition at line 53 of file katecmd.cpp.
The documentation for this class was generated from the following files: