[GME-commit] GMESRC/GME/GMEActiveBrowser GMEActiveBrowser.odl, 1.8,
1.9 GMEActiveBrowserCtl.cpp, 1.17, 1.18 GMEActiveBrowserCtl.h,
1.9, 1.10
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu May 3 14:01:26 CDT 2007
- Previous message: [GME-commit]
GMESRC/GME/ObjectInspector ObjectInspectorCtl.cpp, 1.39,
1.40 ObjectInspectorCtl.h, 1.15, 1.16 InspectorDlg.h, 1.10,
1.11 InspectorDlg.cpp, 1.26, 1.27 ObjectInspector.odl, 1.3,
1.4 Property.cpp, 1.15, 1.16
- Next message: [GME-commit] GMESRC/GME/GMEActiveBrowser
ActiveBrowserPropertyPage.cpp, 1.61, 1.62
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv28098
Modified Files:
GMEActiveBrowser.odl GMEActiveBrowserCtl.cpp
GMEActiveBrowserCtl.h
Log Message:
ObjectInsp panel cycling.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: GMEActiveBrowser.odl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/GMEActiveBrowser.odl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GMEActiveBrowser.odl 6 Dec 2006 22:05:23 -0000 1.8
--- GMEActiveBrowser.odl 3 May 2007 19:01:24 -0000 1.9
***************
*** 77,80 ****
--- 77,81 ----
[id(8)] void ShowFindDlg();
[id(9)] void ShowObjInspDlg();
+ [id(10)] void CycleObjInsp( VARIANT_BOOL frwd);
//}}AFX_ODL_EVENT
};
Index: GMEActiveBrowserCtl.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/GMEActiveBrowserCtl.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** GMEActiveBrowserCtl.cpp 6 Dec 2006 22:00:59 -0000 1.17
--- GMEActiveBrowserCtl.cpp 3 May 2007 19:01:24 -0000 1.18
***************
*** 69,72 ****
--- 69,73 ----
EVENT_CUSTOM("ShowFindDlg", FireShowFindDlg, VTS_NONE)
EVENT_CUSTOM("ShowObjInspDlg", FireShowObjInspDlg, VTS_NONE)
+ EVENT_CUSTOM("CycleObjInsp", CycleObjInsp, VTS_BOOL)
//}}AFX_EVENT_MAP
END_EVENT_MAP()
Index: GMEActiveBrowserCtl.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/GMEActiveBrowserCtl.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GMEActiveBrowserCtl.h 6 Dec 2006 22:00:59 -0000 1.9
--- GMEActiveBrowserCtl.h 3 May 2007 19:01:24 -0000 1.10
***************
*** 60,63 ****
--- 60,65 ----
void FireShowObjInspDlg()
{FireEvent(eventidShowObjInspDlg, EVENT_PARAM(VTS_NONE)); }
+ void FireCycleObjInsp(VARIANT_BOOL pFrwd)
+ {FireEvent(eventidCycleObjInsp, EVENT_PARAM(VTS_BOOL), pFrwd); }
//}}AFX_EVENT
DECLARE_EVENT_MAP()
***************
*** 133,137 ****
eventidRootFolderNameChanged = 7L,
eventidShowFindDlg = 8L,
! eventidShowObjInspDlg = 9L
//}}AFX_DISP_ID
};
--- 135,140 ----
eventidRootFolderNameChanged = 7L,
eventidShowFindDlg = 8L,
! eventidShowObjInspDlg = 9L,
! eventidCycleObjInsp = 10L
//}}AFX_DISP_ID
};
- Previous message: [GME-commit]
GMESRC/GME/ObjectInspector ObjectInspectorCtl.cpp, 1.39,
1.40 ObjectInspectorCtl.h, 1.15, 1.16 InspectorDlg.h, 1.10,
1.11 InspectorDlg.cpp, 1.26, 1.27 ObjectInspector.odl, 1.3,
1.4 Property.cpp, 1.15, 1.16
- Next message: [GME-commit] GMESRC/GME/GMEActiveBrowser
ActiveBrowserPropertyPage.cpp, 1.61, 1.62
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list