ReactOS 0.4.16-dev-336-gb667d82
|
Public Attributes | |
CTravelEntry * | fNextEntry |
CTravelEntry * | fPreviousEntry |
Public Attributes inherited from ATL::CComObjectRootBase | |
LONG | m_dwRef |
Private Attributes | |
LPITEMIDLIST | fPIDL |
HGLOBAL | fPersistState |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Definition at line 46 of file travellog.cpp.
CTravelEntry::CTravelEntry | ( | ) |
Definition at line 110 of file travellog.cpp.
CTravelEntry::~CTravelEntry | ( | ) |
Definition at line 118 of file travellog.cpp.
|
override |
Definition at line 213 of file travellog.cpp.
long CTravelEntry::GetSize | ( | ) | const |
Definition at line 135 of file travellog.cpp.
Referenced by CTravelLog::DeleteChain().
Definition at line 124 of file travellog.cpp.
Referenced by CTravelLog::GetToolTipText(), CTravelLog::InsertMenuEntries(), and Update().
|
override |
Implements ITravelEntry.
Definition at line 140 of file travellog.cpp.
Referenced by CTravelLog::Travel().
|
override |
Implements ITravelEntry.
Definition at line 160 of file travellog.cpp.
Referenced by CTravelLog::UpdateEntry().
CTravelEntry* CTravelEntry::fNextEntry |
Definition at line 51 of file travellog.cpp.
Referenced by CTravelLog::AddEntry(), CTravelLog::AppendEntry(), CTravelEntry(), CTravelLog::DeleteChain(), CTravelLog::FindRelativeEntry(), CTravelLog::InsertMenuEntries(), and CTravelLog::~CTravelLog().
|
private |
Definition at line 55 of file travellog.cpp.
Referenced by CTravelEntry(), Invoke(), Update(), and ~CTravelEntry().
|
private |
Definition at line 54 of file travellog.cpp.
Referenced by CTravelEntry(), GetPidl(), GetToolTipText(), Update(), and ~CTravelEntry().
CTravelEntry* CTravelEntry::fPreviousEntry |
Definition at line 52 of file travellog.cpp.
Referenced by CTravelLog::AppendEntry(), CTravelEntry(), CTravelLog::DeleteChain(), CTravelLog::FindRelativeEntry(), and CTravelLog::InsertMenuEntries().