bbtkSystemTools Class Reference
#include <bbtkSystemTools.h>
List of all members.
Detailed Description
Definition at line 13 of file bbtkSystemTools.h.
Constructor & Destructor Documentation
bbtkSystemTools::bbtkSystemTools |
( |
|
) |
|
bbtkSystemTools::~bbtkSystemTools |
( |
|
) |
[virtual] |
Member Function Documentation
void bbtkSystemTools::CreateBlackBox |
( |
|
) |
[static] |
This method executes CreateBlackBox
Definition at line 26 of file bbtkSystemTools.cxx.
00027 {
00028 system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
00029 }
void bbtkSystemTools::CreatePackage |
( |
|
) |
[static] |
This method executes CreatePackage
Definition at line 21 of file bbtkSystemTools.cxx.
00022 {
00023 system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
00024 }
void bbtkSystemTools::ExecuteBbi |
( |
|
) |
[static] |
This method executes bbi
Definition at line 30 of file bbtkSystemTools.cxx.
00031 {
00032 system("bbi &");
00033 }
void bbtkSystemTools::ExecuteCreaNewProject |
( |
|
) |
[static] |
This method executes creaNewProject
Definition at line 34 of file bbtkSystemTools.cxx.
00035 {
00036 system("creaNewProject &");
00037 }
The documentation for this class was generated from the following files: