kpilot/lib
PluginUtility Class Reference
#include <plugin.h>
Detailed Description
A class containing only static helper methods.
Definition at line 238 of file plugin.h.
Static Public Member Functions | |
static int | findHandle (const QStringList &) |
static bool | isModal (const QStringList &a) |
static bool | isRunning (const QCString &appName) |
static long | pluginVersion (const KLibrary *) |
static QString | pluginVersionString (const KLibrary *) |
Member Function Documentation
|
Searches the string list for --handle=NN and returns the number.
|
|
Searches the string list for --modal and returns true if found.
|
|
This function attempts to detect whether or not the given application is running. If it is, true is returned, otherwise false. The current approach is to ask the DCOP server if the application has registered. |
|
Check a given library for its version, returning 0 if no version symbol is found.
|
The documentation for this class was generated from the following files: