fontPrefWindow.h
#ifndef FONTPREFWINDOW
#define FONTPREFWINDOW
class FloatGadget;
class MyPopUpMenu;
class MyCheckBox;
class
FontPrefWindow :
public WindowGuts
{
private:
FontPrefWindow(const FontPrefWindow& copy);//not implemented on purpose
public:
FontPrefWindow& operator = (const FontPrefWindow& assign);//not implemented on purpose
void OpenFontDisplayWindow(void);
char * mpcFullLine;
font_family mffFamilyName;
font_style mfsStyleName;
FontPrefWindow(BRect paramBound,
};
const char * paramWindowTitle,
~FontPrefWindow();
const char * paramScrollViewName,
const char * paramNamePrefFrame);
virtual bool QuitRequested(void);
virtual void MessageReceived(BMessage * pparamMessage);
void ResetFontSize(float newSize);
FloatGadget * mpSizeFloatGadget;
WindowGuts * mpFontDisplayWindow;
MyPopUpMenu * mpFontFamilyPUM;
MyPopUpMenu * mpFontStylePUM;
MyCheckBox * mpDisplayFontCheckBox;
MyCheckBox * mpAntiAliasFontCheckBox;
#endif
for version 0.4.2
The BeGUI
Book
Copyright © 1998 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified November 25, 1998.