[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGPopControl.h, 1.1, 1.2 XGPopMenuVie
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:34:00
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9835 Modified Files: XGPopControl.h XGPopMenuView.h XGPopWindow.h XGPlacementView.h XGPicture.h XGPeriodic.h XGPrinter.h XGRegion.h XGProgress.h XGRadioButton.h Log Message: Win32 changes Index: XGProgress.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGProgress.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGProgress.h 1 Oct 2006 19:15:04 -0000 1.1 --- XGProgress.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 62,66 **** */ ! class XGProgress : public XGSlider { public: XGProgress (XGView *o, XGArgStream &s); --- 64,68 ---- */ ! class YAAF_API XGProgress : public XGSlider { public: XGProgress (XGView *o, XGArgStream &s); *************** *** 68,72 **** enum { ! kClassID = 'prog' }; --- 70,74 ---- enum { ! kClassID = CHAR4('p','r','o','g') //'prog' }; Index: XGRadioButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGRadioButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGRadioButton.h 1 Oct 2006 19:15:03 -0000 1.1 --- XGRadioButton.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Radio button control + Some contributions by: + je...@re... */ *************** *** 23,27 **** */ ! class XGRadioButton : public XGButton { public: XGRadioButton(XGView *, XGArgStream &); --- 25,29 ---- */ ! class YAAF_API XGRadioButton : public XGButton { public: XGRadioButton(XGView *, XGArgStream &); *************** *** 29,33 **** enum { ! kClassID = 'radb' }; --- 31,35 ---- enum { ! kClassID = CHAR4('r','a','d','b') //'radb' }; Index: XGPrinter.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPrinter.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPrinter.h 1 Oct 2006 19:15:07 -0000 1.1 --- XGPrinter.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 87,91 **** */ ! class XGPrinter { public: XGPrinter(); --- 89,93 ---- */ ! class YAAF_API XGPrinter { public: XGPrinter(); *************** *** 176,180 **** */ ! extern XGPrinter GPrinter; /* The printer interface */ } // namespace yaaf --- 178,182 ---- */ ! YAAF_API extern XGPrinter GPrinter; /* The printer interface */ } // namespace yaaf Index: XGPopWindow.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPopWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPopWindow.h 1 Oct 2006 19:15:08 -0000 1.1 --- XGPopWindow.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Popup window object declaration + Some contributions by: + je...@re... */ *************** *** 34,38 **** */ ! class XGPopWindow { public: /* --- 36,40 ---- */ ! class YAAF_API XGPopWindow { public: /* Index: XGPlacementView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPlacementView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPlacementView.h 1 Oct 2006 19:15:09 -0000 1.1 --- XGPlacementView.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 15,18 **** --- 15,20 ---- * Also note all of these views are derived from the XGColorView * object, which paints a flat color background behind all of my views. + Some contributions by: + je...@re... */ *************** *** 37,41 **** */ ! class XGPlacementView : public XGColorView { public: XGPlacementView(XGView *p, XGArgStream &s); --- 39,43 ---- */ ! class YAAF_API XGPlacementView : public XGColorView { public: XGPlacementView(XGView *p, XGArgStream &s); Index: XGPopControl.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPopControl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPopControl.h 1 Oct 2006 19:15:08 -0000 1.1 --- XGPopControl.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Popup control object + Some contributions by: + je...@re... */ *************** *** 34,38 **** */ ! class XGPopControl : public XGControl { public: XGPopControl(XGView *o, XGSViewInitRecord &s, long fontID); //jeffB!!! --- 36,40 ---- */ ! class YAAF_API XGPopControl : public XGControl { public: XGPopControl(XGView *o, XGSViewInitRecord &s, long fontID); //jeffB!!! *************** *** 41,45 **** enum { ! kClassID = 'popm' }; --- 43,47 ---- enum { ! kClassID = CHAR4('p','o','p','m') //'popm' }; Index: XGRegion.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGRegion.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGRegion.h 1 Oct 2006 19:15:05 -0000 1.1 --- XGRegion.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- * concept of a region, though the semantics are subtly different. This attempts * to wrapper all into a single class with it's own semantics. + Some contributions by: + je...@re... */ *************** *** 31,35 **** */ ! class XGRegion { public: XGRegion(); --- 33,37 ---- */ ! class YAAF_API XGRegion { public: XGRegion(); Index: XGPeriodic.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPeriodic.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPeriodic.h 1 Oct 2006 19:15:14 -0000 1.1 --- XGPeriodic.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Periodic event management. + Some contributions by: + je...@re... */ *************** *** 26,30 **** */ ! class XGPeriodic { public: XGPeriodic(); --- 28,32 ---- */ ! class YAAF_API XGPeriodic { public: XGPeriodic(); Index: XGPopMenuView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPopMenuView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPopMenuView.h 1 Oct 2006 19:15:03 -0000 1.1 --- XGPopMenuView.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Popup menu view object; this handles a popup menu * selection object + Some contributions by: + je...@re... */ *************** *** 33,37 **** */ ! class XGPopMenuView : public XGView, public XGPeriodic { public: XGPopMenuView(XGStringList *, short font, short def); --- 35,39 ---- */ ! class YAAF_API XGPopMenuView : public XGView, public XGPeriodic { public: XGPopMenuView(XGStringList *, short font, short def); Index: XGPicture.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPicture.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPicture.h 1 Oct 2006 19:15:12 -0000 1.1 --- XGPicture.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 79,83 **** */ ! class XGPicture : public XGView { public: XGPicture(XGView *parent, XGArgStream &init); --- 81,85 ---- */ ! class YAAF_API XGPicture : public XGView { public: XGPicture(XGView *parent, XGArgStream &init); *************** *** 86,90 **** enum { ! kClassID = 'pict' }; --- 88,92 ---- enum { ! kClassID = CHAR4('p','i','c','t') //'pict' }; |