Searched refs:ApplicationTypeWindow (Results 1 – 4 of 4) sorted by relevance
27 class ApplicationTypeWindow : public BWindow {29 ApplicationTypeWindow(const BMessage& settings,31 virtual ~ApplicationTypeWindow();
301 ApplicationTypeWindow::ApplicationTypeWindow(const BMessage& settings, const BEntry& entry) in ApplicationTypeWindow() function in ApplicationTypeWindow523 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 …]
20 ApplicationTypeWindow.cpp34 ApplicationTypeWindow.cpp
264 BWindow* window = new ApplicationTypeWindow(fSettings.Message(), entry); in RefsReceived()