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

/haiku/src/preferences/filetypes/
H A DAttributeListView.h51 class AttributeListView : public BListView { class in inherits:BListView
53 AttributeListView(const char* name);
54 virtual ~AttributeListView();
H A DFileTypesWindow.h23 class AttributeListView;
87 AttributeListView* fAttributeListView;
H A DAttributeListView.cpp13 #include "AttributeListView.h"
280 // #pragma mark - AttributeListView
283 AttributeListView::AttributeListView(const char* name) function in class:AttributeListView
291 AttributeListView::~AttributeListView()
298 AttributeListView::_DeleteItems()
308 AttributeListView::SetTo(BMimeType* type)
392 AttributeListView::Draw(BRect updateRect)
H A DFileTypesWindow.cpp7 #include "AttributeListView.h"
530 fAttributeListView = new AttributeListView("listview attr");

Completed in 39 milliseconds