Symbol: HyperTextAction
src/apps/aboutsystem/HyperTextActions.h
13
class URLAction : public HyperTextAction {
src/apps/aboutsystem/HyperTextActions.h
25
class OpenFileAction : public HyperTextAction {
src/apps/aboutsystem/HyperTextView.cpp
149
HyperTextAction* action = _ActionAt(where);
src/apps/aboutsystem/HyperTextView.cpp
163
HyperTextAction* action;
src/apps/aboutsystem/HyperTextView.cpp
19
HyperTextAction::HyperTextAction()
src/apps/aboutsystem/HyperTextView.cpp
199
HyperTextAction* action)
src/apps/aboutsystem/HyperTextView.cpp
214
HyperTextView::InsertHyperText(const char* inText, HyperTextAction* action,
src/apps/aboutsystem/HyperTextView.cpp
227
HyperTextAction* action, const text_run_array* inRuns)
src/apps/aboutsystem/HyperTextView.cpp
24
HyperTextAction::~HyperTextAction()
src/apps/aboutsystem/HyperTextView.cpp
250
HyperTextAction*
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
67
ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action)
src/apps/aboutsystem/HyperTextView.cpp
95
HyperTextAction* action;
src/apps/aboutsystem/HyperTextView.h
18
class HyperTextAction {
src/apps/aboutsystem/HyperTextView.h
20
HyperTextAction();
src/apps/aboutsystem/HyperTextView.h
21
virtual ~HyperTextAction();
src/apps/aboutsystem/HyperTextView.h
51
int32 endOffset, HyperTextAction* action);
src/apps/aboutsystem/HyperTextView.h
54
HyperTextAction* action,
src/apps/aboutsystem/HyperTextView.h
57
int32 inLength, HyperTextAction* action,
src/apps/aboutsystem/HyperTextView.h
63
HyperTextAction* _ActionAt(const BPoint& where) const;