Searched refs:SetCurrentShape (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.h76 void SetCurrentShape(Shape* shape);
H A DStyleListView.h74 void SetCurrentShape(Shape* shape);
H A DPathListView.cpp226 fListView->SetCurrentShape(NULL);
830 PathListView::SetCurrentShape(Shape* shape) function in class:PathListView
H A DStyleListView.cpp224 fListView->SetCurrentShape(NULL);
734 StyleListView::SetCurrentShape(Shape* shape) function in class:StyleListView
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp506 fPathListView->SetCurrentShape(NULL);
507 fStyleListView->SetCurrentShape(NULL);
526 fPathListView->SetCurrentShape(NULL);
527 fStyleListView->SetCurrentShape(NULL);
546 fPathListView->SetCurrentShape(shape);
547 fStyleListView->SetCurrentShape(shape);
667 fPathListView->SetCurrentShape(NULL);
668 fStyleListView->SetCurrentShape(NULL);

Completed in 79 milliseconds