Searched refs:frame (Results 201 - 225 of 954) sorted by relevance

1234567891011>>

/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp49 BRect frame,
56 BTextControl(frame, name, label, text, message, resizingMode, flags) {
108 BRect frame,
116 frame, //.InsetBySelf(-3.0,-3.0), // expand frame to counteract control border
48 MomentaryTextControl( BRect frame, const char* name, const char* label, const char* text, BMessage* message, uint32 resizingMode=B_FOLLOW_LEFT|B_FOLLOW_TOP, uint32 flags=B_WILL_DRAW|B_NAVIGABLE) argument
107 TextControlFloater( BRect frame, alignment align, const BFont* font, const char* text, const BMessenger& target, BMessage* message, BMessage* cancelMessage) argument
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartAxis.h23 virtual void SetFrame(BRect frame) = 0;
/haiku/src/apps/diskusage/
H A DInfoWindow.h20 LeftView(BRect frame, BBitmap* icon);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.h18 StringTextView(BRect frame,
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupView.h26 virtual BRect layout(BRect frame) = 0;
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackListener.h33 virtual void CurrentFrameChanged(double frame);
/haiku/src/apps/resedit/
H A DEditor.h21 Editor(const BRect &frame, ResourceData *data,
H A DInlineEditor.h20 InlineEditor(BMessenger target, const BRect &frame,
H A DInternalEditors.h21 StringEditView(const BRect &frame);
53 DoubleEditor(const BRect &frame, ResourceData *data,
64 StringEditor(const BRect &frame, ResourceData *data,
77 ImageEditor(const BRect &frame, ResourceData *data,
/haiku/src/apps/soundrecorder/
H A DDrawButton.h17 DrawButton(BRect frame, const char *name, const unsigned char *on,
/haiku/src/preferences/joysticks/
H A DPortItem.h18 virtual void DrawItem(BView *owner, BRect frame, bool complete = false);
/haiku/src/servers/app/decorator/
H A DMagneticBorder.h27 BRect& frame, BPoint& delta, bigtime_t now);
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DSearchWindow.h21 SearchWindow(BRect frame);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp25 View::View(BRect frame) argument
26 : fFrame(frame),
45 View::SetFrame(BRect frame) argument
47 if (frame != fFrame && frame.IsValid()) {
48 BRect oldFrame(frame);
50 fFrame = frame;
53 FrameChanged(oldFrame, frame);
95 BRect frame(fFrame);
96 frame
[all...]
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.h11 DrawView(BRect frame);
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp48 IconDisplay::Run(vector_icon* icon, BRect frame) argument
52 fBitmap = new BBitmap(BRect(0, 0, frame.Width(), frame.Height()), 0,
60 fFrame = frame;
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.h22 void Draw(BView* view, int32 frame);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.h19 WonderBrushView(const BRect &frame, const char *name, uint32 resize,
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp86 ScreenSaverWindow::ScreenSaverWindow(BRect frame, bool test) argument
88 BDirectWindow(frame, "ScreenSaver Window",
96 frame.OffsetTo(0, 0);
97 fTopView = new BView(frame, "ScreenSaver View", B_FOLLOW_ALL,
/haiku/src/libs/print/libprint/
H A DAboutBox.cpp26 AboutBoxView(BRect frame, const char *driver_name, const char *version, const char *copyright);
72 AboutBoxWindow(BRect frame, const char *driver_name, const char *version, const char *copyright);
77 AboutBoxWindow::AboutBoxWindow(BRect frame, const char *driver_name, const char *version, const char *copyright) argument
78 : BWindow(frame, "", B_TITLED_WINDOW,
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp38 RainbowItem::DrawItem(BView* owner, BRect frame, bool complete) argument
50 owner->FillRect(frame);
55 BRect colorRect(frame);
78 owner->MovePenTo(colorRect.right + spacer, frame.top + BaselineOffset());
/haiku/src/add-ons/translators/png/
H A DPNGView.h30 PNGView(const BRect &frame, const char *name, uint32 resizeMode,
/haiku/src/apps/webpositive/tabview/
H A DTabView.h30 virtual void DrawBackground(BView* owner, BRect frame,
32 virtual void DrawContents(BView* owner, BRect frame,
71 virtual void SetFrame(BRect frame);
82 void InvalidateContainer(BRect frame);
/haiku/src/preferences/bluetooth/
H A DBluetoothWindow.h22 BluetoothWindow(BRect frame);
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp38 ColorWhichItem::DrawItem(BView* owner, BRect frame, bool complete) argument
50 owner->FillRect(frame);
55 BRect colorRect(frame);
64 owner->MovePenTo(colorRect.right + spacer, frame.top + BaselineOffset());

Completed in 116 milliseconds

1234567891011>>