krdc
#include <rdpviewfactory.h>

Public Member Functions | |
RdpViewFactory (QObject *parent, const QVariantList &args) | |
virtual | ~RdpViewFactory () |
virtual QString | connectActionText () const |
virtual QString | connectButtonText () const |
virtual QString | connectToolTipText () const |
virtual HostPreferences * | createHostPreferences (KConfigGroup configGroup, QWidget *parent) |
virtual RemoteView * | createView (QWidget *parent, const KUrl &url, KConfigGroup configGroup) |
virtual QString | scheme () const |
virtual bool | supportsUrl (const KUrl &url) const |
![]() | |
virtual | ~RemoteViewFactory () |
Additional Inherited Members | |
![]() | |
RemoteViewFactory (QObject *parent=0) | |
Detailed Description
Definition at line 32 of file rdpviewfactory.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file rdpviewfactory.cpp.
|
virtual |
Definition at line 43 of file rdpviewfactory.cpp.
Member Function Documentation
|
virtual |
Returns the text of the action in the file menu (by default).
Implements RemoteViewFactory.
Definition at line 67 of file rdpviewfactory.cpp.
|
virtual |
Returns the text of the connect button on the startscreen.
Implements RemoteViewFactory.
Definition at line 72 of file rdpviewfactory.cpp.
|
virtual |
Returns the tooltip next to the url navigator when the user presses the connect action.
Implements RemoteViewFactory.
Definition at line 77 of file rdpviewfactory.cpp.
|
virtual |
Returns a new HostPreferences implementing object or 0 if no settings are available.
Implements RemoteViewFactory.
Definition at line 57 of file rdpviewfactory.cpp.
|
virtual |
Returns a new RemoteView implementing object.
Implements RemoteViewFactory.
Definition at line 52 of file rdpviewfactory.cpp.
|
virtual |
Returns the supported scheme.
- See also
- KUrl::scheme()
Implements RemoteViewFactory.
Definition at line 62 of file rdpviewfactory.cpp.
|
virtual |
Returns true if the provided url
is supported by the current plugin.
Implements RemoteViewFactory.
Definition at line 47 of file rdpviewfactory.cpp.
The documentation for this class was generated from the following files:
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.