Searched refs:LprSetupView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.h12 class LprSetupView;
22 LprSetupView* fSetupView;
H A DLprSetupDlg.cpp76 class LprSetupView : public BView { class in inherits:BView
78 LprSetupView(BRect, BDirectory *);
79 ~LprSetupView() {}
90 LprSetupView::LprSetupView(BRect frame, BDirectory *d) function in class:LprSetupView
99 LprSetupView::AttachedToWindow()
134 LprSetupView::UpdateViewData()
172 fSetupView = new LprSetupView(Bounds(), dir);

Completed in 21 milliseconds