HyperTextAction
class URLAction : public HyperTextAction {
class OpenFileAction : public HyperTextAction {
HyperTextAction* action = _ActionAt(where);
HyperTextAction* action;
HyperTextAction::HyperTextAction()
HyperTextAction* action)
HyperTextView::InsertHyperText(const char* inText, HyperTextAction* action,
HyperTextAction* action, const text_run_array* inRuns)
HyperTextAction::~HyperTextAction()
HyperTextAction*
HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset,
HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset,
HyperTextAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action)
HyperTextAction* action;
class HyperTextAction {
HyperTextAction();
virtual ~HyperTextAction();
int32 endOffset, HyperTextAction* action);
HyperTextAction* action,
int32 inLength, HyperTextAction* action,
HyperTextAction* _ActionAt(const BPoint& where) const;