Searched refs:view (Results 251 - 275 of 492) sorted by relevance

<<11121314151617181920

/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp127 View* view = new View(frame, "R", B_FOLLOW_TOP_BOTTOM | B_FOLLOW_RIGHT, local
129 window->AddChild(view);
130 view->SetEventMask(B_POINTER_EVENTS, B_NO_POINTER_HISTORY);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp55 BView *view = new BView(bitmap->Bounds(), NULL, 0, 0); local
56 bitmap->AddChild(view);
58 if (view->LockLooper()) {
62 view->SetLowColor(225, 225, 225, 128);
63 view->FillRect(view->Bounds());
67 ItemAt(index)->DrawItem(view, view->Bounds(), true);
71 view->UnlockLooper();
284 // remove old config view
298 BMailSettingsView* view = filters->CreateSettingsView(fAccount, local
[all...]
/haiku/src/kits/media/
H A DMediaTheme.cpp79 BStringView* view = new BStringView(BRect(0, 0, 200, 30), "", local
81 view->ResizeToPreferred();
82 return view;
/haiku/src/preferences/printers/
H A DPrinterListView.cpp289 BView *view = new BView(rect, "offscreen", B_FOLLOW_ALL, local
293 sSelectedIcon->AddChild(view);
294 view->DrawBitmap(sIcon);
295 view->SetDrawingMode(B_OP_ALPHA);
296 view->DrawBitmap(checkMark, BPoint(0, y));
297 view->Sync();
298 view->RemoveSelf();
300 delete view;
334 PrinterItem::GetColumnWidth(BView* view, float& leftColumn, float& rightColumn) argument
337 view
360 Remove(BListView* view) argument
[all...]
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp179 BView* view = window->FindView(kDeskbarItemName);
180 if (view == NULL)
183 BMessenger target((BHandler*)view);
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h103 static void _StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes);
104 static void _EndElement(Svg2PictureView *view, const XML_Char *name);
105 static void _CharacterDataHandler(Svg2PictureView *view, const XML_Char *s, int len);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.h42 PerspectiveBox(CanvasView* view,
61 virtual void AttachedToView(BView* view);
62 virtual void DetachedFromView(BView* view);
H A DTransformGradientBox.h29 TransformGradientBox(CanvasView* view,
/haiku/src/kits/tracker/
H A DThumbnails.cpp94 BView view(dest.Bounds(), "", B_FOLLOW_NONE, B_WILL_DRAW);
95 dest.AddChild(&view);
96 if (view.LockLooper()) {
98 view.SetLowColor(B_TRANSPARENT_COLOR);
99 view.FillRect(view.Bounds(), B_SOLID_LOW);
101 view.SetDrawingMode(B_OP_ALPHA);
102 view.SetBlendingMode(B_PIXEL_ALPHA, B_ALPHA_COMPOSITE);
103 view.DrawBitmap(source, source->Bounds(),
107 view
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp162 BView* view = window->FindView(kDeskbarItemName);
163 if (view == NULL)
166 BMessenger target((BHandler*)view);
/haiku/src/apps/terminal/
H A DTermWindow.cpp110 BView(BRect(), "term view container", B_FOLLOW_ALL, 0),
321 fTabView = new SmartTabView(textFrame, "tab view", B_WIDTH_FROM_LABEL);
325 // Make the scroll view one pixel wider than the tab view container view, so
417 TermView* view = _ActiveTermView(); local
421 = BCharacterSetRoster::GetCharacterSetByConversionID(view->Encoding());
434 view->GetTermFont(&font);
883 TermView* view = _TermViewAt(i); local
884 view
896 TermView* view = _TermViewAt(i); local
909 TermView* view = _TermViewAt(i); local
940 TermView* view = _TermViewAt(i); local
953 TermView* view = _TermViewAt(i); local
1177 TermView* view = _TermViewAt(i); local
1340 TermView* view = new TermView( local
1499 TermViewContainerView* view = _TermViewContainerViewAt(index); local
1572 TermView* view = _ActiveTermView(); local
1667 NotifyTermViewQuit(TermView* view, int32 reason) argument
1681 SetTermViewTitle(TermView* view, const char* title) argument
1734 PreviousTermView(TermView* view) argument
1741 NextTermView(TermView* view) argument
1748 _ResizeView(TermView *view) argument
2108 TermView* view = _TermViewAt(i); local
[all...]
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp124 BView* view = new BView(window->Bounds(), NULL, local
127 .Add(view);
131 view->DrawBitmap(bitmap, window->Bounds());
132 view->Sync();
/haiku/src/apps/tv/
H A DController.h42 void SetVideoView(VideoView *view);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h108 void SetEditView(EditView* view);
111 void SetChoiceView(ChoiceView* view);
149 void SetEditView(EditView* view);
152 void SetChoiceView(ChoiceView* view);
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp29 instantiate_gl_renderer(BGLView* view, ulong options, argument
32 return new FakeRenderer(view, options, dispatcher);
36 FakeRenderer::FakeRenderer(BGLView* view, ulong options, argument
38 : BGLRenderer(view, options, dispatcher),
H A DFakeRenderer.h16 FakeRenderer(BGLView* view,
/haiku/src/tests/servers/app/following/
H A Dmain.cpp57 const char* message = "Click and drag to move this view!";
130 BView* view = new TestView(window->Bounds(), "test 1", B_FOLLOW_ALL, local
133 window->AddChild(view);
135 BRect bounds = view->Bounds();
139 view->AddChild(view1);
/haiku/src/tests/servers/app/harness/
H A Dharness.h25 virtual void Draw(BView* view, BRect updateRect) = 0;
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.h24 // looper of view must be locked!
25 void stroke_frame(BView* view, BRect frame,
/haiku/src/servers/notification/
H A DAppGroupView.h35 void AddInfo(NotificationView* view);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.h43 void AttachWorkStatusView(WorkStatusView* view);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp152 layoutItemFor(BView* view) argument
154 BLayout* layout = view->Parent()->GetLayout();
155 int32 index = layout->IndexOfView(view);
792 // Only do this when the mouse is over the web view
812 // web view
1096 if (message->FindPointer("view",
1245 BWebView* view = dynamic_cast<BWebView*>(fTabManager->ViewForTab(i)); local
1246 if (view == NULL) {
1251 ret = archive->AddString("tab", view->MainFrameURL());
1311 viewIsChild(const BView* parent, const BView* view) argument
1486 NavigationRequested(const BString& url, BWebView* view) argument
1508 NewPageCreated(BWebView* view, BRect windowFrame, bool modalDialog, bool resizable, bool activate) argument
1517 CreateNewTab(BString(), activate, view); local
1522 CloseWindowRequested(BWebView* view) argument
1536 LoadNegotiating(const BString& url, BWebView* view) argument
1557 LoadCommitted(const BString& url, BWebView* view) argument
1572 LoadProgress(float progress, BWebView* view) argument
1586 LoadFailed(const BString& url, BWebView* view) argument
1601 LoadFinished(const BString& url, BWebView* view) argument
1626 MainDocumentError(const BString& failingURL, const BString& localizedDescription, BWebView* view) argument
1661 TitleChanged(const BString& title, BWebView* view) argument
1677 IconReceived(const BBitmap* icon, BWebView* view) argument
1689 ResizeRequested(float width, float height, BWebView* view) argument
1734 SetToolBarsVisible(bool flag, BWebView* view) argument
1742 SetStatusBarVisible(bool flag, BWebView* view) argument
1750 SetMenuBarVisible(bool flag, BWebView* view) argument
1758 SetResizable(bool flag, BWebView* view) argument
1770 StatusChanged(const BString& statusText, BWebView* view) argument
1781 NavigationCapabilitiesChanged(bool canGoBackward, bool canGoForward, bool canStop, BWebView* view) argument
1806 AuthenticationChallenge(BString message, BString& inOutUser, BString& inOutPassword, bool& inOutRememberCredentials, uint32 failureCount, BWebView* view) argument
1901 BView* view = fTabManager->RemoveTab(index); local
2234 _SetPageIcon(BWebView* view, const BBitmap* icon) argument
2418 _ShowPage(BWebView* view) argument
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp138 _updateIcon(dynamic_cast<MediaRoutingView *>(view())->getLayout());
143 view()->Looper()->AddHandler(this);
154 tips->hideTip(view()->ConvertToScreen(labelRect));
157 view()->Looper()->RemoveHandler(this);
165 view()->DrawBitmap(m_bitmap, Frame().LeftTop());
191 DiagramView* v = view();
228 tips->showTip(m_fullLabel.String(), view()->ConvertToScreen(labelRect));
290 (view())->findFreePositionFor(this);
370 _updateIcon(dynamic_cast<MediaRoutingView *>(view())->getLayout());
378 switch (dynamic_cast<MediaRoutingView *>(view())
[all...]
/haiku/src/tests/servers/app/cursor_test/
H A DCursorTest.cpp48 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW)
83 BView *view = new View(Bounds().InsetByCopy(30, 30)); local
84 AddChild(view);
/haiku/src/tests/servers/app/lagging_get_mouse/
H A Dmain.cpp82 BView* view = new TestView(window->Bounds(), "test", local
84 window->AddChild(view);

Completed in 110 milliseconds

<<11121314151617181920