|
@ -14,6 +14,8 @@ |
|
|
#include "model/processor/strategies/Rejection.h" |
|
|
#include "model/processor/strategies/Rejection.h" |
|
|
#include "model/processor/strategies/Enhance.h" |
|
|
#include "model/processor/strategies/Enhance.h" |
|
|
#include "model/processor/strategies/Persist.h" |
|
|
#include "model/processor/strategies/Persist.h" |
|
|
|
|
|
#include "model/processor/strategies/SimpleAdd.h" |
|
|
|
|
|
|
|
|
#include "header/FileHelper.h" |
|
|
#include "header/FileHelper.h" |
|
|
|
|
|
|
|
|
MainWindow* MainWindow::_instance; |
|
|
MainWindow* MainWindow::_instance; |
|
@ -89,6 +91,7 @@ void MainWindow::registerStrategies() |
|
|
REGISTER_STRATEGY(DynCont) |
|
|
REGISTER_STRATEGY(DynCont) |
|
|
REGISTER_STRATEGY(Enhance) |
|
|
REGISTER_STRATEGY(Enhance) |
|
|
REGISTER_STRATEGY(Persist) |
|
|
REGISTER_STRATEGY(Persist) |
|
|
|
|
|
REGISTER_STRATEGY(SimpleAdd) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void MainWindow::pushBackStrategy(const QString strategyName, const QString kernelFolder) |
|
|
void MainWindow::pushBackStrategy(const QString strategyName, const QString kernelFolder) |
|
|