KateCmd Class Reference
#include <katecmd.h>
Public Member Functions | |
| KateCmd () | |
| ~KateCmd () | |
| void | appendHistory (const QString &cmd) |
| QStringList | cmds () |
| KCompletion * | commandCompletionObject () |
| QStringList | commandList () const |
| QList< KTextEditor::Command * > | commands () const |
| const QString | fromHistory (int i) const |
| uint | historyLength () const |
| KTextEditor::Command * | queryCommand (const QString &cmd) const |
| bool | registerCommand (KTextEditor::Command *cmd) |
| bool | unregisterCommand (KTextEditor::Command *cmd) |
Static Public Member Functions | |
| static KateCmd * | self () |
Detailed Description
Constructor & Destructor Documentation
| KateCmd::KateCmd | ( | ) |
Definition at line 29 of file katecmd.cpp.
| KateCmd::~KateCmd | ( | ) |
Definition at line 34 of file katecmd.cpp.
Member Function Documentation
| void KateCmd::appendHistory | ( | const QString & | cmd | ) |
Definition at line 109 of file katecmd.cpp.
| QStringList KateCmd::cmds | ( | ) |
| KCompletion * KateCmd::commandCompletionObject | ( | ) |
Definition at line 128 of file katecmd.cpp.
| QStringList KateCmd::commandList | ( | ) | const |
Definition at line 99 of file katecmd.cpp.
| QList< KTextEditor::Command * > KateCmd::commands | ( | ) | const |
Definition at line 94 of file katecmd.cpp.
| const QString KateCmd::fromHistory | ( | int | i | ) | const |
Definition at line 121 of file katecmd.cpp.
| KTextEditor::Command * KateCmd::queryCommand | ( | const QString & | cmd | ) | const |
Definition at line 78 of file katecmd.cpp.
| bool KateCmd::registerCommand | ( | KTextEditor::Command * | cmd | ) |
Definition at line 38 of file katecmd.cpp.
| KateCmd * KateCmd::self | ( | ) | [static] |
Definition at line 104 of file katecmd.cpp.
| bool KateCmd::unregisterCommand | ( | KTextEditor::Command * | cmd | ) |
Definition at line 59 of file katecmd.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference