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

/haiku/src/preferences/appearance/
H A DFontView.h23 class FontView : public BView { class in inherits:BView
25 FontView(const char* name);
H A DFontView.cpp14 #include "FontView.h"
61 FontView::FontView(const char* name) function in class:FontView
85 FontView::AttachedToWindow()
99 FontView::DetachedFromWindow()
107 FontView::SetDefaults()
117 FontView::MessageReceived(BMessage* message)
155 FontView::Revert()
165 FontView::UpdateFonts()
175 FontView
[all...]
H A DAPRWindow.h22 class FontView;
41 FontView* fFontSettings;
H A DAPRWindow.cpp25 #include "FontView.h"
51 fFontSettings = new FontView(B_TRANSLATE("Fonts"));

Completed in 38 milliseconds