MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / openedImpl

Function openedImpl

launcher/ui/java/InstallJavaDialog.cpp:101–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 QIcon icon() const override { return QIcon::fromTheme(iconName); }
100
101 void openedImpl() override
102 {
103 if (loaded)
104 return;
105
106 const auto versions = APPLICATION->metadataIndex()->get(uid);
107 if (!versions)
108 return;
109
110 initialize(versions);
111 loaded = true;
112 }
113
114 void setParentContainer(BasePageContainer* container) override
115 {

Callers 3

openedMethod · 0.50
openedImplMethod · 0.50
ManagedPackPageMethod · 0.50

Calls 3

initializeFunction · 0.85
metadataIndexMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected