Home
last modified time | relevance | path

Searched refs:m_debugLogTarget (Results 1 – 2 of 2) sorted by relevance

/dports/devel/wxformbuilder/source/src/rad/
H A Dappdata.h226 wxLog* m_debugLogTarget; variable
237 wxLog* GetDebugLogTarget(){ return m_debugLogTarget; } in GetDebugLogTarget()
H A Dappdata.cpp483 m_debugLogTarget = new wxLogWindow( NULL, wxT( "Logging" ) ); in ApplicationData()
502 delete m_debugLogTarget; in ~ApplicationData()
503 m_debugLogTarget = 0; in ~ApplicationData()