MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / ~AasFileControl

Method ~AasFileControl

radiant/ui/aas/AasFileControl.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42AasFileControl::~AasFileControl()
43{
44 // Detach before destruction
45 if (_toggle->GetValue())
46 {
47 _renderable.clear();
48 GlobalRenderSystem().detachRenderable(_renderable);
49 }
50}
51
52wxSizer* AasFileControl::getButtons()
53{

Callers

nothing calls this directly

Calls 3

detachRenderableMethod · 0.80
GetValueMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected