Searched refs:frame (Results 476 - 500 of 954) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp38 TestWindow(BRect frame);
231 TestWindow::TestWindow(BRect frame) argument
232 : BWindow(frame, "Test", B_TITLED_WINDOW, B_ASYNCHRONOUS_CONTROLS)
/haiku/src/apps/expander/
H A DPasswordAlert.cpp32 TAlertView(BRect frame);
188 TAlertView::TAlertView(BRect frame) argument
190 BView(frame, "TAlertView", B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp83 Butterfly::Draw(BView* view, int32 frame) argument
85 if (frame == 1024) {
90 if ((frame & 3) == 0) {
/haiku/src/apps/activitymonitor/
H A DActivityView.h55 ActivityView(BRect frame, const char* name,
110 BRect _LegendFrameAt(BRect frame, int32 index) const;
111 BRect _LegendColorFrameAt(BRect frame, int32 index) const;
/haiku/headers/os/interface/
H A DMenuField.h18 BMenuField(BRect frame, const char* name,
22 BMenuField(BRect frame, const char* name,
133 BRect frame, bool fixedSize);
H A DSplitView.h87 virtual void DrawSplitter(BRect frame,
110 static void _DrawDefaultSplitter(BView* view, BRect frame,
/haiku/src/apps/webpositive/
H A DConsoleWindow.cpp39 ConsoleWindow::ConsoleWindow(BRect frame) argument
41 BWindow(frame, B_TRANSLATE("Script console"), B_TITLED_WINDOW,
69 if (!frame.IsValid())
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h45 DragSortableListView(BRect frame,
139 SimpleListView(BRect frame,
141 SimpleListView(BRect frame, const char* name,
H A DNummericalTextView.cpp17 NummericalTextView::NummericalTextView(BRect frame, const char* name, argument
21 : InputTextView(frame, name, textRect, resizingMode, flags)
/haiku/src/bin/desklink/
H A DDeskButton.cpp39 DeskButton::DeskButton(BRect frame, entry_ref* ref, const char* name, argument
41 : BView(frame, name, resizeMask, flags),
46 fSegments = new BBitmap(frame, B_RGBA32);
/haiku/src/kits/interface/
H A DSplitView.cpp253 BRect frame = fSplitLayout->SplitterItemFrame(i); local
254 DrawSplitter(frame, updateRect, Orientation(),
367 BSplitView::DrawSplitter(BRect frame, const BRect& updateRect, argument
370 _DrawDefaultSplitter(this, frame, updateRect, orientation, pressed);
375 BSplitView::_DrawDefaultSplitter(BView* view, BRect frame, argument
379 be_control_look->DrawSplitter(view, frame, updateRect, view->ViewColor(),
H A DOptionControl.cpp18 \param frame The control's frame rectangle.
25 BOptionControl::BOptionControl(BRect frame, const char *name, const char *label, argument
28 BControl(frame, name, label, message, resize, flags)
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp21 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node) argument
22 : BView(frame, name, resizeMask, flags)
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioReader.cpp76 AudioReader::TimeForFrame(int64 frame) const
79 return bigtime_t(double(frame) * 1000000.0 / frameRate);
/haiku/src/libs/print/libprint/
H A DPagesView.cpp12 PagesView::PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags) argument
13 : BView(frame, name, resizeMask, flags),
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h20 View(BRect frame);
23 virtual void SetFrame(BRect frame);
/haiku/src/tests/libs/alm/
H A DViews.cpp29 ViewsWindow(BRect frame) argument
31 BWindow(frame, "ALM Views", B_TITLED_WINDOW, B_QUIT_ON_WINDOW_CLOSE)
/haiku/headers/private/shared/
H A DIconButton.h40 virtual void DrawBorder(BRect& frame,
44 virtual void DrawBackground(BRect& frame,
/haiku/src/apps/stylededit/
H A DFindWindow.cpp29 FindWindow::FindWindow(BRect frame, BHandler* _handler, BString* searchString, argument
31 : BWindow(frame, B_TRANSLATE("Find"), B_FLOATING_WINDOW,
/haiku/src/preferences/keymap/
H A DKeyboardLayout.h29 BRect frame; member in struct:Key
37 BRect frame; member in struct:Indicator
/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h99 void SetWindowFrame(const BRect& frame) argument
100 { fWindowFrame = frame; }
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp39 ColorPickerPanel::ColorPickerPanel(BRect frame, rgb_color color, argument
43 : Panel(frame, "Pick a color",
117 msg.AddRect("panel frame", Frame());
/haiku/src/kits/tracker/
H A DMiniMenuField.cpp45 MiniMenuField::MiniMenuField(BRect frame, const char* name, BPopUpMenu* menu, argument
48 BView(frame, name, resizeFlags, flags),
119 // draw frame and shadow
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp31 ConfigView::ConfigView(BRect frame, Gravity* parent) argument
33 BView(frame, B_EMPTY_STRING, B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp57 SimpleItem::Draw(BView *owner, BRect frame, uint32 flags) argument
59 DrawBackground(owner, frame, flags);
70 frame.Width() - TEXT_OFFSET - 4.0 );
71 float height = frame.Height();
74 textPoint.x = frame.left + TEXT_OFFSET;
75 textPoint.y = frame.top
83 SimpleItem::DrawBackground(BView *owner, BRect frame, uint32 flags) argument
85 // stroke a blue frame around the item if it's focused
88 owner->StrokeRect(frame, B_SOLID_LOW);
89 frame
105 DragSortableListView(BRect frame, const char* name, list_view_type type, uint32 resizingMode, uint32 flags) argument
847 SimpleListView(BRect frame, BMessage* selectionChangeMessage) argument
856 SimpleListView(BRect frame, const char* name, BMessage* selectionChangeMessage, list_view_type type, uint32 resizingMode, uint32 flags) argument
[all...]

Completed in 304 milliseconds

<<11121314151617181920>>