[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGWritableStream.h, 1.1, 1.2 XGWindow
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:40:07
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12414 Modified Files: XGWritableStream.h XGWindow.h XGViewFactory.h XGWindowFactory.h Log Message: Win32 changes Index: XGWindowFactory.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGWindowFactory.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGWindowFactory.h 1 Oct 2006 19:15:03 -0000 1.1 --- XGWindowFactory.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Window factory; how windows are built + Some contributions by: + je...@re... */ *************** *** 51,55 **** */ ! class XGWindowFactory { public: /* --- 53,57 ---- */ ! class YAAF_API XGWindowFactory { public: /* Index: XGWindow.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGWindow.h 1 Oct 2006 19:15:09 -0000 1.1 --- XGWindow.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Window object; this defines the view wrapper that encapsulates * an entire window + Some contributions by: + je...@re... */ *************** *** 157,161 **** */ ! class XGWindow : public XGView, public XGEventTrigger { public: --- 159,163 ---- */ ! class YAAF_API XGWindow : public XGView, public XGEventTrigger { public: *************** *** 169,173 **** enum { ! kClassID = 'wind' }; --- 171,175 ---- enum { ! kClassID = CHAR4('w','i','n','d') //'wind' }; Index: XGWritableStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGWritableStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGWritableStream.h 1 Oct 2006 19:15:11 -0000 1.1 --- XGWritableStream.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Writable stream. This is the writable version of the XGArgStream * object, and can be used to initialize various objects by hand. + Some contributions by: + je...@re... */ *************** *** 29,33 **** */ ! class XGWritableStream : public XGArgStream, public XGOutStream { public: --- 31,35 ---- */ ! class YAAF_API XGWritableStream : public XGArgStream, public XGOutStream { public: Index: XGViewFactory.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGViewFactory.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGViewFactory.h 1 Oct 2006 19:15:13 -0000 1.1 --- XGViewFactory.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * View factory and support + Some contributions by: + je...@re... */ *************** *** 72,76 **** */ ! class XGViewFactory { public: /* --- 74,78 ---- */ ! class YAAF_API XGViewFactory { public: /* |