#include <fsEventsMgr.h>
Public Member Functions | |
| void | add (fsDescEvent *ev) |
| void | clear () |
| fsDescEvent * | GetEvent (UINT uIndex) |
| UINT | GetEventCount () |
| BOOL | Save (HANDLE hFile) |
| BOOL | Load (HANDLE hFile) |
| fsEventsMgr () | |
| virtual | ~fsEventsMgr () |
Protected Attributes | |
| fs::list< fsDescEvent > | m_vEvents |
Definition at line 24 of file fsEventsMgr.h.
| fsEventsMgr::fsEventsMgr | ( | ) |
Definition at line 17 of file fsEventsMgr.cpp.
| fsEventsMgr::~fsEventsMgr | ( | ) | [virtual] |
| void fsEventsMgr::add | ( | fsDescEvent * | ev | ) |
Definition at line 98 of file fsEventsMgr.cpp.
References m_vEvents, and fsDescEvent::timeEvent.
Referenced by CHFEWnd::_EventsFunc(), CShedulerWnd::_ScheduleMgrEventDesc(), and CHFEWnd::LogFailedMessage().
| void fsEventsMgr::clear | ( | ) |
Definition at line 27 of file fsEventsMgr.cpp.
References m_vEvents.
Referenced by CScheduler_Log::OnClear(), CHFE_Log::OnClear(), and ~fsEventsMgr().
| fsDescEvent * fsEventsMgr::GetEvent | ( | UINT | uIndex | ) |
Definition at line 93 of file fsEventsMgr.cpp.
References m_vEvents.
Referenced by CShedulerWnd::LoadTasks(), CWndLog::OnCopyToCb(), and CWndLog::OnForceUpdate().
| UINT fsEventsMgr::GetEventCount | ( | ) |
Definition at line 88 of file fsEventsMgr.cpp.
References m_vEvents.
Referenced by CShedulerWnd::LoadTasks(), CWndLog::OnCopyToCb(), and CWndLog::OnForceUpdate().
| BOOL fsEventsMgr::Save | ( | HANDLE | hFile | ) |
Definition at line 34 of file fsEventsMgr.cpp.
References FALSE, fsSaveStrToFile(), m_vEvents, NULL, fsDescEvent::pszEvent, and TRUE.
Referenced by CShedulerWnd::SaveSchedules().
| BOOL fsEventsMgr::Load | ( | HANDLE | hFile | ) |
Definition at line 56 of file fsEventsMgr.cpp.
References FALSE, fsReadStrFromFile(), m_vEvents, NULL, fsDescEvent::pszEvent, and TRUE.
Referenced by CShedulerWnd::LoadTasks().
fs::list<fsDescEvent> fsEventsMgr::m_vEvents [protected] |
Definition at line 44 of file fsEventsMgr.h.
Referenced by add(), clear(), GetEvent(), GetEventCount(), Load(), and Save().
1.5.6