kate Library API Documentation

KateCommands::CoreCommands Class Reference

This Kate::Command provides access to a lot of the core functionality of kate part, settings, utilities, navigation etc. More...

#include <katecmds.h>

Inheritance diagram for KateCommands::CoreCommands:

Kate::Command List of all members.

Public Member Functions

bool exec (class Kate::View *view, const QString &cmd, QString &errorMsg)
bool help (class Kate::View *, const QString &, QString &)
QStringList cmds ()

Detailed Description

This Kate::Command provides access to a lot of the core functionality of kate part, settings, utilities, navigation etc.

it needs to get a kateview pointer, it will cast the kate::view pointer hard to kateview

Definition at line 36 of file katecmds.h.


Member Function Documentation

bool KateCommands::CoreCommands::exec class Kate::View view,
const QString cmd,
QString errorMsg
 

execute command

Parameters:
view view to use for execution
cmd cmd string
errorMsg error to return if no success
Returns:
success

Definition at line 76 of file katecmds.cpp.

QStringList KateCommands::CoreCommands::cmds  )  [virtual]
 

supported commands as prefixes

Returns:
prefix list

Implements Kate::Command.

Definition at line 62 of file katecmds.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kate Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Nov 27 13:52:52 2004 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003