MFC
Class CRecentFileList
in AFXADV.H
- class CRecentFileList
CRecentFileList
|
Constructor Summary |
CRecentFileList( UINT nStart, LPCTSTR lpszSection, LPCTSTR lpszEntryFormat, int nSize, int nMaxDispLen = 30 )
|
virtual ~CRecentFileList()
|
m_arrNames
public CString* m_arrNames;
m_nMaxDisplayLength
public int m_nMaxDisplayLength;
m_nSize
public int m_nSize;
m_nStart
public UINT m_nStart;
m_strEntryFormat
public CString m_strEntryFormat;
m_strOriginal
public CString m_strOriginal;
m_strSectionName
public CString m_strSectionName;
CRecentFileList
public CRecentFileList( UINT nStart, LPCTSTR lpszSection, LPCTSTR lpszEntryFormat, int nSize, int nMaxDispLen = 30 );
~CRecentFileList
public virtual ~CRecentFileList();
Add
public virtual void Add( LPCTSTR lpszPathName );
GetDisplayName
public BOOL GetDisplayName( CString& strName, int nIndex, LPCTSTR lpszCurDir, int nCurDir, BOOL bAtLeastName = TRUE ) const;
GetSize
public AFX_INLINE int GetSize() const;
operator[]
public AFX_INLINE CString& operator[]( int nIndex );
ReadList
public virtual void ReadList();
Remove
public virtual void Remove( int nIndex );
UpdateMenu
public virtual void UpdateMenu( CCmdUI* pCmdUI );
WriteList
public virtual void WriteList();