Class of utility functions. More...
Inherits QObject.
Static Public Member Functions | |
static void | ExecuteProgram (String filename, Array< String > arg=Array< String >()) |
static String | GenerateName (String name="", String prefix="", String suffix="") |
static void | ImportJS (String dir, String name) |
static void | ImportJS (String name) |
Class of utility functions.
|
static |
Execute an external program
[in] | filename | path of the executable |
[in] | arg | arguments for the executable |
|
static |
Generate a name not already existing in database
Output: GO2cam_robot, if already exist in Bdd -> GO2cam_robot_1
[in] | name | |
[in] | prefix | |
[in] | suffix |
|
static |
Import another script and execute it
[in] | dir | path of the include file |
[in] | name | file name of the include file |
|
static |
Import another script and execute it
[in] | name | fullName of the include file |