Symbol: ActionInfo
src/apps/aboutsystem/HyperTextView.cpp
101
: public BObjectList<HyperTextView::ActionInfo, true> {
src/apps/aboutsystem/HyperTextView.cpp
104
: BObjectList<HyperTextView::ActionInfo, true>(itemsPerBlock)
src/apps/aboutsystem/HyperTextView.cpp
164
const ActionInfo* actionInfo = _ActionInfoAt(where);
src/apps/aboutsystem/HyperTextView.cpp
206
fActionInfos->BinaryInsert(new ActionInfo(startOffset, endOffset, action),
src/apps/aboutsystem/HyperTextView.cpp
207
ActionInfo::Compare);
src/apps/aboutsystem/HyperTextView.cpp
237
const HyperTextView::ActionInfo*
src/apps/aboutsystem/HyperTextView.cpp
242
ActionInfo pointer(offset, offset + 1, NULL);
src/apps/aboutsystem/HyperTextView.cpp
244
const ActionInfo* action = fActionInfos->BinarySearch(pointer,
src/apps/aboutsystem/HyperTextView.cpp
245
ActionInfo::CompareEqualIfIntersecting);
src/apps/aboutsystem/HyperTextView.cpp
253
const ActionInfo* action = _ActionInfoAt(where);
src/apps/aboutsystem/HyperTextView.cpp
67
ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action)
src/apps/aboutsystem/HyperTextView.cpp
80
static int Compare(const ActionInfo* a, const ActionInfo* b)
src/apps/aboutsystem/HyperTextView.cpp
85
static int CompareEqualIfIntersecting(const ActionInfo* a,
src/apps/aboutsystem/HyperTextView.cpp
86
const ActionInfo* b)
src/apps/aboutsystem/HyperTextView.h
60
struct ActionInfo;
src/apps/aboutsystem/HyperTextView.h
64
const ActionInfo* _ActionInfoAt(const BPoint& where) const;
src/apps/aboutsystem/HyperTextView.h
68
const ActionInfo* fLastActionInfo;