kmobiletools
KMobileTools::EnginesList Class Reference
#include <engineslist.h>

Detailed Description
- Deprecated:
- use DeviceLoader instead of this class
Definition at line 41 of file engineslist.h.
Signals | |
| void | engineAdded (const KMobileTools::Engine *) |
| void | engineRemoved (const KMobileTools::Engine *) |
Public Member Functions | |
| void | append (KMobileTools::Engine *item) |
| KPluginInfo::List | availEngines () |
| bool | closing () const |
| KPluginInfo | engineInfo (const QString &s, bool searchByLibrary=true) |
| EnginesList () | |
| KMobileTools::Engine * | find (const QString &name, bool friendlyName=false) |
| bool | lock (const QString &device) |
| bool | locked (const QString &device) const |
| const QStringList | locklist () |
| const QStringList | namesList (bool friendlyNames=false) |
| void | queryClose () |
| void | remove (KMobileTools::Engine *item) |
| void | setWizardConfig (KConfigSkeleton *wizardcfg) |
| void | setWizardEngine (KMobileTools::Engine *newEngine=NULL) |
| void | unlock (const QString &device) |
| KConfigSkeleton * | wizardConfig () |
| Engine * | wizardEngine () |
| ~EnginesList () | |
Static Public Member Functions | |
| static EnginesList * | instance () |
Constructor & Destructor Documentation
| KMobileTools::EnginesList::EnginesList | ( | ) |
Definition at line 50 of file engineslist.cpp.
| KMobileTools::EnginesList::~EnginesList | ( | ) |
Definition at line 57 of file engineslist.cpp.
Member Function Documentation
| void KMobileTools::EnginesList::append | ( | KMobileTools::Engine * | item | ) |
Definition at line 83 of file engineslist.cpp.
| KPluginInfo::List KMobileTools::EnginesList::availEngines | ( | ) |
Definition at line 126 of file engineslist.cpp.
| bool KMobileTools::EnginesList::closing | ( | ) | const |
Definition at line 141 of file engineslist.cpp.
| void KMobileTools::EnginesList::engineAdded | ( | const KMobileTools::Engine * | ) | [signal] |
| KPluginInfo KMobileTools::EnginesList::engineInfo | ( | const QString & | s, | |
| bool | searchByLibrary = true | |||
| ) |
Definition at line 132 of file engineslist.cpp.
| void KMobileTools::EnginesList::engineRemoved | ( | const KMobileTools::Engine * | ) | [signal] |
| KMobileTools::Engine * KMobileTools::EnginesList::find | ( | const QString & | name, | |
| bool | friendlyName = false | |||
| ) |
Definition at line 109 of file engineslist.cpp.
| KMobileTools::EnginesList * KMobileTools::EnginesList::instance | ( | ) | [static] |
Definition at line 45 of file engineslist.cpp.
| bool KMobileTools::EnginesList::lock | ( | const QString & | device | ) |
Definition at line 156 of file engineslist.cpp.
| bool KMobileTools::EnginesList::locked | ( | const QString & | device | ) | const |
Definition at line 147 of file engineslist.cpp.
| const QStringList KMobileTools::EnginesList::locklist | ( | ) |
Definition at line 152 of file engineslist.cpp.
| const QStringList KMobileTools::EnginesList::namesList | ( | bool | friendlyNames = false |
) |
Definition at line 95 of file engineslist.cpp.
| void KMobileTools::EnginesList::queryClose | ( | ) |
Definition at line 65 of file engineslist.cpp.
| void KMobileTools::EnginesList::remove | ( | KMobileTools::Engine * | item | ) |
Definition at line 89 of file engineslist.cpp.
| void KMobileTools::EnginesList::setWizardConfig | ( | KConfigSkeleton * | wizardcfg | ) |
Sets the configuration object for the running Wizard.
- Parameters:
-
wizardcfg a pointer to a KConfigSkeleton object.
Definition at line 188 of file engineslist.cpp.
| void KMobileTools::EnginesList::setWizardEngine | ( | KMobileTools::Engine * | newEngine = NULL |
) |
Sets a new engine to be used in the wizard.
Calling without parameters or a NULL pointer will delete current engine, and sets the pointer to NULL
- Parameters:
-
newEngine a pointer to a new KMobileTools::Engine object.
Definition at line 173 of file engineslist.cpp.
| void KMobileTools::EnginesList::unlock | ( | const QString & | device | ) |
Definition at line 163 of file engineslist.cpp.
| KConfigSkeleton * KMobileTools::EnginesList::wizardConfig | ( | ) |
A configuration object with all the settings collected by the wizard.
- Returns:
- a pointer to a KConfigSkeleton object, or NULL if no configuration is loaded yet.
Definition at line 183 of file engineslist.cpp.
| KMobileTools::Engine * KMobileTools::EnginesList::wizardEngine | ( | ) |
A convenience method that allows to access a global engine object to be used in the wizard.
- Returns:
- a pointer to a KMobileTools::Engine object, or NULL if there is not an engine loaded.
Definition at line 168 of file engineslist.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference