cantor/src/lib
Cantor::HistoryExtension Class Referenceabstract
#include <extension.h>
Inheritance diagram for Cantor::HistoryExtension:

Public Slots | |
| virtual QString | lastResult ()=0 |
Public Member Functions | |
| HistoryExtension (QObject *parent) | |
| ~HistoryExtension () | |
Public Member Functions inherited from Cantor::Extension | |
| Extension (const QString &name, QObject *parent) | |
| ~Extension () | |
Detailed Description
An Extension providing commands for command history.
Definition at line 57 of file extension.h.
Constructor & Destructor Documentation
| Cantor::HistoryExtension::HistoryExtension | ( | QObject * | parent | ) |
| Cantor::HistoryExtension::~HistoryExtension | ( | ) |
Member Function Documentation
|
pure virtualslot |
Returns a command that retrieves the last result.
- Returns
- command that retrieves the last result
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:50 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:42:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from