bbtkSystemTools Class Reference

#include <bbtkSystemTools.h>

List of all members.

Public Member Functions

 bbtkSystemTools ()
virtual ~bbtkSystemTools ()

Static Public Member Functions

static void CreatePackage ()
static void CreateBlackBox ()
static void ExecuteBbi ()
static void ExecuteCreaNewProject ()


Detailed Description

Definition at line 13 of file bbtkSystemTools.h.


Constructor & Destructor Documentation

bbtkSystemTools::bbtkSystemTools (  ) 

Definition at line 10 of file bbtkSystemTools.cxx.

00011 {
00012         // TODO Auto-generated constructor stub
00013 
00014 }

bbtkSystemTools::~bbtkSystemTools (  )  [virtual]

Definition at line 16 of file bbtkSystemTools.cxx.

00017 {
00018         // TODO Auto-generated destructor stub
00019 }


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:

Generated on Thu May 31 14:13:18 2012 for BBTK by  doxygen 1.5.7.1