Searched refs:SortingEnabled (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp186 AbstractTable::SortingEnabled() const function in class:AbstractTable
188 return BColumnListView::SortingEnabled();
H A DAbstractTable.h43 bool SortingEnabled() const;
/haiku/headers/private/interface/
H A DColumnListView.h288 bool SortingEnabled() const;
/haiku/src/kits/interface/
H A DColumnListView.cpp1070 BColumnListView::SortingEnabled() const function in class:BColumnListView
1079 if (!SortingEnabled())
1926 if (SortingEnabled()) fOutlineView->StartSorting();
3132 if (fMasterView->SortingEnabled()) {
4468 if (fMasterView->SortingEnabled() && !fSortColumns->IsEmpty()) {

Completed in 52 milliseconds