Searched refs:bmpview (Results 1 – 2 of 2) sorted by relevance
98 bmpview=new BitmapView(BPoint(10,10),new BMessage(CURSOR_UPDATED),this); in CurView()99 bmpview->MoveTo( (Bounds().Width()-bmpview->Bounds().Width())/2,30); in CurView()100 AddChild(bmpview); in CurView()105 rect.top=bmpview->Frame().bottom+30; in CurView()172 bmpview->SetTarget(this); in AllAttached()188 cwi->SetBitmap(bmpview->GetBitmap()); in MessageReceived()197 bmpview->SetBitmap(cwi->GetBitmap()); in MessageReceived()198 bmpview->Invalidate(); in MessageReceived()
92 BitmapView *bmpview; variable