Home
last modified time | relevance | path

Searched refs:ApplicationTypeWindow (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.h27 class ApplicationTypeWindow : public BWindow {
29 ApplicationTypeWindow(const BMessage& settings,
31 virtual ~ApplicationTypeWindow();
H A DApplicationTypeWindow.cpp301 ApplicationTypeWindow::ApplicationTypeWindow(const BMessage& settings, const BEntry& entry) in ApplicationTypeWindow() function in ApplicationTypeWindow
523 ApplicationTypeWindow::~ApplicationTypeWindow() in ~ApplicationTypeWindow()
529 ApplicationTypeWindow::_Frame(const BMessage& settings) const in _Frame()
539 ApplicationTypeWindow::_Title(const BEntry& entry) in _Title()
552 ApplicationTypeWindow::_SetTo(const BEntry& entry) in _SetTo()
692 ApplicationTypeWindow::_UpdateAppFlagsEnabled() in _UpdateAppFlagsEnabled()
705 ApplicationTypeWindow::_MakeNumberTextControl(BTextControl* control) in _MakeNumberTextControl()
719 ApplicationTypeWindow::_Save() in _Save()
779 ApplicationTypeWindow::_CheckSaveMenuItem(uint32 flags) in _CheckSaveMenuItem()
797 ApplicationTypeWindow::_NeedsSaving(uint32 _flags) const in _NeedsSaving()
[all …]
H A DJamfile20 ApplicationTypeWindow.cpp
34 ApplicationTypeWindow.cpp
H A DFileTypes.cpp264 BWindow* window = new ApplicationTypeWindow(fSettings.Message(), entry); in RefsReceived()