|
GME
13
|
#include <RecentConnStrList.h>
Public Member Functions | |
| CRecentConnStrList (UINT nStart, LPCTSTR lpszSection, LPCTSTR lpszEntryFormat, int nSize, int nMaxDispLen=40) | |
| int | GetSize () const |
| CString & | operator[] (int nIndex) |
| BOOL | GetDisplayName (CString &strName, int nIndex) const |
| void | UpdateMenu (CCmdUI *pCmdUI, bool enable) |
| void | ReadList () |
| void | AddAndWriteList (LPCTSTR lpszConnName) |
| virtual | ~CRecentConnStrList () |
Definition at line 15 of file RecentConnStrList.h.
| CRecentConnStrList::CRecentConnStrList | ( | UINT | nStart, |
| LPCTSTR | lpszSection, | ||
| LPCTSTR | lpszEntryFormat, | ||
| int | nSize, | ||
| int | nMaxDispLen = 40 |
||
| ) |
Definition at line 9 of file RecentConnStrList.cpp.
| CRecentConnStrList::~CRecentConnStrList | ( | ) | [virtual] |
Definition at line 21 of file RecentConnStrList.cpp.
| void CRecentConnStrList::AddAndWriteList | ( | LPCTSTR | lpszConnName | ) |
Definition at line 136 of file RecentConnStrList.cpp.
| BOOL CRecentConnStrList::GetDisplayName | ( | CString & | strName, |
| int | nIndex | ||
| ) | const |
Definition at line 64 of file RecentConnStrList.cpp.
| int CRecentConnStrList::GetSize | ( | ) | const [inline] |
Definition at line 24 of file RecentConnStrList.h.
| CString& CRecentConnStrList::operator[] | ( | int | nIndex | ) | [inline] |
Definition at line 25 of file RecentConnStrList.h.
| void CRecentConnStrList::ReadList | ( | ) |
Definition at line 162 of file RecentConnStrList.cpp.
| void CRecentConnStrList::UpdateMenu | ( | CCmdUI * | pCmdUI, |
| bool | enable | ||
| ) |
Definition at line 75 of file RecentConnStrList.cpp.
1.7.6.1