KNewStuff
KNS::ProviderDialog Class Reference
#include <providerdialog.h>
Inheritance diagram for KNS::ProviderDialog:
Public Member Functions | |
ProviderDialog (QWidget *parent) | |
void | addProvider (Provider *) |
void | clear () |
Provider * | provider () const |
Protected Slots | |
void | slotOk () |
Detailed Description
Dialog displaying a list of Hotstuff providers.
This is normally used in the process of uploading data, thus limiting the list to providers which support uploads. One of the providers is then chosen by the user for further operation.
- Maintainer:
- Josef Spillner (spill) ner@ kde.o rg
Definition at line 46 of file providerdialog.h.
Constructor & Destructor Documentation
ProviderDialog::ProviderDialog | ( | QWidget * | parent | ) |
Member Function Documentation
void ProviderDialog::addProvider | ( | Provider * | provider | ) |
Adds a Hotstuff provider to the list.
Definition at line 78 of file providerdialog.cpp.
void ProviderDialog::clear | ( | ) |
Clears the list of providers.
Definition at line 73 of file providerdialog.cpp.
KNS::Provider * ProviderDialog::provider | ( | ) | const |
Definition at line 106 of file providerdialog.cpp.
|
protectedslot |
Definition at line 90 of file providerdialog.cpp.
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:50:49 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:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.