Searched refs:HyperTextView (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/aboutsystem/
H A DHyperTextView.h15 class HyperTextView;
23 virtual void MouseOver(HyperTextView* view, BPoint where,
26 virtual void MouseAway(HyperTextView* view, BPoint where,
29 virtual void Clicked(HyperTextView* view, BPoint where,
34 class HyperTextView : public BTextView { class in inherits:BTextView
36 HyperTextView(const char* name,
39 HyperTextView(BRect frame, const char* name,
43 virtual ~HyperTextView();
H A DHyperTextView.cpp6 #include "HyperTextView.h"
30 HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset,
44 HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset,
58 HyperTextAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
63 // #pragma mark - HyperTextView
66 struct HyperTextView::ActionInfo {
100 class HyperTextView::ActionInfoList
101 : public BObjectList<HyperTextView::ActionInfo> {
104 : BObjectList<HyperTextView::ActionInfo>(itemsPerBlock, owning)
110 HyperTextView function in class:HyperTextView
119 HyperTextView::HyperTextView(BRect frame, const char* name, BRect textRect, function in class:HyperTextView
[all...]
H A DHyperTextActions.h10 #include "HyperTextView.h"
18 virtual void Clicked(HyperTextView* view, BPoint where,
30 virtual void Clicked(HyperTextView* view, BPoint where,
H A DHyperTextActions.cpp29 URLAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
57 OpenFileAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
H A DAboutSystem.cpp76 #include "HyperTextView.h"
343 HyperTextView* fCreditsView;
1566 fCreditsView = new HyperTextView("credits");

Completed in 44 milliseconds