Searched refs:BView (Results 1 - 25 of 1148) sorted by path

1234567891011>>

/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h223 // The extractor may return a BView for browsing or configuring
227 virtual BView * GetParameterView(void) (void) { return NULL; }
432 virtual BView * GetParameterView(BTrack * track) { return NULL; }
505 virtual BView * GetParameterView(void) {
/haiku/headers/libs/alm/
H A DALMGroup.h19 class BView;
30 ALMGroup(BView* view);
33 BView* View() const;
48 void _Init(BLayoutItem* item, BView* view,
60 BView* fView;
H A DALMLayout.h17 class BView;
120 Area* AreaFor(const BView* view) const;
125 XTab* LeftOf(const BView* view) const;
127 XTab* RightOf(const BView* view) const;
129 YTab* TopOf(const BView* view) const;
131 YTab* BottomOf(const BView* view) const;
134 virtual BLayoutItem* AddView(BView* child);
135 virtual BLayoutItem* AddView(int32 index, BView* child);
136 virtual Area* AddView(BView* view, XTab* left, YTab* top,
138 virtual Area* AddView(BView* vie
[all...]
H A DALMLayoutBuilder.h15 class BView;
24 BALMLayoutBuilder(BView* view, float hSpacing,
27 BALMLayoutBuilder(BView* view,
36 BALMLayoutBuilder& Add(BView* view, XTab* left, YTab* top,
38 BALMLayoutBuilder& Add(BView* view, Row* row, Column* column);
53 BALMLayoutBuilder& AddToLeft(BView* view,
56 BALMLayoutBuilder& AddToRight(BView* view,
59 BALMLayoutBuilder& AddAbove(BView* view,
62 BALMLayoutBuilder& AddBelow(BView* view, YTab* bottom = NULL,
84 BALMLayoutBuilder& StartingAt(BView* vie
[all...]
H A DArea.h16 class BView;
/haiku/headers/libs/print/libprint/
H A DAddPrinterDlg.h29 class AddPrinterView : public BView {
H A DGraphicsDriver.h18 class BView;
97 BView* fView;
H A DHalftoneView.h12 class HalftonePreviewView : public BView
22 class HalftoneView : public BView
H A DJobSetupDlg.h104 class JobSetupView : public BView {
H A DPageSetupDlg.h21 class PageSetupView : public BView {
H A DPagesView.h11 class PagesView : public BView
H A DPreview.h35 void Draw(BView* view, const BRect& printRect);
53 class PreviewView : public BView {
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h26 class BView;
H A DMailSettingsView.h13 class BMailSettingsView : public BView {
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h57 virtual BView* View() = 0;
103 virtual void DrawItem(BView* owner,
105 virtual void Update(BView* owner, const BFont* font);
/haiku/headers/os/add-ons/screen_saver/
H A DScreenSaver.h14 class BView;
24 virtual status_t StartSaver(BView* view, bool preview);
27 virtual void Draw(BView* view, int32 frame);
34 virtual void StartConfig(BView* configView);
/haiku/headers/os/app/
H A DLooper.h113 friend class BView;
/haiku/headers/os/bluetooth/
H A DDeviceClass.h83 void Draw(BView* view, const BPoint& point);
/haiku/headers/os/interface/
H A DAbstractLayout.h56 virtual void OwnerChanged(BView* was);
H A DBox.h12 class BBox : public BView {
23 BView* child = NULL);
24 BBox(border_style border, BView* child);
39 status_t SetLabel(BView* viewLabel);
42 BView* LabelView() const;
91 BView* _Child() const;
97 BView* fLabelView;
H A DCardView.h12 class BCardView : public BView {
H A DChannelSlider.h73 virtual void DrawChannel(BView* into, int32 channel,
76 virtual void DrawGroove(BView* into, int32 channel,
79 virtual void DrawThumb(BView* into, int32 channel,
107 void _DrawGrooveFrame(BView* where,
118 BView* fBackingView;
H A DColorControl.h99 void _DrawColorArea(BView* target, BRect update);
100 void _DrawSelectors(BView* target);
101 void _DrawColorRamp(BRect rect, BView* target,
H A DControl.h27 class BControl : public BView, public BInvoker {
H A DDeskbar.h13 class BView;
63 status_t AddItem(BView* archivableView,

Completed in 71 milliseconds

1234567891011>>