MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / initialize

Method initialize

launcher/ui/widgets/CustomCommands.cpp:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void CustomCommands::initialize(bool checkable, bool checked, const QString& prelaunch, const QString& wrapper, const QString& postexit)
50{
51 ui->customCommandsGroupBox->setCheckable(checkable);
52 if (checkable) {
53 ui->customCommandsGroupBox->setChecked(checked);
54 }
55 ui->preLaunchCmdTextBox->setText(prelaunch);
56 ui->wrapperCmdTextBox->setText(wrapper);
57 ui->postExitCmdTextBox->setText(postexit);
58}
59
60void CustomCommands::retranslate()
61{

Callers 10

initializePageMethod · 0.45
openedImplMethod · 0.45
loaderFilterChangedMethod · 0.45
loadSettingsMethod · 0.45
JavaPageMethod · 0.45
loadSettingsMethod · 0.45
initializeFunction · 0.45
setSelectedVersionFunction · 0.45
execMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected