#include <vmsStringRecentList.h>
Public Member Functions | |
| BOOL | Load (HANDLE hFile) |
| BOOL | Save (HANDLE hFile) |
| void | Clear () |
| LPCSTR | get_String (int nIndex) const |
| int | get_Count () const |
| void | Add (LPCSTR psz) |
| vmsStringRecentList () | |
| virtual | ~vmsStringRecentList () |
Protected Attributes | |
| int | m_nMaxEntries |
| vmsStringList | m_vList |
Definition at line 14 of file vmsStringRecentList.h.
| vmsStringRecentList::vmsStringRecentList | ( | ) |
| vmsStringRecentList::~vmsStringRecentList | ( | ) | [virtual] |
Definition at line 21 of file vmsStringRecentList.cpp.
| BOOL vmsStringRecentList::Load | ( | HANDLE | hFile | ) |
Definition at line 69 of file vmsStringRecentList.cpp.
References vmsStringList::Load(), and m_vList.
Referenced by fsDownloadsMgr::LoadStateInformation().
| BOOL vmsStringRecentList::Save | ( | HANDLE | hFile | ) |
Definition at line 64 of file vmsStringRecentList.cpp.
References m_vList, and vmsStringList::Save().
| void vmsStringRecentList::Clear | ( | ) |
Definition at line 59 of file vmsStringRecentList.cpp.
References vmsStringList::Clear(), and m_vList.
| LPCSTR vmsStringRecentList::get_String | ( | int | nIndex | ) | const |
Definition at line 54 of file vmsStringRecentList.cpp.
References vmsStringList::get_String(), and m_vList.
Referenced by fsDownloadsMgr::LoadStateInformation().
| int vmsStringRecentList::get_Count | ( | ) | const |
Definition at line 49 of file vmsStringRecentList.cpp.
References vmsStringList::get_Count(), and m_vList.
Referenced by fsDownloadsMgr::LoadStateInformation().
| void vmsStringRecentList::Add | ( | LPCSTR | psz | ) |
Definition at line 26 of file vmsStringRecentList.cpp.
References vmsStringList::Add(), vmsStringList::Del(), vmsStringList::get_Count(), vmsStringList::get_String(), m_nMaxEntries, and m_vList.
int vmsStringRecentList::m_nMaxEntries [protected] |
Definition at line 27 of file vmsStringRecentList.h.
Referenced by Add(), and vmsStringRecentList().
vmsStringList vmsStringRecentList::m_vList [protected] |
Definition at line 28 of file vmsStringRecentList.h.
Referenced by Add(), Clear(), get_Count(), get_String(), Load(), and Save().
1.5.6