Home
last modified time | relevance | path

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

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DBOINCGUIApp.cpp88 m_pEventLog = NULL; in IMPLEMENT_APP()
480 if (m_pEventLog) { in OnFinishInit()
524 if (m_pEventLog) { in OnExit()
525 m_pEventLog->Destroy(); in OnExit()
526 m_pEventLog = NULL; in OnExit()
916 if (m_pEventLog && !m_pEventLog->IsIconized() && !keepEventLogInFront) { in OnActivateApp()
922 if (m_pEventLog && !m_pEventLog->IsIconized() && keepEventLogInFront) { in OnActivateApp()
990 if (m_pEventLog) { in DisplayEventLog()
999 if (m_pEventLog) { in DisplayEventLog()
1013 m_pEventLog = NULL; in OnEventLogClose()
[all …]
H A DBOINCGUIApp.h82 CDlgEventLog* m_pEventLog; variable
135 CDlgEventLog* GetEventLog() { return m_pEventLog; } in GetEventLog()