Lines Matching defs:BPoseView

186 BSearch(PoseList* table, const BPose* key, BPoseView* view,
187 int (*cmp)(const BPose*, const BPose*, BPoseView*),
191 PoseCompareAddWidget(const BPose* p1, const BPose* p2, BPoseView* view);
195 OneMatches(BPose* pose, BPoseView*, void* castToPose)
220 // #pragma mark - BPoseView
223 BPoseView::BPoseView(Model* model, uint32 viewMode)
302 BPoseView::~BPoseView()
321 BPoseView::Init(AttributeStreamNode* node)
329 BPoseView::Init(const BMessage &message)
337 BPoseView::InitCommon()
393 BPoseView::RestoreColumnState(AttributeStreamNode* node)
459 BPoseView::RestoreColumnState(const BMessage &message)
488 BPoseView::AddColumnList(BObjectList<BColumn>* list)
515 BPoseView::RestoreState(AttributeStreamNode* node)
569 BPoseView::RestoreState(const BMessage &message)
622 BPoseView::SetupDefaultColumnsIfNeeded()
641 BPoseView::ViewStateAttributeName() const
648 BPoseView::ForeignViewStateAttributeName() const
656 BPoseView::SaveColumnState(AttributeStreamNode* node)
682 BPoseView::SaveColumnState(BMessage& message) const
695 BPoseView::SaveState(AttributeStreamNode* node)
723 BPoseView::SaveState(BMessage& message) const
731 BPoseView::StringWidth(const char* str) const
739 BPoseView::StringWidth(const char* str, int32 len) const
748 BPoseView::SavePoseLocations(BRect* frameIfDesktop)
870 BPoseView::StartWatching()
884 BPoseView::StopWatching()
892 BPoseView::DetachedFromWindow()
927 BPoseView::Pulse()
963 BPoseView::ScrollTo(BPoint where)
976 BPoseView::AttachedToWindow()
1022 BPoseView::IconSize() const
1033 BPoseView::SetIconPoseHeight()
1056 BPoseView::GetLayoutInfo(uint32 mode, BPoint* grid, BPoint* offset) const
1085 BPoseView::ScrollView(int32 type)
1111 BPoseView::MakeFocus(bool focused)
1128 BPoseView::MinSize()
1137 BPoseView::WindowActivated(bool active)
1150 BPoseView::SetActivePose(BPose* pose)
1160 BPoseView::CommitActivePose(bool saveChanges)
1182 BPoseView::InitDirentIterator(const entry_ref* ref)
1217 BPoseView::ReturnDirentIterator(EntryListBase* iterator)
1224 BPoseView::WatchNewNodeMask()
1231 BPoseView::WatchNewNode(const node_ref* item)
1238 BPoseView::WatchNewNode(const node_ref* item, uint32 mask, BMessenger messenger)
1258 BPoseView::IsValidAddPosesThread(thread_id currentThread) const
1265 BPoseView::AddPoses(Model* model)
1289 thread_id addPosesThread = spawn_thread(&BPoseView::AddPosesTask,
1380 BPoseView::AddPosesTask(void* castToParams)
1398 BPoseView* view = dynamic_cast<BPoseView*>(lock.Handler());
1455 BPoseView::WatchNewNode(&itemNode, watchMask, lock.Target());
1576 BPoseView::AddRootPoses(bool watchIndividually, bool mountShared)
1617 BPoseView::RemoveRootPoses()
1642 BPoseView::AddTrashPoses()
1666 BPoseView::AddPosesCompleted()
1693 BPoseView::CreateVolumePose(BVolume* volume, bool watchIndividually)
1735 BPoseView::CreateTrashPose()
1756 BPoseView::CreatePose(Model* model, PoseInfo* poseInfo, bool insertionSort,
1768 BPoseView::FinishPendingScroll(float &listViewScrollBy, BRect srcRect)
1789 BPoseView::AddPosesThreadValid(const entry_ref* ref) const
1796 BPoseView::AddPoseToList(PoseList* list, bool visibleList, bool insertionSort,
1847 // BPoseView::InsertPoseAfter.
1908 BPoseView::CreatePoses(Model** models, PoseInfo* poseInfoArray, int32 count,
2040 BPoseView::PoseVisible(const Model* model, const PoseInfo* poseInfo)
2047 BPoseView::ShouldShowPose(const Model* model, const PoseInfo* poseInfo)
2065 BPoseView::MimeTypeAt(int32 index)
2075 BPoseView::CountMimeTypes()
2085 BPoseView::AddMimeType(const char* mimeType)
2098 BPoseView::RefreshMimeTypeList()
2116 BPoseView::InsertPoseAfter(BPose* pose, int32* index, int32 orientation,
2142 BPoseView::DisableScrollBars()
2153 BPoseView::EnableScrollBars()
2164 BPoseView::AddScrollBars()
2172 BPoseView::UpdateCount()
2180 BPoseView::MessageReceived(BMessage* message)
2722 BPoseView::RemoveColumn(BColumn* columnToRemove, bool runAlert)
2798 BPoseView::AddColumn(BColumn* newColumn, const BColumn* after)
2872 BPoseView::HandleAttrMenuItemSelected(BMessage* message)
2930 BPoseView::ReadPoseInfo(Model* model, PoseInfo* poseInfo)
3010 BPoseView::ReadExtendedPoseInfo(Model* model)
3061 BPoseView::SetViewMode(uint32 newMode)
3200 BPoseView::MapToNewIconMode(BPose* pose, BPoint oldGrid, BPoint oldOffset)
3240 BPoseView::SetPosesClipboardMode(uint32 clipboardMode)
3270 BPoseView::UpdatePosesClipboardModeFromClipboard(BMessage* clipboardReport)
3352 BPoseView::PlaceFolder(const entry_ref* ref, const BMessage* message)
3385 BPoseView::NewFileFromTemplate(const BMessage* message)
3462 BPoseView::NewFolder(const BMessage* message)
3499 BPoseView::Cleanup(bool doAll)
3588 BPoseView::PlacePose(BPose* pose, BRect &viewBounds)
3625 BPoseView::IsValidLocation(const BPose* pose)
3637 BPoseView::IsValidLocation(const BRect& rect)
3668 BPoseView::GetDeskbarFrame(BRect* frame)
3686 BPoseView::CheckAutoPlacedPoses()
3715 BPoseView::CheckPoseVisibility(BRect* newFrame)
3788 BPoseView::SlotOccupied(BRect poseRect, BRect viewBounds) const
3820 BPoseView::NextSlot(BPose* pose, BRect &poseRect, BRect viewBounds)
3838 BPoseView::FirstIndexAtOrBelow(int32 y, bool constrainIndex) const
3883 BPoseView::AddToVSList(BPose* pose)
3891 BPoseView::RemoveFromVSList(const BPose* pose)
3919 BPoseView::PinToGrid(BPoint point, BPoint grid, BPoint offset) const
3944 BPoseView::ResetPosePlacementHint()
3952 BPoseView::SelectPoses(int32 start, int32 end)
3990 BPoseView::MoveOrChangePoseSelection(int32 to)
4024 BPoseView::ScrollIntoView(BPose* pose, int32 index)
4031 BPoseView::ScrollIntoView(BRect poseRect)
4059 BPoseView::SelectPose(BPose* pose, int32 index, bool scrollIntoView)
4072 BPoseView::AddPoseToSelection(BPose* pose, int32 index, bool scrollIntoView)
4092 BPoseView::RemovePoseFromSelection(BPose* pose)
4128 BPoseView::EachItemInDraggedSelection(const BMessage* message,
4129 bool (*func)(BPose*, BPoseView*, void*), BPoseView* poseView,
4162 BPoseView::FindDragNDropAction(const BMessage* dragMessage, bool &canCopy,
4200 BPoseView::CanTrashForeignDrag(const Model* targetModel)
4207 BPoseView::CanCopyOrMoveForeignDrag(const Model* targetModel,
4229 BPoseView::CanHandleDragSelection(const Model* target,
4327 BPoseView::TrySettingPoseLocation(BNode* node, BPoint point)
4350 BPoseView::CreateClippingFile(BPoseView* poseView, BFile &result,
4447 BPoseView::HandleMessageDropped(BMessage* message)
4495 BPoseView::HandleDropCommon(BMessage* message, Model* targetModel,
4501 BPoseView* poseView = dynamic_cast<BPoseView*>(view);
4924 AddOneToLaunchMessage(BPose* pose, BPoseView*, void* castToParams)
4941 BPoseView::LaunchAppWithSelection(Model* appModel, const BMessage* dragMessage,
4967 BPoseView::DragSelectionContains(const BPose* target,
4976 BPoseView::MoveSelectionInto(Model* destFolder, BContainerWindow* srcWindow,
4989 BPoseView::MoveSelectionInto(Model* destFolder, BContainerWindow* srcWindow,
5035 BPoseView* targetView = srcWindow->PoseView();
5182 BPoseView::MoveSelectionTo(BPoint dropPoint, BPoint clickPoint,
5207 BPoseView* poseView, BObjectList<Model>* fBrokenLinks)
5220 BPoseView::TryUpdatingBrokenLinks()
5242 BPoseView::PoseHandleDeviceUnmounted(BPose* pose, Model* model, int32 index,
5243 BPoseView* poseView, dev_t device)
5257 BPoseView* poseView, const char* type)
5274 BPoseView::MetaMimeChanged(const char* type, const char* preferredApp)
5291 MetaMimeChangedAccumulator(void (BPoseView::*func)(const char* type,
5337 void (BPoseView::*fFunc)(const char* type, const char* preferredApp);
5344 BPoseView::NoticeMetaMimeChanged(const BMessage* message)
5370 &BPoseView::MetaMimeChanged, ContainerWindow(), type, preferredApp),
5379 BPoseView::FSNotification(const BMessage* message)
5535 &BPoseView::TryUpdatingBrokenLinks, this), 500000);
5568 BPoseView::CreateSymlinkPoseTarget(Model* symlink)
5598 BPoseView::EntryCreated(const node_ref* dirNode, const node_ref* itemNode,
5605 BPoseView::WatchNewNode(itemNode);
5641 BPoseView::EntryMoved(const BMessage* message)
5762 BPoseView::WatchParentOf(const entry_ref* ref)
5787 BPoseView::StopWatchingParentsOf(const entry_ref* ref)
5837 BPoseView::AttributeChanged(const BMessage* message)
5979 BPoseView::UpdateIcon(BPose* pose)
6004 BPoseView::ConvertZombieToPose(Model* zombie, int32 index)
6026 BPoseView::GetDropPointList(BPoint dropStart, BPoint dropEnd, const PoseList* poses,
6053 BPoseView::DuplicateSelection(BPoint* dropStart, BPoint* dropEnd)
6097 BPoseView::SelectPoseAtLocation(BPoint point)
6107 BPoseView::MoveListToTrash(BObjectList<entry_ref>* list, bool selectNext,
6209 BPoseView::MoveSelectionOrEntryToTrash(const entry_ref* ref, bool selectNext)
6261 BPoseView::MoveSelectionToTrash(bool selectNext)
6274 BPoseView::MoveEntryToTrash(const entry_ref* ref, bool selectNext)
6281 BPoseView::DeleteSelection(bool selectNext, bool confirm)
6305 BPoseView::RestoreSelectionFromTrash(bool selectNext)
6324 BPoseView::Delete(const entry_ref &ref, bool selectNext, bool confirm)
6335 BPoseView::Delete(BObjectList<entry_ref>* list, bool selectNext, bool confirm)
6378 BPoseView::RestoreItemsFromTrash(BObjectList<entry_ref>* list, bool selectNext)
6421 BPoseView::DoDelete()
6434 BPoseView::DoMoveToTrash()
6456 BPoseView::SelectAll()
6503 BPoseView::InvertSelection()
6554 BPoseView::SelectMatchingEntries(const BMessage* message)
6621 BPoseView::ShowSelectionWindow()
6628 BPoseView::KeyDown(const char* bytes, int32 count)
6877 BPoseView::FindNextMatch(int32* matchingIndex, bool reverse)
6913 BPoseView::FindBestMatch(int32* index)
6971 BPoseView::FindNearbyPose(char arrowKey, int32* poseIndex)
7110 BPoseView::ShowContextMenu(BPoint where)
7140 BPoseView::_BeginSelectionRect(const BPoint& point, bool shouldExtend)
7173 BPoseView::_UpdateSelectionRect(const BPoint& point)
7243 BPoseView::_EndSelectionRect()
7280 BPoseView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage)
7323 BPoseView::MouseDragged(const BMessage* message)
7351 BPoseView::MouseLongDown(const BMessage* message)
7365 BPoseView::MouseIdle(const BMessage* message)
7387 BPoseView::MouseDown(BPoint where)
7460 BPoseView::SetTextWidgetToCheck(BTextWidget* widget, BTextWidget* old)
7468 BPoseView::MouseUp(BPoint where)
7507 BPoseView::WasClickInPath(const BPose* pose, int32 index,
7540 BPoseView::WasDoubleClick(const BPose* pose, BPoint point, int32 buttons)
7587 BPoseView::DragSelectedPoses(const BPose* pose, BPoint clickPoint)
7648 BPoseView::MakeDragBitmap(BRect dragRect, BPoint clickedPoint,
7785 BPoseView::GetDragRect(int32 clickedPoseIndex)
7835 BPoseView::SelectPoses(BRect selectionRect, BList** oldList)
7929 BPoseView::AddRemoveSelectionRange(BPoint where, bool extendSelection,
8028 BPoseView::DeleteSymLinkPoseTarget(const node_ref* itemNode, BPose* pose,
8045 BPoseView::DeletePose(const node_ref* itemNode, BPose* pose, int32 index)
8145 BPoseView::FindZombie(const node_ref* itemNode, int32* resultingIndex)
8164 BPoseView::FindPose(BPoint point, int32* poseIndex) const
8193 BPoseView::FirstVisiblePose(int32* _index) const
8202 BPoseView::LastVisiblePose(int32* _index) const
8218 BPoseView::OpenSelection(BPose* clickedPose, int32* index)
8253 BPoseView::OpenSelectionUsing(BPose* clickedPose, int32* index)
8260 BPoseView::OpenSelectionCommon(BPose* clickedPose, int32* poseIndex,
8309 BPoseView::DrawOpenAnimation(BRect rect)
8336 BPoseView::ApplyBackgroundColor()
8346 BPoseView::UnmountSelectedVolumes()
8375 BPoseView::ClearPoses()
8406 BPoseView::SwitchDir(const entry_ref* newDirRef, AttributeStreamNode* node)
8509 BPoseView::Refresh()
8537 BPoseView::ResetOrigin()
8548 BPoseView::EditQueries()
8556 BPoseView::SendSelectionAsRefs(uint32 what, bool onlyQueries)
8595 BPoseView::OpenInfoWindows()
8619 BPoseView::SetDefaultPrinter()
8636 BPoseView::OpenParent()
8683 BPoseView::IdentifySelection(bool force)
8699 BPoseView::ClearSelection()
8757 BPoseView::ShowSelection(bool show)
8836 BPoseView::AddRemovePoseFromSelection(BPose* pose, int32 index, bool select)
8865 BPoseView::SelectedVolumeIsReadOnly() const
8906 BPoseView::TargetVolumeIsReadOnly() const
8918 BPoseView::CanEditName() const
8930 BPoseView::CanMoveToTrashOrDuplicate() const
8956 BPoseView::RemoveFromExtent(const BRect &rect)
8967 BPoseView::RecalcExtent()
8979 BPoseView::Extent() const
9007 BPoseView::SetScrollBarsTo(BPoint point)
9027 BPoseView::PinPointToValidRange(BPoint& origin)
9044 BPoseView::UpdateScrollRange()
9112 BPoseView::DrawPose(BPose* pose, int32 index, bool fullDraw)
9125 BPoseView::TextColor(bool selected) const
9138 BPoseView::BackColor(bool selected) const
9157 BPoseView::InvertedBackColor() const
9172 BPoseView::Draw(BRect updateRect)
9188 BPoseView::DrawAfterChildren(BRect updateRect)
9216 BPoseView::SynchronousUpdate(BRect updateRect, bool clip)
9233 BPoseView::DrawViewCommon(const BRect& updateRect)
9267 BPoseView::ColumnRedraw(BRect updateRect)
9329 BPoseView::CloseGapInList(BRect* invalidRect)
9352 BPoseView::CheckPoseSortOrder(BPose* pose, int32 oldIndex)
9359 BPoseView::_CheckPoseSortOrder(PoseList* poseList, BPose* pose, int32 oldIndex)
9398 PoseCompareAddWidget(const BPose* p1, const BPose* p2, BPoseView* view)
9453 BSearch(PoseList* table, const BPose* key, BPoseView* view,
9454 int (*cmp)(const BPose*, const BPose*, BPoseView*), bool returnClosest)
9479 BPoseView::BSearchList(PoseList* poseList, const BPose* pose,
9535 BPoseView::SetPrimarySort(uint32 attrHash)
9546 BPoseView::SetSecondarySort(uint32 attrHash)
9560 BPoseView::SetReverseSort(bool reverse)
9570 return PoseCompareAddWidget(p1, p2, (BPoseView*)castToPoseView);
9576 PoseComparator(BPoseView* poseView): fPoseView(poseView) { }
9583 BPoseView* fPoseView;
9598 BPoseView::SortPoses()
9624 BPoseView::ColumnFor(uint32 attr) const
9638 BPoseView::ResizeColumnToWidest(BColumn* column)
9668 BPoseView::ResizeColumn(BColumn* column, float newSize,
9670 void (*drawLineFunc)(BPoseView*, BPoint, BPoint),
9671 void (*undrawLineFunc)(BPoseView*, BPoint, BPoint))
9742 BPoseView::MoveColumnTo(BColumn* src, BColumn* dest)
9774 BPoseView::UpdateDropTarget(BPoint mouseLoc, const BMessage* dragMessage,
9846 BPoseView::FrameForPose(BPose* targetPose, bool convert, BRect* poseRect)
9897 BPoseView::MenuTrackingHook(BMenu* menu, void*)
9953 BPoseView::DragStop()
9963 BPoseView::HiliteDropTarget(bool hiliteState)
10043 BPoseView::CheckAutoScroll(BPoint mouseLoc, bool shouldScroll)
10183 BPoseView::HandleAutoScroll()
10221 BPoseView::CalcPoseRect(const BPose* pose, int32 index,
10232 BPoseView::CalcPoseRectIcon(const BPose* pose) const
10239 BPoseView::CalcPoseRectList(const BPose* pose, int32 index,
10248 BPoseView::Represents(const node_ref* node) const
10255 BPoseView::Represents(const entry_ref* ref) const
10262 BPoseView::ShowBarberPole()
10274 BPoseView::HideBarberPole()
10286 BPoseView::IsWatchingDateFormatChange()
10293 BPoseView::StartWatchDateFormatChange()
10302 BPoseView::StopWatchDateFormatChange()
10317 BPoseView::UpdateDateColumns(BMessage* message)
10334 BPoseView::AdaptToVolumeChange(BMessage*)
10340 BPoseView::AdaptToDesktopIntegrationChange(BMessage*)
10346 BPoseView::WidgetTextOutline() const
10353 BPoseView::SetWidgetTextOutline(bool on)
10360 BPoseView::EnsurePoseUnselected(BPose* pose)
10384 BPoseView::RemoveFilteredPose(BPose* pose, int32 index)
10397 BPoseView::FilterChanged()
10436 BPoseView::UpdateAfterFilterChange()
10455 BPoseView::FilterPose(BPose* pose)
10504 BPoseView::StartFiltering()
10524 BPoseView::IsFiltering() const
10531 BPoseView::StopFiltering()
10539 BPoseView::ClearFilter()
10564 BPoseView::ExcludeTrashFromSelection()
10603 TPoseViewFilter::TPoseViewFilter(BPoseView* pose)
10635 float BPoseView::sFontHeight = -1;
10636 font_height BPoseView::sFontInfo = { 0, 0, 0 };
10637 OffscreenBitmap* BPoseView::sOffscreen = new OffscreenBitmap;
10638 BString BPoseView::sMatchString = "";