Lines Matching refs:BDragger

164 	replicant_data(BMessage *message, BView *view, BDragger *dragger,
165 BDragger::relation relation, unsigned long id);
181 BDragger* dragger;
182 BDragger::relation relation;
261 replicant_data::replicant_data(BMessage *_message, BView *_view, BDragger *_dragger,
262 BDragger::relation _relation, unsigned long _id)
280 relation(BDragger::TARGET_UNKNOWN),
464 BDragger *dragger = NULL;
466 dragger = dynamic_cast<BDragger*>(handler);
471 if (dragger->fRelation == BDragger::TARGET_IS_CHILD)
478 if (dragger->fRelation == BDragger::TARGET_IS_PARENT)
480 else if (dragger->fRelation == BDragger::TARGET_IS_CHILD)
1222 if (item->relation == BDragger::TARGET_IS_PARENT
1223 || item->relation == BDragger::TARGET_IS_SIBLING) {
1226 if (item->relation == BDragger::TARGET_IS_CHILD
1227 || item->relation == BDragger::TARGET_IS_SIBLING) {
1313 BDragger* dragger = NULL;
1315 BDragger::relation relation = BDragger::TARGET_UNKNOWN;
1366 BDragger *&dragger, BDragger::relation &relation)
1378 if (relation == BDragger::TARGET_IS_PARENT
1379 || relation == BDragger::TARGET_IS_SIBLING) {
1382 if (relation == BDragger::TARGET_IS_CHILD
1383 || relation == BDragger::TARGET_IS_SIBLING) {
1398 if (relation == BDragger::TARGET_IS_SIBLING
1399 || relation == BDragger::TARGET_IS_CHILD)
1402 if (relation != BDragger::TARGET_IS_CHILD)
1414 BDragger *&dragger, BDragger::relation &relation)
1421 dragger = dynamic_cast<BDragger*>(_InstantiateObject(&widget, &draggerImage));
1424 relation = BDragger::TARGET_IS_SIBLING;
1426 } else if ((dragger = dynamic_cast<BDragger*>(view)) != NULL) {
1428 relation = BDragger::TARGET_IS_CHILD;
1433 relation = BDragger::TARGET_IS_PARENT;
1435 dragger = dynamic_cast<BDragger *>(replicant->FindView("_dragger_"));
1442 BShelf::_CreateZombie(BMessage *data, BDragger *&dragger)
1460 dragger = new BDragger(frame, zombie);