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

/haiku/src/preferences/filetypes/
H A DTypeListWindow.h19 class TypeListWindow : public BWindow { class in inherits:BWindow
21 TypeListWindow(const char* currentType, uint32 what, BWindow* target);
22 virtual ~TypeListWindow();
H A DTypeListWindow.cpp8 #include "TypeListWindow.h"
28 TypeListWindow::TypeListWindow(const char* currentType, uint32 what, function in class:TypeListWindow
72 TypeListWindow::~TypeListWindow()
78 TypeListWindow::MessageReceived(BMessage* message)
H A DFileTypeWindow.cpp11 #include "TypeListWindow.h"
341 BWindow* window = new TypeListWindow(fCommonType.String(),
H A DApplicationTypeWindow.cpp13 #include "TypeListWindow.h"
965 BWindow* window = new TypeListWindow(NULL,

Completed in 53 milliseconds