Symbol: HyperTextView
src/apps/aboutsystem/AboutSystem.cpp
1537
fCreditsView = new HyperTextView("credits");
src/apps/aboutsystem/AboutSystem.cpp
341
HyperTextView* fCreditsView;
src/apps/aboutsystem/HyperTextActions.cpp
29
URLAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
src/apps/aboutsystem/HyperTextActions.cpp
57
OpenFileAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
src/apps/aboutsystem/HyperTextActions.h
18
virtual void Clicked(HyperTextView* view, BPoint where,
src/apps/aboutsystem/HyperTextActions.h
30
virtual void Clicked(HyperTextView* view, BPoint where,
src/apps/aboutsystem/HyperTextView.cpp
100
class HyperTextView::ActionInfoList
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
110
HyperTextView::HyperTextView(const char* name, uint32 flags)
src/apps/aboutsystem/HyperTextView.cpp
119
HyperTextView::HyperTextView(BRect frame, const char* name, BRect textRect,
src/apps/aboutsystem/HyperTextView.cpp
129
HyperTextView::~HyperTextView()
src/apps/aboutsystem/HyperTextView.cpp
136
HyperTextView::MouseDown(BPoint where)
src/apps/aboutsystem/HyperTextView.cpp
145
HyperTextView::MouseUp(BPoint where)
src/apps/aboutsystem/HyperTextView.cpp
158
HyperTextView::MouseMoved(BPoint where, uint32 transit,
src/apps/aboutsystem/HyperTextView.cpp
198
HyperTextView::AddHyperTextAction(int32 startOffset, int32 endOffset,
src/apps/aboutsystem/HyperTextView.cpp
214
HyperTextView::InsertHyperText(const char* inText, HyperTextAction* action,
src/apps/aboutsystem/HyperTextView.cpp
226
HyperTextView::InsertHyperText(const char* inText, int32 inLength,
src/apps/aboutsystem/HyperTextView.cpp
237
const HyperTextView::ActionInfo*
src/apps/aboutsystem/HyperTextView.cpp
238
HyperTextView::_ActionInfoAt(const BPoint& where) const
src/apps/aboutsystem/HyperTextView.cpp
251
HyperTextView::_ActionAt(const BPoint& where) const
src/apps/aboutsystem/HyperTextView.cpp
30
HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset,
src/apps/aboutsystem/HyperTextView.cpp
44
HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset,
src/apps/aboutsystem/HyperTextView.cpp
58
HyperTextAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
src/apps/aboutsystem/HyperTextView.cpp
66
struct HyperTextView::ActionInfo {
src/apps/aboutsystem/HyperTextView.h
15
class HyperTextView;
src/apps/aboutsystem/HyperTextView.h
23
virtual void MouseOver(HyperTextView* view, BPoint where,
src/apps/aboutsystem/HyperTextView.h
26
virtual void MouseAway(HyperTextView* view, BPoint where,
src/apps/aboutsystem/HyperTextView.h
29
virtual void Clicked(HyperTextView* view, BPoint where,
src/apps/aboutsystem/HyperTextView.h
34
class HyperTextView : public BTextView {
src/apps/aboutsystem/HyperTextView.h
36
HyperTextView(const char* name,
src/apps/aboutsystem/HyperTextView.h
39
HyperTextView(BRect frame, const char* name,
src/apps/aboutsystem/HyperTextView.h
43
virtual ~HyperTextView();