KDevelop API Documentation

PartExplorerPlugin Class Reference

A Graphical tool for performing KTrader-like queries about registered services. More...

#include <partexplorer_plugin.h>

Inheritance diagram for PartExplorerPlugin:

KDevPlugin QObject KXMLGUIClient List of all members.

Public Member Functions

 PartExplorerPlugin (QObject *parent, const char *name, const QStringList &)
 Default constructor.

virtual ~PartExplorerPlugin ()
 Destructor.


Private Slots

void slotShowForm ()

Private Attributes

QGuardedPtr< PartExplorerFormm_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/classref/kio/KTrader.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.
It has helped figuring out several problems when querying KParts (ok, mostly mispelled names ;-), and I hope that some other people will find it useful.

Last updated on 28.07.2003 by Mario Scalas

Author(s):
Mario Scalas

Maintainer(s):
Mario Scalas

Feature(s):
Performs KTrader-like queries about registered services

Bug:
bugs in partexplorer component at Bugzilla database

Definition at line 24 of file partexplorer_plugin.h.


Constructor & Destructor Documentation

PartExplorerPlugin::PartExplorerPlugin QObject parent,
const char *  name,
const QStringList
 

Default constructor.

PartExplorerPlugin::~PartExplorerPlugin  )  [virtual]
 

Destructor.

Definition at line 48 of file partexplorer_plugin.cpp.


Member Function Documentation

void PartExplorerPlugin::slotShowForm  )  [private, slot]
 

Definition at line 59 of file partexplorer_plugin.cpp.

References m_widget.


Member Data Documentation

QGuardedPtr<PartExplorerForm> PartExplorerPlugin::m_widget [private]
 

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:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:27 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003