krdc
#include "remoteview.h"
#include <kdemacros.h>
#include <KDE/KPluginFactory>
#include <KDE/KPluginLoader>
Include dependency graph for remoteviewfactory.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | RemoteViewFactory |
Macros | |
#define | KRDC_PLUGIN_EXPORT(c) |
Macro Definition Documentation
#define KRDC_PLUGIN_EXPORT | ( | c | ) |
Value:
K_PLUGIN_FACTORY( KrdcFactory, registerPlugin< c >(); ) \
K_EXPORT_PLUGIN( KrdcFactory("c") )
Convenience macros to export a KRDC plugin.
Suppose you created the plugin FooRemoteViewFactory. In FooRemoteViewFactory you will have to put the following line:
KRDC_PLUGIN_EXPORT(FooRemoteViewFactory)
The rest will be done for you.
Definition at line 45 of file remoteviewfactory.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:04 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:54:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.