Kate
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 117 of file katecmd.cpp.
QStringList KateCmd::cmds | ( | ) |
KCompletion * KateCmd::commandCompletionObject | ( | ) |
Definition at line 136 of file katecmd.cpp.
QStringList KateCmd::commandList | ( | ) | const |
Definition at line 107 of file katecmd.cpp.
QList< KTextEditor::Command * > KateCmd::commands | ( | ) | const |
Definition at line 102 of file katecmd.cpp.
const QString KateCmd::fromHistory | ( | int | i | ) | const |
Definition at line 129 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.
|
static |
Definition at line 112 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.