MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / ~CNodeFunction

Method ~CNodeFunction

ReClass/CNodeFunction.cpp:29–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29CNodeFunction::~CNodeFunction( )
30{
31 if (m_pEdit != NULL)
32 {
33 m_pEdit->Clear( );
34 m_pEdit->ShowWindow( SW_HIDE );
35
36 delete m_pEdit;
37 m_pEdit = NULL;
38 }
39}
40
41void CNodeFunction::Update( const PHOTSPOT Spot )
42{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected