Searched refs:JobListView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/printers/
H A DJobListView.cpp10 #include "JobListView.h"
29 #define B_TRANSLATION_CONTEXT "JobListView"
32 // #pragma mark -- JobListView
35 JobListView::JobListView(BRect frame) function in class:JobListView
43 JobListView::~JobListView()
51 JobListView::AttachedToWindow()
61 JobListView::SetSpoolFolder(SpoolFolder* folder)
77 JobListView
[all...]
H A DJobListView.h23 class JobListView : public BListView { class in inherits:BListView
26 JobListView(BRect frame);
27 ~JobListView();
H A DPrintersWindow.h18 class JobListView;
53 JobListView* fJobListView;
H A DPrintersWindow.cpp31 #include "JobListView.h"
377 fJobListView = new JobListView(BRect());

Completed in 39 milliseconds