_BatchAnalysis, _BatchSPT, _CreateNewRecipe, _EditExistingAnalysis, _Load_Settings, _NewGeneralAnalysis, _OpenExistingAnalysis, _OpenExistingRecipe, _RunApplication, _RunApplicationConventional, _RunGeneralAnalysisInWizard, _RunGeneralAnalysisRGBInWizard, _ShowAnalysisRunResults, _ShowAnalysisRunResultsGraph, _ShowAnalysisRunResultsReport, _ShowAnalysisRunResultsTable, _ShowAnalysisSumResults, _ShowAnalysisSumResultsGraph, _ShowAnalysisSumResultsReport, _ShowAnalysisSumResultsTable, _ShowUserManager, BatchAnalysis, Beep, Convert_ms_To_Time, Enable_Special_Actions, EnableContextMenu, Load_Settings, RemoveInputMessages, RunApplicationConventional, Save_Configuration, Save_Settings, SetReferenceTime
Description
BatchAnalysis( char *RecipeName
, char *BatchAnalysisDir
, intBatchAnalysisIncludeSubdirs
);
Runs the Batch Analysis.
Description
Beep();
This function plays a sound corresponding to a given system alert level. The function has no menu equivalent.
Description
Convert_ms_To_Time( int *ms
, int *sec
, int *min
, int *hour
, inttime
);
This function converts the time from millisecond-value to the sequence of ms, sec and hour values.
See Also
Get_UserTime
Description
EnableContextMenu(
int EnableMenu
);
This function enables/disables context menu in the picture window.
Description
Enable_Special_Actions(
int Enabled
);
This function enables/disables special mouse actions such as caption, status bar left double-click or toolbar right double-click.
See Also
EnableButtons
Description
Load_Settings(
char *Filename
);
This function loads settings from the specified BIN file which was previously created by the Save_Settings function.
See Also
_Load_Settings
Description
RemoveInputMessages();
This function removes the keyboard and mouse input messages from the application queue.
Description
RunApplicationConventional( char *ApplicationName
, char *RecipeName
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Displays the window of one of the Bio Analysis module conventional applications.
Parameters
Description
Save_Configuration();
This function saves the current application configuration.
Note
You can invoke this function by selecting the application system menu > Save Configuration command or directly via shortcut Shift+Alt+F4.
Description
Save_Settings( char *Filename
, intMask
);
This function saves the selected type of settings to an external *.bin file.
Parameters
Description
SetReferenceTime();
This function sets the reference time to the current time.
Description
_ShowUserManager();
This function displays the Edit > General Options > User Rights dialog window. User groups and their rights can be edited there.
Description
_CreateNewRecipe(
char *ApplicationName
);
Opens the specified analysis so that a new recipe can be created.
Description
_EditExistingAnalysis( char *ApplicationName
, char *Name
);
Opens the selected analysis window for editing.
Parameters
Description
_Load_Settings();
This function loads the settings from an external *.bin file. The *.bin files are produced by the Save_Settings function.
See Also
Save_Settings
Description
_NewGeneralAnalysis(
char *ApplicationName
);
Opens the analysis specified in the ApplicationName parameter.
Description
_OpenExistingAnalysis( char *ApplicationName
, char *Name
);
Opens the analysis based on the following parameters.
Parameters
Description
_OpenExistingRecipe( char *ApplicationName
, char *Name
);
Opens an existing analysis recipe of the given name.
Parameters
Description
_RunApplication(
char *ApplicationName
);
Displays the window of one of the Bio Analysis module conventional applications. A Timelapse-only ND2 file must be opened in order for the function to work.
Description
_RunApplicationConventional(
char *ApplicationName
);
Displays the window of one of the Bio Analysis module conventional applications. A Timelapse-only ND2 file must be opened in order for the function to work.
Parameters
See Also
_RunApplication
Description
_ShowAnalysisRunResults( int64DbKey
, char *Title
);
Displays the analysis results in a summary table. Title parameter is the address of the buffer that receives a title.
Description
_ShowAnalysisSumResults( int64DbKey
, char *Title
);
More analysis results are shown in a summary table. Title parameter is the address of the buffer that receives a title.
Description
_RunGeneralAnalysisInWizard();
Opens the General Analysis window.
Description
_RunGeneralAnalysisRGBInWizard();
Opens the General Analysis RGB in the wizard mode. This is the same as if the analysis is edited, placed into wizard, closed and then executed from Analysis Explorer using the Run Wizard on current document button.
Description
_ShowAnalysisRunResultsGraph( int64DbKey
, char *Title
);
Displays the results graph of the specified analysis run.
Description
_ShowAnalysisRunResultsReport( int64DbKey
, char *Title
);
Displays the results report of the specified analysis run.
Description
_ShowAnalysisRunResultsTable( int64DbKey
, char *Title
);
Displays the results table of the specified analysis run.
Description
_ShowAnalysisSumResultsGraph( int64DbKey
, char *Title
);
Displays the summary results graph of the specified job run.