Lines Matching refs:TargetModel

361 			ref == *panel->TargetModel()->EntryRef() ? 0 : 100000, 200000,  in MessageDropFilter()
410 if (*(panel->TargetModel()->NodeRef()) == itemNode) { in FSFilter()
411 panel->TargetModel()->UpdateEntryRef(&dirNode, name); in FSFilter()
412 panel->SetTo(panel->TargetModel()->EntryRef()); in FSFilter()
426 if (*(panel->TargetModel()->NodeRef()) == itemNode) { in FSFilter()
600 Model* model = selectionList->FirstItem()->TargetModel(); in AdjustButton()
619 Model* model = selectionList->ItemAt(index)->TargetModel(); in AdjustButton()
669 *ref = *pose->TargetModel()->EntryRef(); in GetNextEntryRef()
715 BEntry entry(TargetModel()->EntryRef()); in Init()
1074 EnableNamedMenuItem(fMenuBar, kNewFolder, !TargetModel()->IsRoot() in MenusBeginning()
1111 if (TargetModel()->IsRoot() || model.IsVolume()) { in ShowContextMenu()
1137 !TargetModel()->IsRoot() in ShowContextMenu()
1140 !TargetModel()->IsRoot()); in ShowContextMenu()
1337 BEntry entry(TargetModel()->EntryRef()); in MessageReceived()
1341 goDirectory.CreateSymLink(TargetModel()->Name(), path.Path(), in MessageReceived()
1389 FirstItem())->TargetModel(); in MessageReceived()
1416 SetTo(TargetModel()->EntryRef()); in MessageReceived()
1438 Model* model = list->FirstItem()->TargetModel(); in OpenDirectory()
1456 Model oldModel(*PoseView()->TargetModel()); in OpenParent()
1486 if (TargetModel()->IsDesktop()) in CanOpenParent()
1495 return rootRef != *TargetModel()->NodeRef(); in CanOpenParent()
1575 if (TargetModel()->IsRoot()) { in HandleSaveButton()
1594 if (dir.SetTo(TargetModel()->EntryRef()) != B_OK) { in HandleSaveButton()
1628 message.AddRef("directory", TargetModel()->EntryRef()); in HandleSaveButton()
1662 BRoster().AddToRecentFolders(TargetModel()->EntryRef()); in OpenSelectionCommon()
1684 Model* model = selection->FirstItem()->TargetModel(); in HandleOpenButton()
1703 Model* model = selection->ItemAt(index)->TargetModel(); in HandleOpenButton()
1718 message.AddRef("refs", TargetModel()->EntryRef()); in HandleOpenButton()
1798 ASSERT(TargetModel() != NULL); in FSNotification()
1819 if (TargetModel() != NULL in FSNotification()
1820 && TargetModel()->NodeRef()->device == device) { in FSNotification()
1899 if (filepanel != NULL && TargetModel() != NULL) in ShowVolumes()
1900 filepanel->SetTo(TargetModel()->EntryRef()); in ShowVolumes()