| Method |
Returns |
Description |
| SetLiveVideo(index) |
0/1 |
equals live video settings index camera setup
page. index=0 equals all |
| Invalidate(handle) |
0/1 |
handy function to invalidate/update a window |
| SetSelTool(name) |
True/False |
set selected tool for main
tool list. Returns False if name don't exists or any configuration dialog
is open, else True. To disable selected tool a non existing
tool name/blank may be given (though the function result will be
False) |
| GetSelTool() |
string |
get selected tool in main
tool list. Returns name of selected tool if any, else empty string |
| ToolStat() |
None |
writes profile tool statistics to console |
| ToolReport() |
None |
writes tool definition to console |
| CreateForm(name) |
Form |
creates a form suitable for .Net control
containment |
| CreateDialog(name) |
Dialog |
creates a form suitable for .Net control
containment |