[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGDocFile.h, 1.1, 1.2 XGDispatch.h, 1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:17:03
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2758 Modified Files: XGDocFile.h XGDispatch.h XGDocData.h XGControl.h XGDialog.h XGDocEditor.h XGDividerView.h XGDocForm.h XGDocument.h XGDragger.h XGDialogPlacement.h XGCommandButton.h Log Message: Win32 changes Index: XGDispatch.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDispatch.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDispatch.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDispatch.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 218,222 **** */ ! class XGDispatch { public: XGDispatch(); --- 220,224 ---- */ ! class YAAF_API XGDispatch { public: XGDispatch(); Index: XGDividerView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDividerView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDividerView.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDividerView.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * A color filler object + Some contributions by: + je...@re... */ *************** *** 24,32 **** */ ! class XGDividerView : public XGView { public: XGDividerView(XGView *p, XGArgStream &s); enum { ! kClassID = 'divr' }; --- 26,34 ---- */ ! class YAAF_API XGDividerView : public XGView { public: XGDividerView(XGView *p, XGArgStream &s); enum { ! kClassID = CHAR4('d','i','v','r') //'divr' }; Index: XGControl.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGControl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGControl.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGControl.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGControl : public XGView { public: XGControl(XGView *parent, XGSViewInitRecord &s); --- 57,61 ---- */ ! class YAAF_API XGControl : public XGView { public: XGControl(XGView *parent, XGSViewInitRecord &s); Index: XGDocForm.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocForm.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocForm.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocForm.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 78,82 **** */ ! class XGDocForm : public XGForm, public XGDocEditor { public: XGDocForm(bool secondary = false); --- 80,84 ---- */ ! class YAAF_API XGDocForm : public XGForm, public XGDocEditor { public: XGDocForm(bool secondary = false); Index: XGDocument.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocument.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocument.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocument.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- * and receives events (such as menu events to save/load objects) to * process the document itself. + Some contributions by: + je...@re... */ *************** *** 29,33 **** */ ! class XGDocument : public XGDocData { public: XGDocument(bool autodelete = true); --- 31,35 ---- */ ! class YAAF_API XGDocument : public XGDocData { public: XGDocument(bool autodelete = true); Index: XGDialogPlacement.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDialogPlacement.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDialogPlacement.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDialogPlacement.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- * according to the Macintosh and Windows user interface guidelines, * in such a way so that we don't have to. + Some contributions by: + je...@re... */ *************** *** 43,47 **** */ ! class XGDialogPlacement : public XGPlacementView { public: XGDialogPlacement(XGView *, XGArgStream &); --- 45,49 ---- */ ! class YAAF_API XGDialogPlacement : public XGPlacementView { public: XGDialogPlacement(XGView *, XGArgStream &); *************** *** 49,53 **** enum { ! kClassID = 'dlgp' }; --- 51,55 ---- enum { ! kClassID = CHAR4('d','l','g','p') //'dlgp' }; Index: XGDragger.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDragger.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDragger.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDragger.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 34,37 **** --- 34,39 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 126,130 **** */ ! class XGDragger { public: XGDragger (XGView *v = NULL, bool internal = false, GetObjectProc *proc = NULL, void *procArg = NULL); --- 128,132 ---- */ ! class YAAF_API XGDragger { public: XGDragger (XGView *v = NULL, bool internal = false, GetObjectProc *proc = NULL, void *procArg = NULL); Index: XGDocData.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocData.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocData.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocData.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * The document data object defines how we handle messages send by * a document editor. + Some contributions by: + je...@re... */ *************** *** 36,40 **** */ ! class XGDocData : public XGDispatch, public XGPeriodic { public: XGDocData(bool autodelete = true); --- 38,42 ---- */ ! class YAAF_API XGDocData : public XGDispatch, public XGPeriodic { public: XGDocData(bool autodelete = true); Index: XGDialog.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDialog.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDialog.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 77,81 **** */ ! #define KXGDialogMessage 'dmsg' #define KXGDMEndDialog 1 --- 79,85 ---- */ ! #include "XCoreTypes.h" ! ! #define KXGDialogMessage CHAR4('d','m','s','g') #define KXGDMEndDialog 1 *************** *** 118,122 **** */ ! class XGDialog : public XGWindow { public: XGDialog(XGSWindowInitRecord &, XGForm *); --- 122,126 ---- */ ! class YAAF_API XGDialog : public XGWindow { public: XGDialog(XGSWindowInitRecord &, XGForm *); *************** *** 126,130 **** enum { ! kClassID = 'dlog' }; --- 130,134 ---- enum { ! kClassID = CHAR4('d','l','o','g') //'dlog' }; Index: XGDocFile.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocFile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocFile.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocFile.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- * normally override this method instead of the base document object if you wish * to provide nominal file I/O support + Some contributions by: + je...@re... */ *************** *** 28,32 **** */ ! class XGDocFile : public XGDocument { public: XGDocFile(bool autodelete = true); --- 30,34 ---- */ ! class YAAF_API XGDocFile : public XGDocument { public: XGDocFile(bool autodelete = true); Index: XGCommandButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGCommandButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCommandButton.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGCommandButton.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Command button. + Some contributions by: + je...@re... */ *************** *** 23,27 **** */ ! class XGCommandButton : public XGButton { public: XGCommandButton(XGView *, XGArgStream &); --- 25,29 ---- */ ! class YAAF_API XGCommandButton : public XGButton { public: XGCommandButton(XGView *, XGArgStream &); *************** *** 29,33 **** enum { ! kClassID = 'pbtn' }; --- 31,35 ---- enum { ! kClassID = CHAR4('p','b','t','n') //'pbtn' }; Index: XGDocEditor.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocEditor.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocEditor.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocEditor.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- * is altered, as well as allowing this view to alter itself when the * document is changed. + Some contributions by: + je...@re... */ *************** *** 38,42 **** */ ! class XGDocEditor { public: XGDocEditor(); --- 40,44 ---- */ ! class YAAF_API XGDocEditor { public: XGDocEditor(); |