ReactOS 0.4.15-dev-6663-gd1e9fe1
|
Private Attributes | |
CTravelEntry * | fListHead |
CTravelEntry * | fListTail |
CTravelEntry * | fCurrentEntry |
long | fMaximumSize |
long | fCurrentSize |
unsigned long | fEntryCount |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
![]() | |
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) |
![]() | |
LONG | m_dwRef |
Definition at line 72 of file travellog.cpp.
CTravelLog::CTravelLog | ( | ) |
Definition at line 220 of file travellog.cpp.
CTravelLog::~CTravelLog | ( | ) |
Definition at line 231 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 344 of file travellog.cpp.
void CTravelLog::AppendEntry | ( | CTravelEntry * | afterEntry, |
CTravelEntry * | newEntry | ||
) |
Definition at line 322 of file travellog.cpp.
Referenced by AddEntry().
|
virtual |
Implements ITravelLog.
Definition at line 602 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 612 of file travellog.cpp.
void CTravelLog::DeleteChain | ( | CTravelEntry * | startHere | ) |
Definition at line 290 of file travellog.cpp.
Referenced by AddEntry().
HRESULT CTravelLog::FindRelativeEntry | ( | int | offset, |
CTravelEntry ** | foundEntry | ||
) |
Definition at line 254 of file travellog.cpp.
Referenced by GetToolTipText(), GetTravelEntry(), and Travel().
|
virtual |
Definition at line 414 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 426 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 397 of file travellog.cpp.
HRESULT CTravelLog::Initialize | ( | ) |
Definition at line 246 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 482 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 619 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 380 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 366 of file travellog.cpp.
|
virtual |
Implements ITravelLog.
Definition at line 375 of file travellog.cpp.
|
private |
Definition at line 79 of file travellog.cpp.
Referenced by AddEntry(), CTravelLog(), FindRelativeEntry(), InsertMenuEntries(), Travel(), and UpdateEntry().
|
private |
Definition at line 81 of file travellog.cpp.
Referenced by AddEntry(), CTravelLog(), and DeleteChain().
Definition at line 82 of file travellog.cpp.
Referenced by AppendEntry(), CountEntries(), CTravelLog(), and DeleteChain().
|
private |
Definition at line 77 of file travellog.cpp.
Referenced by AppendEntry(), CTravelLog(), DeleteChain(), and ~CTravelLog().
|
private |
Definition at line 78 of file travellog.cpp.
Referenced by AppendEntry(), CTravelLog(), and DeleteChain().
|
private |
Definition at line 80 of file travellog.cpp.
Referenced by CTravelLog(), and Initialize().