kitchensync
SyncProcessManager Class Reference
Inherits QObject.
Detailed Description
Definition at line 34 of file syncprocessmanager.h.
Signals | |
void | changed () |
void | syncProcessChanged (SyncProcess *process) |
Public Member Functions | |
~SyncProcessManager () | |
QSync::Environment * | environment () const |
int | count () const |
SyncProcess * | at (int pos) const |
SyncProcess * | byGroup (const QSync::Group &group) |
SyncProcess * | byGroupName (const QString &name) |
void | addGroup (const QString &name) |
void | remove (SyncProcess *syncProcess) |
QSync::Result | addMember (SyncProcess *process, const QSync::Plugin &plugin) |
Static Public Member Functions | |
static SyncProcessManager * | self () |
Constructor & Destructor Documentation
SyncProcessManager::~SyncProcessManager | ( | ) |
Member Function Documentation
QSync::Environment* SyncProcessManager::environment | ( | ) | const [inline] |
int SyncProcessManager::count | ( | ) | const |
SyncProcess * SyncProcessManager::at | ( | int | pos | ) | const |
Returns the SyncProcess at position.
- Parameters:
-
pos.
Definition at line 73 of file syncprocessmanager.cpp.
SyncProcess * SyncProcessManager::byGroup | ( | const QSync::Group & | group | ) |
Returns the SyncProcess with the given.
- Parameters:
-
group.
Definition at line 81 of file syncprocessmanager.cpp.
SyncProcess * SyncProcessManager::byGroupName | ( | const QString & | name | ) |
Returns the SyncProcess with the given group.
- Parameters:
-
name.
Definition at line 91 of file syncprocessmanager.cpp.
void SyncProcessManager::addGroup | ( | const QString & | name | ) |
void SyncProcessManager::remove | ( | SyncProcess * | syncProcess | ) |
QSync::Result SyncProcessManager::addMember | ( | SyncProcess * | process, | |
const QSync::Plugin & | plugin | |||
) |
Adds.
- Parameters:
-
plugin instance as member to the group of process.
Definition at line 158 of file syncprocessmanager.cpp.
The documentation for this class was generated from the following files: