PartExplorerPlugin Class Reference
A Graphical tool for performing KTrader-like queries about registered services. More...
#include <partexplorer_plugin.h>
Inheritance diagram for PartExplorerPlugin:


Public Member Functions | |
PartExplorerPlugin (QObject *parent, const char *name, const QStringList &) | |
Default constructor. | |
virtual | ~PartExplorerPlugin () |
Destructor. | |
Private Slots | |
void | slotShowForm () |
Private Attributes | |
QGuardedPtr< PartExplorerForm > | m_widget |
The dialog for user interaction, so the plugin is usable too ;). |
Detailed Description
A Graphical tool for performing KTrader-like queries about registered services.PartExplorer is a frontend to KTrader class (http://developer.kde.org/documentation/library/3.1-api/kio/html/classKTrader.html) and uses its syntax, no more no less: so before saying "it really sucks", give a look at http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html.
The real job is done by the
- See also:
- PartExplorerForm class which handles user input, query system configuration and (eventually) fills the property list.
Last updated on 28.07.2003 by Mario Scalas
- Feature(s):
- Performs KTrader-like queries about registered services
Definition at line 24 of file partexplorer_plugin.h.
Constructor & Destructor Documentation
|
Default constructor.
|
|
Destructor.
Definition at line 48 of file partexplorer_plugin.cpp. |
Member Function Documentation
|
Definition at line 59 of file partexplorer_plugin.cpp. References m_widget. |
Member Data Documentation
|
The dialog for user interaction, so the plugin is usable too ;).
Definition at line 45 of file partexplorer_plugin.h. Referenced by slotShowForm(). |
The documentation for this class was generated from the following files:
- parts/partexplorer/partexplorer_plugin.h
- parts/partexplorer/partexplorer_plugin.cpp