Nepomuk-Core
Nepomuk2::DataManagementCommand Class Referenceabstract
#include <datamanagementcommand.h>
Inheritance diagram for Nepomuk2::DataManagementCommand:
Public Member Functions | |
DataManagementCommand (DataManagementModel *model, const QDBusMessage &msg) | |
virtual | ~DataManagementCommand () |
DataManagementModel * | model () const |
void | run () |
Protected Member Functions | |
virtual QVariant | runCommand ()=0 |
Detailed Description
Definition at line 42 of file datamanagementcommand.h.
Constructor & Destructor Documentation
Nepomuk2::DataManagementCommand::DataManagementCommand | ( | DataManagementModel * | model, |
const QDBusMessage & | msg | ||
) |
Definition at line 49 of file datamanagementcommand.cpp.
|
virtual |
Definition at line 56 of file datamanagementcommand.cpp.
Member Function Documentation
|
inline |
Definition at line 50 of file datamanagementcommand.h.
void Nepomuk2::DataManagementCommand::run | ( | ) |
Definition at line 60 of file datamanagementcommand.cpp.
|
protectedpure virtual |
Reimplement this method.
Return the original value from the call. It will be properly converted automatically. Error handling is done automatically, too. Only method calls to model() are supported.
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:48:09 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:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.