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

/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.h27 class MarginView;
50 MarginView * fMarginView;
H A DPageSetupWindow.cpp13 #include "MarginView.h"
143 fMarginView = new MarginView(int32(width), int32(height), margin,
/haiku/headers/libs/print/libprint/
H A DMarginView.h3 MarginView.h
32 The MarginView is designed to be a self contained component that manages
37 There are two interfaces for the MarginView component:
48 the MarginView in response to the Window receiveing messages from
58 messages to the MarginView if the parent Window is not used to handle
61 General Use of MarginView component:
63 1) Simply construct a new MarginView object with the margins
67 MarginView *mv;
68 mv = new MarginView(viewSizeRect, pageWidth, pageHeight);
73 mv = new MarginView(viewSizeRec
167 class MarginView : public BBox class in inherits:BBox
[all...]
H A DPageSetupDlg.h19 class MarginView;
42 MarginView *fMarginView;
/haiku/src/libs/print/libprint/
H A DMarginView.cpp3 MarginView.cpp
36 #include "MarginView.h"
52 /*----------------- MarginView Private Constants --------------------*/
153 MarginView::MarginView(int32 pageWidth, int32 pageHeight, function in class:MarginView
175 MarginView::~MarginView()
187 MarginView::AttachedToWindow()
205 MarginView::MessageReceived(BMessage *msg)
256 /*----------------- MarginView Publi
[all...]
H A DPageSetupDlg.cpp40 #include "MarginView.h"
105 fMarginView = new MarginView(

Completed in 93 milliseconds