FontSelectionView
fStandardFontView = new FontSelectionView("standard",
fSerifFontView = new FontSelectionView("serif",
fSansSerifFontView = new FontSelectionView("sans serif",
fFixedFontView = new FontSelectionView("fixed",
SettingsWindow::_SetupFontSelectionView(FontSelectionView* view,
class FontSelectionView;
FontSelectionView* view,
FontSelectionView* fStandardFontView;
FontSelectionView* fSerifFontView;
FontSelectionView* fSansSerifFontView;
FontSelectionView* fFixedFontView;
FontSelectionView::~FontSelectionView()
FontSelectionView::AttachedToLooper()
FontSelectionView::MessageReceived(BMessage* message)
FontSelectionView::SetMessage(BMessage* message)
FontSelectionView::SetTarget(BHandler* target)
FontSelectionView::SetFont(const BFont& font, float size)
FontSelectionView::SetFont(const BFont& font)
FontSelectionView::SetSize(float size)
FontSelectionView::Font() const
FontSelectionView::SetDefaults()
FontSelectionView::Revert()
FontSelectionView::IsDefaultable()
FontSelectionView::IsRevertable()
FontSelectionView::UpdateFontsMenu()
FontSelectionView::CreateSizesLabelLayoutItem()
FontSelectionView::CreateSizesMenuBarLayoutItem()
FontSelectionView::CreateFontsLabelLayoutItem()
FontSelectionView::CreateFontsMenuBarLayoutItem()
FontSelectionView::CreateStylesLabelLayoutItem()
FontSelectionView::CreateStylesMenuBarLayoutItem()
FontSelectionView::PreviewBox() const
FontSelectionView::_Invoke()
FontSelectionView::_DefaultFont() const
FontSelectionView::_SelectCurrentFont(bool select)
FontSelectionView::_SelectCurrentSize(bool select)
FontSelectionView::_UpdateFontPreview()
FontSelectionView::_BuildSizesMenu()
FontSelectionView::FontSelectionView(const char* name, const char* label,
FontSelectionView::_AddStylesToMenu(const BFont& font, BMenu* stylesMenu) const
class FontSelectionView : public BHandler {
FontSelectionView(const char* name,
virtual ~FontSelectionView();
FontSelectionView::~FontSelectionView()
FontSelectionView::SetTarget(BHandler* messageTarget)
FontSelectionView::MessageReceived(BMessage* msg)
FontSelectionView::_SelectCurrentFont(bool select)
FontSelectionView::_SelectCurrentSize()
FontSelectionView::_UpdateFontPreview()
FontSelectionView::_UpdateSystemFont()
FontSelectionView::SetDefaults()
FontSelectionView::Revert()
FontSelectionView::IsDefaultable()
FontSelectionView::IsRevertable()
FontSelectionView::UpdateFontsMenu()
FontSelectionView::FontSelectionView(const char* name,
class FontSelectionView : public BView {
FontSelectionView(const char* name,
virtual ~FontSelectionView();
fPlainView = new FontSelectionView("plain", plainLabel);
fBoldView = new FontSelectionView("bold", boldLabel);
fFixedView = new FontSelectionView("fixed", fixedLabel);
fMenuView = new FontSelectionView("menu", menuLabel);
class FontSelectionView;
FontSelectionView* fPlainView;
FontSelectionView* fBoldView;
FontSelectionView* fFixedView;
FontSelectionView* fMenuView;