unLHCLoggingDB 9.3.0
|
Library containing general functions used by the unLHCLoggingDB component. More...
Functions | |
mapping | unLHCLoggingDBUtils_getAuthentication () |
void | unLHCLoggingDBUtils_resetAuthentication () |
bool | unLHCLoggingDBUtils_openAuthenticationPanel (string user="") |
void | unLHCLoggingDBUtils_animateProgressBar (int iPercent) |
void | unLHCLoggingDBUtils_displayStepNumber (int currentStep, int totalSteps) |
void | unLHCLoggingDBUtils_toggleColumnVisibility (string table, string column) |
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:
mapping unLHCLoggingDBUtils_getAuthentication | ( | ) |
Get authentication information, if no information exists then initialise
void unLHCLoggingDBUtils_resetAuthentication | ( | ) |
Reset authentication information
bool unLHCLoggingDBUtils_openAuthenticationPanel | ( | string | user = "" | ) |
Open panel so that the user can authenticate
user | input, forced username |
void unLHCLoggingDBUtils_animateProgressBar | ( | int | iPercent | ) |
Animate ProgressBar and show some percentage
iPercent | input, percent 0 ... 100 |
void unLHCLoggingDBUtils_displayStepNumber | ( | int | currentStep, |
int | totalSteps | ||
) |
Display the step number of an operation
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 |
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