Searched refs:ProbeView (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/apps/diskprobe/
H A DFileWindow.h11 class ProbeView;
22 ProbeView *fProbeView;
H A DAttributeWindow.h11 class ProbeView;
26 ProbeView *fProbeView;
H A DProbeView.h25 class ProbeView : public BView { class in inherits:BView
27 ProbeView(BRect rect, entry_ref* ref, const char* attribute = NULL,
29 virtual ~ProbeView();
H A DProbeView.cpp7 #include "ProbeView.h"
56 #define B_TRANSLATION_CONTEXT "ProbeView"
1181 // #pragma mark - ProbeView
1184 ProbeView::ProbeView(BRect rect, entry_ref *ref, const char *attribute, function in class:ProbeView
1222 ProbeView::~ProbeView()
1228 ProbeView::UpdateSizeLimits()
1259 ProbeView::DetachedFromWindow()
1276 ProbeView
[all...]
H A DFileWindow.cpp10 #include "ProbeView.h"
75 // the ProbeView save menu items will be inserted here
81 // the ProbeView print menu items will be inserted here
93 fProbeView = new ProbeView(rect, ref, NULL, settings);
H A DAttributeWindow.cpp8 #include "ProbeView.h"
219 // the ProbeView save menu items will be inserted here
224 // the ProbeView print menu items will be inserted here
248 fProbeView = new ProbeView(rect, ref, attribute, settings);

Completed in 101 milliseconds