]> Creatis software - bbtk.git/blob - kernel/src/bbtkSystemTools.cxx
86e8929d418bc005cc173a41a6e71b3c85277749
[bbtk.git] / kernel / src / bbtkSystemTools.cxx
1 /*
2  * bbtkSystemTools.cxx
3  *
4  *  Created on: Apr 23, 2012
5  *      Author: Diego Caceres
6  */
7
8 #include "bbtkSystemTools.h"
9
10 bbtkSystemTools::bbtkSystemTools()
11 {
12         // TODO Auto-generated constructor stub
13
14 }
15
16 bbtkSystemTools::~bbtkSystemTools()
17 {
18         // TODO Auto-generated destructor stub
19 }
20
21 void bbtkSystemTools::CreatePackage()
22 {
23         system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
24 }
25
26 void bbtkSystemTools::CreateBlackBox()
27 {
28         system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
29 }
30 void bbtkSystemTools::ExecuteBbi()
31 {
32         system("bbi &");
33 }
34 void bbtkSystemTools::ExecuteCreaNewProject()
35 {
36         system("creaNewProject &");
37 }
38