#include <mmsimportscheduler.h>
Public Member Functions | |
void | executeImport (int pluginID) |
MMSImportScheduler (MMSPluginManager *pluginManager) | |
virtual | ~MMSImportScheduler () |
virtual void | threadMain () |
Virtual main method for the thread. | |
Private Member Functions | |
void | getImportPlugins () |
Private Attributes | |
MMSPluginManager * | pluginManager |
MMSPluginService * | pluginService |
MMSImportPropertyService * | importPropertyService |
vector< IMPORT_PLUGINS * > | importPlugins |
Definition at line 46 of file mmsimportscheduler.h.
MMSImportScheduler::MMSImportScheduler | ( | MMSPluginManager * | pluginManager | ) |
Definition at line 37 of file mmsimportscheduler.cpp.
MMSImportScheduler::~MMSImportScheduler | ( | ) | [virtual] |
Definition at line 59 of file mmsimportscheduler.cpp.
void MMSImportScheduler::getImportPlugins | ( | ) | [private] |
Definition at line 70 of file mmsimportscheduler.cpp.
void MMSImportScheduler::executeImport | ( | int | pluginID | ) |
Definition at line 204 of file mmsimportscheduler.cpp.
void MMSImportScheduler::threadMain | ( | ) | [virtual] |
Virtual main method for the thread.
This virtual method is empty and have to be setup with code by a derived class. The MMSThread class is only the base class and cannot be constructed.
Implements MMSThread.
Definition at line 160 of file mmsimportscheduler.cpp.
Definition at line 48 of file mmsimportscheduler.h.
Definition at line 49 of file mmsimportscheduler.h.
Definition at line 50 of file mmsimportscheduler.h.
vector<IMPORT_PLUGINS*> MMSImportScheduler::importPlugins [private] |
Definition at line 51 of file mmsimportscheduler.h.