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

/haiku/headers/libs/print/libprint/
H A DPagesView.h2 * PagesView.h
11 class PagesView : public BView class in inherits:BView
14 PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags);
H A DJobSetupDlg.h28 class PagesView;
168 PagesView* fPages;
/haiku/src/libs/print/libprint/
H A DPagesView.cpp1 #include "PagesView.h"
12 PagesView::PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags) function in class:PagesView
20 void PagesView::GetPreferredSize(float *width, float *height)
26 void PagesView::Draw(BRect rect)
56 void PagesView::_DrawPages(BPoint position, int number, int count)
79 void PagesView::_DrawPage(BPoint position, int number)
112 void PagesView::SetCollate(bool collate)
118 void PagesView::SetReverse(bool reverse)
H A DJobSetupDlg.cpp44 #include "PagesView.h"
307 fPages = new PagesView(BRect(0, 0, 150, 40), "pages", B_FOLLOW_ALL,
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.h21 class PagesView;
60 PagesView* fPagesView;
H A DPackageInfoView.cpp1158 // #pragma mark - PagesView
1161 class PagesView : public BTabView { class in inherits:BTabView
1163 PagesView() function in class:PagesView
1187 virtual ~PagesView()
1270 fPagesView = new PagesView();

Completed in 64 milliseconds