Home
last modified time | relevance | path

Searched refs:ActionInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp66 struct HyperTextView::ActionInfo { struct in HyperTextView
67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) in ActionInfo() argument
75 ~ActionInfo() in ~ActionInfo() argument
80 static int Compare(const ActionInfo* a, const ActionInfo* b) in Compare()
85 static int CompareEqualIfIntersecting(const ActionInfo* a, in CompareEqualIfIntersecting()
86 const ActionInfo* b) in CompareEqualIfIntersecting()
101 : public BObjectList<HyperTextView::ActionInfo> { argument
104 : BObjectList<HyperTextView::ActionInfo>(itemsPerBlock, owning) in ActionInfoList()
164 const ActionInfo* actionInfo = _ActionInfoAt(where); in MouseMoved()
206 fActionInfos->BinaryInsert(new ActionInfo(startOffset, endOffset, action), in AddHyperTextAction()
[all …]
H A DHyperTextView.h60 struct ActionInfo;
64 const ActionInfo* _ActionInfoAt(const BPoint& where) const;
68 const ActionInfo* fLastActionInfo;