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

/haiku-fatelf/src/preferences/shortcuts/clv/
H A DCLVColumn.h45 enum CLVSortMode enum
85 CLVSortMode SortMode() const;
86 void SetSortMode(CLVSortMode mode);
102 CLVSortMode fSortMode;
H A DColumnListView.h93 virtual void SetSortMode(int32 ColumnIndex,CLVSortMode Mode);
94 int32 Sorting(int32* SortKeys, CLVSortMode* SortModes) const;
97 //int32 SortKeys[n], and an array CLVSortMode SortModes[n] where n is the number of sortable
99 void SetSorting(int32 NumberOfKeys, int32* SortKeys, CLVSortMode* SortModes);
H A DCLVColumn.cpp200 CLVSortMode CLVColumn::SortMode() const
205 void CLVColumn::SetSortMode(CLVSortMode mode)
H A DColumnListView.cpp817 void ColumnListView::SetSortMode(int32 ColumnIndex,CLVSortMode Mode)
867 int32 ColumnListView::Sorting(int32* SortKeys, CLVSortMode* SortModes) const
894 void ColumnListView::SetSorting(int32 NumberOfKeys, int32* SortKeys, CLVSortMode* SortModes)

Completed in 41 milliseconds