void ResourcePackerScreen::UnloadResources() { SafeRelease(resourceTree); SafeRelease(spriteEditor); RemoveAllControls(); }
void ParticleTestScreen::UnloadResources() { SafeRelease(cursor); SafeRelease(particleEmitters[0]); SafeRelease(particleEmitters[1]); RemoveAllControls(); }
void TransparentWebViewTest::UnloadResources() { RemoveAllControls(); SafeRelease(webView1); SafeRelease(webView2); SafeRelease(testButton); }
void OpenGLES30FormatTest::UnloadResources() { RemoveAllControls(); SafeRelease(formatName); SafeRelease(source); SafeRelease(encodedSource); SafeRelease(decodedSource); }
void PVRTest::UnloadResources() { RemoveAllControls(); SafeRelease(compareResultText); SafeRelease(pngSprite); SafeRelease(pvrSprite); SafeRelease(decompressedPNGSprite); }
UITextField::~UITextField() { SafeRelease(textFont); #ifdef __DAVAENGINE_ANDROID__ SafeDelete(textFieldAndroid); #endif #ifdef __DAVAENGINE_IPHONE__ SafeDelete(textFieldiPhone); #else RemoveAllControls(); SafeRelease(staticText); #endif }
void MainScreen::UnloadResources() { RemoveAllControls(); for(int32 i = 0; i < InfoControl::INFO_TYPES_COUNT; ++i) { SafeRelease(keyTexts[i]); SafeRelease(valueTexts[i]); } SafeRelease(additionalInfoList); SafeRelease(loadUI); SafeRelease(saveUI); SafeRelease(chooseProject); SafeRelease(fsDlg); SafeRelease(fsDlgProject); SafeRelease(preview); SafeRelease(selectedControl); }
void CloneTest::UnloadResources() { RemoveAllControls(); }
void TextinputTestScreen::UnloadResources() { RemoveAllControls(); SafeRelease(font); }
void FormatsTest::UnloadResources() { RemoveAllControls(); }
void UIScrollViewTest::UnloadResources() { RemoveAllControls(); SafeRelease(finishTestBtn); SafeRelease(testMessageText); }
void ControlRotationTest::UnloadResources() { RemoveAllControls(); SafeRelease(rotatedControl); }