Searched refs:rect (Results 151 - 175 of 607) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp90 PositionSlider(BRect rect, const char *name, BMessage *message,
199 TypeView(BRect rect, const char* name, int32 index,
230 IconView::IconView(BRect rect, const entry_ref *ref, bool isDevice) argument
231 : BView(rect, NULL, B_FOLLOW_NONE, B_WILL_DRAW),
310 PositionSlider::PositionSlider(BRect rect, const char *name, BMessage *message, argument
312 : BSlider(rect, name, NULL, message, 0, kMaxSliderLimit, B_HORIZONTAL,
492 BRect rect = Bounds(); local
498 fStopButton->MoveTo(rect.right - 4 - fStopButton->Bounds().Width(), 4);
502 BStringView *stringView = new BStringView(BRect(50, 6, rect.right, 20),
519 rect
674 BRect rect = Bounds(); local
1131 TypeView(BRect rect, const char* name, int32 index, DataEditor& editor, int32 resizingMode) argument
1146 BRect rect = Bounds(); local
1169 BRect rect = Bounds(); local
1184 ProbeView(BRect rect, entry_ref *ref, const char *attribute, const BMessage *settings) argument
1841 BRect rect = printJob.PrintableRect(); local
[all...]
H A DProbeWindow.cpp14 ProbeWindow::ProbeWindow(BRect rect, entry_ref *ref) argument
15 : BWindow(rect, ref->name, B_DOCUMENT_WINDOW, B_ASYNCHRONOUS_CONTROLS),
H A DAttributeWindow.h17 AttributeWindow(BRect rect, entry_ref *ref, const char *attribute = NULL,
H A DProbeWindow.h15 ProbeWindow(BRect rect, entry_ref *ref);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DLink.cpp49 Link::BoundingBox(BRect* rect) { argument
50 return fWriter->fTextLine.BoundingBox(fStartPos, fEndPos+1, rect);
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h42 void _OffsetRect(BRect* rect, direction whereTo);
43 void _OffscreenBounceBack(BRect* rect,
/haiku-fatelf/src/apps/bootmanager/
H A DUninstallPage.cpp51 BRect rect(Bounds());
58 fDescription = CreateDescription(rect, "description", text);
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTableColumn.h35 virtual void DrawTitle(BRect rect, BView* targetView);
36 virtual void DrawValue(const BVariant& value, BRect rect,
/haiku-fatelf/src/apps/debugger/user_interface/gui/value/
H A DTableCellStringRenderer.cpp18 TableCellStringRenderer::RenderValue(Value* value, BRect rect, argument
66 TableCellValueRendererUtils::DrawString(targetView, rect, string,
H A DTableCellValueRenderer.h26 virtual void RenderValue(Value* value, BRect rect,
/haiku-fatelf/src/apps/serialconnect/
H A DTermView.h31 void Damage(VTermRect rect);
33 static int Damage(VTermRect rect, void* user);
/haiku-fatelf/src/apps/showimage/
H A DShowImageUndo.h37 void SetTo(BRect rect, BBitmap* restore, BBitmap* selection);
38 void Undo(BRect rect, BBitmap* restore, BBitmap* selection);
/haiku-fatelf/src/apps/soundrecorder/
H A DVolumeSlider.h18 VolumeSlider(BRect rect, const char* title, uint32 resizeFlags);
37 SpeakerView(BRect rect, uint32 resizeFlags);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DLoginPanel.h18 LoginView(BRect rect);
21 void Draw(BRect rect);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A DLoginPanel.h21 LoginView(BRect rect, char *server, char *share);
24 void Draw(BRect rect);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DLoginPanel.h21 LoginView(BRect rect, char *server, char *share);
24 void Draw(BRect rect);
/haiku-fatelf/src/tests/kits/interface/
H A DGetMouseTest.cpp9 view(BRect rect) argument
10 : BView(rect, "test view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW)
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DDialUpView.cpp96 BRect rect = bounds; local
97 rect.InsetBy(5, 5);
98 rect.right = kInterfaceFieldWidth;
99 rect.bottom = rect.top + 20;
100 fMenuField = new BMenuField(rect, "Interfaces", kLabelInterface, fInterfaceMenu);
102 rect.top += 3;
103 rect.bottom -= 2;
104 rect.left = rect
[all...]
/haiku-fatelf/src/tests/kits/translation/multitest/
H A DWorkView.cpp14 WorkView::WorkView(BRect rect) argument
15 : BView(rect, "Work View", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
/haiku-fatelf/src/tools/translation/inspector/
H A DImageView.h44 ImageView(BRect rect, const char *name);
48 void Draw(BRect rect);
/haiku-fatelf/src/preferences/screen/
H A DAlertView.cpp41 BRect rect(60, 8, 400, 36);
42 BStringView *stringView = new BStringView(rect, NULL,
48 rect = stringView->Frame();
49 rect.OffsetBy(0, rect.Height());
50 fCountdownView = new BStringView(rect, "countdown", NULL);
55 BButton* keepButton = new BButton(rect, "keep", B_TRANSLATE("Keep"),
60 BButton* button = new BButton(rect, "undo", B_TRANSLATE("Undo"),
/haiku-fatelf/src/kits/mail/
H A DProtocolConfigView.cpp131 BTextControl *AddTextField (BRect &rect, const char *name, const char *label);
132 BMenuField *AddMenuField (BRect &rect, const char *name, const char *label);
149 AddTextField(BRect &rect, const char *name, const char *label) argument
151 BTextControl *text_control = new BTextControl(rect,name,label,"",NULL,B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP);
153 rect.OffsetBy(0,sItemHeight);
158 BMenuField *AddMenuField (BRect &rect, const char *name, const char *label) { argument
160 BMenuField *control = new BMenuField(rect,name,label,menu,B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP);
162 rect.OffsetBy(0,sItemHeight);
168 AddCheckBox(BRect &rect, const char *name, const char *label, BMessage *msg = NULL) argument
170 BCheckBox *control = new BCheckBox(rect,nam
[all...]
/haiku-fatelf/headers/libs/print/libprint/
H A DPagesView.h17 void Draw(BRect rect);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolderConfig.h22 FolderConfigWindow(BRect rect,
/haiku-fatelf/src/add-ons/translators/shared/
H A DTranslatorWindow.h56 BRect rect = BRect(0, 0, 1, 1));

Completed in 229 milliseconds

1234567891011>>