Searched refs:fShelf (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp52 BShelf *fShelf; member in class:Shelf
69 , fShelf(NULL)
144 fShelf = new BShelf(&fShelfData, shelfView);
145 fShelf->SetDisplaysZombies(true);
166 fShelf = NULL;
179 fShelf = new BShelf(&fShelfData, view);
220 //if (fShelf)
221 //delete fShelf;
222 //fShelf = NULL;
238 if (fInConfig && fShelf) {
[all...]
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp18 fShelf = new BShelf(fArchiveStream, fContainerView); // Attach fShelf to fContainerView
19 fShelf -> SetDisplaysZombies(true);
43 delete fShelf; // by deleting the Shelf we'll save the state
44 fShelf = NULL;
H A DContainerWindow.h35 BShelf *fShelf; member in class:ContainerWindow
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp46 BShelf *fShelf; member in class:TWindow
147 fShelf = new BShelf(fArchiveStream, fMainView);
148 fShelf->SetDisplaysZombies(true);
163 delete fShelf; // by deleting the Shelf we'll save the state
164 fShelf = NULL;
188 //+ delete fShelf; // by deleting the Shelf we'll save the state
/haiku/src/kits/interface/
H A DDragger.cpp122 fShelf(NULL),
138 fShelf(NULL),
154 fShelf(NULL),
254 if (AreDraggersDrawn() && (fShelf == NULL || fShelf->AllowsDragging())) {
277 if (fShelf != NULL && (buttons & B_SECONDARY_MOUSE_BUTTON) != 0)
301 if (fShelf != NULL)
320 if ((fShelf != NULL && fShelf->AllowsDragging()
570 return fShelf !
[all...]
H A DShelf.cpp197 BShelf *fShelf; member in class:BPrivate::ShelfContainerViewFilter
208 BShelf *fShelf; member in class:BPrivate::ReplicantViewFilter
421 fShelf(shelf),
448 if (!fShelf->fAllowDragging)
476 point = rect.LeftTop() + fShelf->AdjustReplicantBy(rect, msg);
487 if (fShelf->_AddReplicant(msg, &point, fShelf->fGenCount++) == B_OK)
500 fShelf(shelf),
511 *handler = fShelf;
H A DView.cpp4930 if (fShelf) {
4932 return fShelf;
5873 fShelf = NULL;
5916 if (fShelf)
5917 fOwner->RemoveHandler(fShelf);
5922 if (fShelf)
5923 newOwner->AddHandler(fShelf);
6511 return fShelf;
6518 if (fShelf != NULL && fOwner != NULL)
6519 fOwner->RemoveHandler(fShelf);
[all...]
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp27 BShelf *fShelf; member in class:Window
/haiku/headers/os/interface/
H A DDragger.h113 BShelf* fShelf; member in class:BDragger
H A DView.h783 BShelf* fShelf; member in class:BView
/haiku/src/apps/deskbar/
H A DStatusView.cpp142 fShelf(new TReplicantShelf(this)),
174 delete fShelf;
885 fShelf->ReplicantAt(index, &view, (uint32*)id, NULL);
927 return fShelf->CountReplicants();
987 status = fShelf->AddReplicant(archive, BPoint(1, 1));
993 fShelf->ReplicantAt(count - 1, &view, (uint32*)id, NULL);
1028 fShelf->DeleteReplicant(index);
1048 fShelf->DeleteReplicant(index);
1090 if (fShelf->ReplicantAt(target, &view, (uint32*)id)) {
1101 fShelf
[all...]
H A DStatusView.h164 TReplicantShelf* fShelf; member in class:TReplicantTray

Completed in 84 milliseconds