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

/haiku/src/preferences/locale/
H A DLocaleWindow.h19 class FormatSettingsView;
54 FormatSettingsView* fFormatView;
H A DFormatSettingsView.h29 class FormatSettingsView : public BView { class in inherits:BView
31 FormatSettingsView();
32 ~FormatSettingsView();
H A DFormatSettingsView.cpp7 #include "FormatSettingsView.h"
54 FormatSettingsView::FormatSettingsView() function in class:FormatSettingsView
251 FormatSettingsView::~FormatSettingsView()
257 FormatSettingsView::AttachedToWindow()
267 FormatSettingsView::MessageReceived(BMessage* message)
321 FormatSettingsView::Revert()
333 FormatSettingsView::Refresh(bool setInitial)
362 FormatSettingsView
[all...]
H A DLocaleWindow.cpp30 #include "FormatSettingsView.h"
246 fFormatView = new FormatSettingsView();

Completed in 42 milliseconds