unLHCLoggingDB 8.5.7
|
Library containing general functions used by the unLHCLoggingDB component. More...
Functions | |
public mapping | unLHCLoggingDBUtils_getAuthentication () |
public void | unLHCLoggingDBUtils_resetAuthentication () |
public bool | unLHCLoggingDBUtils_openAuthenticationPanel (string user="") |
public void | unLHCLoggingDBUtils_animateProgressBar (int iPercent) |
public void | unLHCLoggingDBUtils_displayStepNumber (int currentStep, int totalSteps) |
public void | unLHCLoggingDBUtils_toggleColumnVisibility (string table, string column) |
public mapping | unLHCloggingDBUtils_makeMapping (anytype first,...) |
Variables | |
global mapping | g_mAuthN |
Library containing general functions used by the unLHCLoggingDB component.
Library of the unLHCLoggingDB component used only by unLHCLoggingDB.
PVSS manager usage: CTRL, UI
Constraints:
public mapping unLHCLoggingDBUtils_getAuthentication | ( | ) |
Get authentication information, if no information exists then initialise
public void unLHCLoggingDBUtils_resetAuthentication | ( | ) |
Reset authentication information
public bool unLHCLoggingDBUtils_openAuthenticationPanel | ( | string | user = "" | ) |
Open panel so that the user can authenticate
user | input, forced username |
public void unLHCLoggingDBUtils_animateProgressBar | ( | int | iPercent | ) |
Animate ProgressBar and show some percentage
iPercent | input, percent 0 ... 100 |
public void unLHCLoggingDBUtils_displayStepNumber | ( | int | currentStep, |
int | totalSteps | ||
) |
Display the step number of an operation
public void unLHCLoggingDBUtils_toggleColumnVisibility | ( | string | table, |
string | column | ||
) |
Show hidden column, or hide visible column of a table
table | input, name of the table |
column | input, name of the column |
public mapping unLHCloggingDBUtils_makeMapping | ( | anytype | first, |
... | |||
) |
Make a mapping (missing function in PVSS, to be replaced with standard function, once we have it in a core library)
first | input, variable list of key value pairs |
global mapping g_mAuthN |
Global mapping to store authentication information
Structure: g_mAuthN["user"] string username g_mAuthN["pass"] string password g_mAuthN["ok"] bool authentication ok