krdc
#include <konsoleviewfactory.h>

Public Member Functions | |
KonsoleViewFactory (QObject *parent, const QVariantList &args) | |
virtual | ~KonsoleViewFactory () |
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 31 of file konsoleviewfactory.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file konsoleviewfactory.cpp.
|
virtual |
Definition at line 39 of file konsoleviewfactory.cpp.
Member Function Documentation
|
virtual |
Returns the text of the action in the file menu (by default).
Implements RemoteViewFactory.
Definition at line 66 of file konsoleviewfactory.cpp.
|
virtual |
Returns the text of the connect button on the startscreen.
Implements RemoteViewFactory.
Definition at line 71 of file konsoleviewfactory.cpp.
|
virtual |
Returns the tooltip next to the url navigator when the user presses the connect action.
Implements RemoteViewFactory.
Definition at line 76 of file konsoleviewfactory.cpp.
|
virtual |
Returns a new HostPreferences implementing object or 0 if no settings are available.
Implements RemoteViewFactory.
Definition at line 53 of file konsoleviewfactory.cpp.
|
virtual |
Returns a new RemoteView implementing object.
Implements RemoteViewFactory.
Definition at line 48 of file konsoleviewfactory.cpp.
|
virtual |
Returns the supported scheme.
- See also
- KUrl::scheme()
Implements RemoteViewFactory.
Definition at line 61 of file konsoleviewfactory.cpp.
|
virtual |
Returns true if the provided url
is supported by the current plugin.
Implements RemoteViewFactory.
Definition at line 43 of file konsoleviewfactory.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.