Searched refs:ApplicationTypeWindow (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.h27 class ApplicationTypeWindow : public BWindow { class in inherits:BWindow
29 ApplicationTypeWindow(const BMessage& settings,
31 virtual ~ApplicationTypeWindow();
H A DApplicationTypeWindow.cpp7 #include "ApplicationTypeWindow.h"
301 ApplicationTypeWindow::ApplicationTypeWindow(const BMessage& settings, const BEntry& entry) function in class:ApplicationTypeWindow
523 ApplicationTypeWindow::~ApplicationTypeWindow()
529 ApplicationTypeWindow::_Frame(const BMessage& settings) const
539 ApplicationTypeWindow::_Title(const BEntry& entry)
552 ApplicationTypeWindow::_SetTo(const BEntry& entry)
692 ApplicationTypeWindow::_UpdateAppFlagsEnabled()
705 ApplicationTypeWindow
[all...]
H A DFileTypes.cpp8 #include "ApplicationTypeWindow.h"
73 // Add one degree of offset to the starting position of the next ApplicationTypeWindow
264 BWindow* window = new ApplicationTypeWindow(fSettings.Message(), entry);

Completed in 50 milliseconds