Searched refs:OpenFileAction (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp41 // #pragma mark - OpenFileAction
44 OpenFileAction::OpenFileAction(const BString& file) function in class:OpenFileAction
51 OpenFileAction::~OpenFileAction()
57 OpenFileAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
H A DHyperTextActions.h25 class OpenFileAction : public HyperTextAction { class in inherits:HyperTextAction
27 OpenFileAction(const BString& file);
28 virtual ~OpenFileAction();
H A DAboutSystem.cpp1435 new OpenFileAction(licensePath.Path()));
1763 fCreditsView->InsertHyperText(part, new OpenFileAction(mitPath.Path()));
1775 fCreditsView->InsertHyperText(part, new OpenFileAction(lgplPath.Path()));

Completed in 74 milliseconds