krdc
Go to the documentation of this file.
   24 #ifndef REMOTEVIEWFACTORY_H 
   25 #define REMOTEVIEWFACTORY_H 
   29 #include <kdemacros.h> 
   30 #include <KDE/KPluginFactory> 
   31 #include <KDE/KPluginLoader> 
   45 #define KRDC_PLUGIN_EXPORT( c ) \ 
   46     K_PLUGIN_FACTORY( KrdcFactory, registerPlugin< c >(); ) \ 
   47     K_EXPORT_PLUGIN( KrdcFactory("c") ) 
   65     virtual bool supportsUrl(
const KUrl &url) 
const = 0;
 
   70     virtual RemoteView *createView(
QWidget *parent, 
const KUrl &url, KConfigGroup configGroup) = 0;
 
   81     virtual QString scheme() 
const = 0;
 
   86     virtual QString connectActionText() 
const = 0;
 
   91     virtual QString connectButtonText() 
const = 0;
 
   97     virtual QString connectToolTipText() 
const = 0;
 
  107 #endif // REMOTEVIEWFACTORY_H 
Generic widget that displays a remote framebuffer. 
 
Factory to be implemented by any plugin. 
 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:34 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.