Searched refs:HyperTextAction (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/aboutsystem/ |
H A D | HyperTextView.cpp | 19 HyperTextAction::HyperTextAction() in HyperTextAction() function in HyperTextAction 24 HyperTextAction::~HyperTextAction() in ~HyperTextAction() 30 HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset, in MouseOver() 44 HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset, in MouseAway() 58 HyperTextAction::Clicked(HyperTextView* view, BPoint where, BMessage* message) in Clicked() 67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) in ActionInfo() 95 HyperTextAction* action; 149 HyperTextAction* action = _ActionAt(where); in MouseUp() 163 HyperTextAction* action; in MouseMoved() 199 HyperTextAction* action) in AddHyperTextAction() [all …]
|
H A D | HyperTextView.h | 18 class HyperTextAction { 20 HyperTextAction(); 21 virtual ~HyperTextAction(); 51 int32 endOffset, HyperTextAction* action); 54 HyperTextAction* action, 57 int32 inLength, HyperTextAction* action, 63 HyperTextAction* _ActionAt(const BPoint& where) const;
|
H A D | HyperTextActions.h | 13 class URLAction : public HyperTextAction { 25 class OpenFileAction : public HyperTextAction {
|