ScummVM API documentation
GUI options

Description

API for managing the options of the graphical user interface (GUI).

Functions

bool Common::checkGameGUIOption (const String &option, const String &str)
 
String Common::parseGameGUIOptions (const String &str)
 
const String Common::getGameGUIOptionsDescription (const String &options)
 
void Common::updateGameGUIOptions (const String &options, const String &langOption, const String &platOption)
 

Function Documentation

◆ checkGameGUIOption()

bool Common::checkGameGUIOption ( const String option,
const String str 
)

Check if given option exists in a string

◆ parseGameGUIOptions()

String Common::parseGameGUIOptions ( const String str)

Parse GUIOptions string to GUIO literals defined in this file

◆ getGameGUIOptionsDescription()

const String Common::getGameGUIOptionsDescription ( const String options)

Return string containing gui options description based on GUIO literals

◆ updateGameGUIOptions()

void Common::updateGameGUIOptions ( const String options,
const String langOption,
const String platOption 
)

Update the GUI options of the current config manager domain when they differ to the ones passed as parameter.