61. DontShowAgain

Handling "Don Not Show This Dialog Again"

61.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    61.2. Global Functions

    61.2.1. GetCurrentConfigurationMap

    Returns the current configuration map

    Return value

    • map <string, map <string, map <string, any> > > - with the current configuration

    61.2.2. GetDefaultReturn

    Return the default return value for question that should not be shown again

    Function parameters

    • map <string, string> params

    Return value

    • any - default return value

    61.2.3. GetShowQuestionAgain

    Returns whether the question should be shown again

    Function parameters

    • map <string, string> params

    Return value

    • boolean - it should be shown

    61.2.4. RemoveShowQuestionAgain

    Removes one entry defined with map params

    Function parameters

    • map <string, string> params

    Return value

    • boolean - if success

    61.2.5. SetDefaultReturn

    Sets the default return value for the question that should not be shown

    Function parameters

    • map <string, string> params

    • any default_return

    Return value

    • boolean - if success

    61.2.6. SetShowQuestionAgain

    Sets and stores whether the question should be shown again. If it should be, the result is not stored since the 'show again' is the default value.

    Function parameters

    • map <string, string> params

    • boolean new_value

    Return value

    • boolean - if success

    61.3. Global Variables

    61.4. Module Requirements

    61.4.1. Module Imports

    • Directory
    • FileUtils

    61.4.2. Module Includes