Searched refs:pView (Results 1 - 11 of 11) sorted by relevance

/haiku/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.cpp51 if (e.pView) {
55 e.pView->MoveTo(e.frame.LeftTop());
56 e.pView->ResizeTo(e.frame.Width(), e.frame.Height());
H A DValCtrlLayoutEntry.h79 pView(_pView),
87 pView(0),
100 pView = clone.pView;
118 BView* pView; member in class:ValCtrlLayoutEntry
H A DValControlDigitSegment.cpp217 BView* pView = pBufferBitmap ? parent()->backBufferView() : this; local
242 // pView->SetHighColor(white);
243 // pView->FillRect(b);
246 pView->SetFont(m_font);
249 pView->SetHighColor(black);
252 pView->SetHighColor(disabled);
255 pView->SetLowColor(viewColor);
266 pView->DrawChar('0' + digitValue, p);
273 pView->DrawChar('-', p);
278 pView
[all...]
H A DValControl.cpp139 ValControlSegment* s = dynamic_cast<ValControlSegment*>(e.pView);
216 if (e.pView) {
218 e.pView->Frame().left, e.pView->Frame().top,
219 e.pView->Frame().right, e.pView->Frame().bottom));
452 ASSERT((*it).pView);
453 err = (*it).pView->Archive(&layoutSet, true);
502 if (entry.pView)
503 AddChild(entry.pView);
[all...]
H A DNumericValControl.cpp231 // dynamic_cast<ValControlDigitSegment*>(e.pView);
314 // dynamic_cast<ValControlDigitSegment*>(entryAt(nIndex).pView);
350 // dynamic_cast<ValControlDigitSegment*>(entryAt(nIndex).pView);
564 dynamic_cast<ValControlDigitSegment*>(entry.pView);
609 dynamic_cast<ValControlDigitSegment*>(entry.pView);
/haiku/src/tests/kits/translation/multitest/
H A DWorkWindow.cpp14 WorkView *pView; local
16 pView = new WorkView(viewrect);
18 AddChild(pView);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp135 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(0)); local
136 if (! pView) {
140 BRect frame = pView->Frame();
164 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(i)); local
165 if (pView) {
169 MoveViewCorner(*pView, viewLoc, CORNER_TOPLEFT);
173 MoveViewCorner(*pView, viewLoc, CORNER_TOPLEFT);
177 MoveViewCorner(*pView, viewLoc, CORNER_TOPRIGHT);
181 MoveViewCorner(*pView, viewLoc, CORNER_BOTTOMLEFT);
187 BRect r = pView
215 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(i)); local
231 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(i)); local
[all...]
H A DMenuView.h65 BOutlineListView* pView);
H A DMenuView.cpp418 BOutlineListView* pView)
420 if ((! pMenu) || (! pSuperitem) || (! pView)) {
424 int32 len = pView->CountItemsUnder(pSuperitem, true);
433 (pView->ItemUnderAt(pSuperitem, true, i));
435 if (pView->CountItemsUnder(pItem, true) > 0) {
438 BuildMenuItems(pNewMenu, pItem, pView);
417 BuildMenuItems(BMenu* pMenu, BListItem* pSuperitem, BOutlineListView* pView) argument
/haiku/src/apps/cortex/addons/common/
H A DMediaNodeControlApp.cpp133 BView* pView = BMediaTheme::ViewFor(pWeb); local
135 pWnd->AddChild(pView);
136 pWnd->ResizeTo(pView->Bounds().Width(), pView->Bounds().Height());
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp57 const BView* pView; member in class:entry_target_matches_view
58 entry_target_matches_view(const BView* p) : pView(p) {}
60 return view->target() == pView;
85 status_t _ViewEntry::add(BView* pView, const tip_entry& tipEntry) { argument
90 // entry is pView.
93 BView* pCurView = pView;
155 BView* pView, const BRect& rect) {
160 // entry is pView.
163 BView* pCurView = pView;
242 entry_target_matches_view(pView));
154 remove( BView* pView, const BRect& rect) argument
[all...]

Completed in 57 milliseconds