Inheritance diagram for IDSMChapterBagImpl:

Public Member Functions | |
| IDSMChapterBagImpl () | |
| void | operator+= (const CDSMChapter &c) |
| STDMETHODIMP | ChapGet (DWORD iIndex, REFERENCE_TIME *prt, BSTR *ppName=NULL) |
| STDMETHODIMP | ChapSet (DWORD iIndex, REFERENCE_TIME rt, LPCWSTR pName) |
| STDMETHODIMP | ChapAppend (REFERENCE_TIME rt, LPCWSTR pName) |
| STDMETHODIMP | ChapRemoveAt (DWORD iIndex) |
| STDMETHODIMP | ChapRemoveAll () |
| STDMETHODIMP | ChapSort () |
Public Attributes | |
| BSTR * | ppName = NULL) |
Protected Attributes | |
| CArray< CDSMChapter > | m_chapters |
| bool | m_fSorted |
Definition at line 121 of file DSMPropertyBag.h.
1.4.5