From: Darius S. <dst...@us...> - 2001-07-22 23:21:40
|
Update of /cvsroot/kuml/kuml/kuml_gui/src/ige In directory usw-pr-cvs1:/tmp/cvs-serv2714 Modified Files: Makefile ige.pro readme.txt typedefs.h Log Message: Added more basic implementation for user interaction Index: Makefile =================================================================== RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 2001/07/20 15:57:28 1.3 --- Makefile 2001/07/22 23:21:37 1.4 *************** *** 1,10 **** ############################################################################# # Makefile for building libige.so.1.0.0 ! # Generated by tmake at 15:39, 2001/07/18 # Project: ige # Template: lib ############################################################################# ! QTDIR = /usr/lib/qt2 ####### Compiler, tools and options --- 1,13 ---- ############################################################################# # Makefile for building libige.so.1.0.0 ! # Generated by tmake at 23:12, 2001/07/22 # Project: ige # Template: lib ############################################################################# ! # Remove this if you use a system which sets this ! # environment variables correctly ! # QTDIR = /usr/lib/qt2 ! ####### Compiler, tools and options *************** *** 189,192 **** --- 192,197 ---- common/manipulators/AbstractViewManipulator.cpp \ common/manipulators/RectangleViewResizer.cpp \ + common/manipulators/ViewResizer.cpp \ + common/manipulators/ViewSelector.cpp \ common/models/AbstractModel.cpp \ common/models/TextModel.cpp \ *************** *** 272,275 **** --- 277,282 ---- common/manipulators/AbstractViewManipulator.o \ common/manipulators/RectangleViewResizer.o \ + common/manipulators/ViewResizer.o \ + common/manipulators/ViewSelector.o \ common/models/AbstractModel.o \ common/models/TextModel.o \ *************** *** 511,515 **** common/editors/Editor.h \ common/editors/ChangeManager.h \ ! common/editors/LayerVisitor.h common/editors/DefaultChangeManager.o: common/editors/DefaultChangeManager.cpp \ --- 518,524 ---- common/editors/Editor.h \ common/editors/ChangeManager.h \ ! common/editors/LayerVisitor.h \ ! common/editors/LayerChecker.h \ ! common/editors/LayerVisitorAdapter.h common/editors/DefaultChangeManager.o: common/editors/DefaultChangeManager.cpp \ *************** *** 538,543 **** common/editors/Editor.h \ common/editors/ChangeManager.h \ ! common/editors/Viewer.h \ ! common/editors/LayerVisitor.h common/editors/LayerChecker.o: common/editors/LayerChecker.cpp \ --- 547,554 ---- common/editors/Editor.h \ common/editors/ChangeManager.h \ ! common/editors/LayerChecker.h \ ! common/editors/LayerVisitorAdapter.h \ ! common/editors/LayerVisitor.h \ ! common/editors/Viewer.h common/editors/LayerChecker.o: common/editors/LayerChecker.cpp \ *************** *** 579,583 **** common/editors/Editor.h \ common/editors/ChangeManager.h \ ! common/editors/LayerVisitor.h common/editors/Scaler.o: common/editors/Scaler.cpp \ --- 590,596 ---- common/editors/Editor.h \ common/editors/ChangeManager.h \ ! common/editors/LayerVisitor.h \ ! common/editors/LayerChecker.h \ ! common/editors/LayerVisitorAdapter.h common/editors/Scaler.o: common/editors/Scaler.cpp \ *************** *** 641,644 **** --- 654,668 ---- common/manipulators/ViewSelector.h + common/manipulators/ViewResizer.o: common/manipulators/ViewResizer.cpp \ + common/manipulators/ViewResizer.h \ + common/manipulators/AbstractViewManipulator.h \ + common/manipulators/ViewManipulator.h \ + common/manipulators/ViewSelector.h + + common/manipulators/ViewSelector.o: common/manipulators/ViewSelector.cpp \ + common/manipulators/ViewSelector.h \ + common/manipulators/AbstractViewManipulator.h \ + common/manipulators/ViewManipulator.h + common/models/AbstractModel.o: common/models/AbstractModel.cpp \ common/models/AbstractModel.h \ *************** *** 749,753 **** common/views/ViewFactory.o: common/views/ViewFactory.cpp \ ! common/views/ViewFactory.h extensions/net/commands/NewEdgeCmd.o: extensions/net/commands/NewEdgeCmd.cpp \ --- 773,787 ---- common/views/ViewFactory.o: common/views/ViewFactory.cpp \ ! common/views/ViewFactory.h \ ! common/views/TextView.h \ ! common/views/RectangleView.h \ ! common/views/SelectableView.h \ ! common/views/AbstractView.h \ ! common/views/Positionable.h \ ! common/views/Selectable.h \ ! common/views/PaintAttributes.h \ ! common/views/View.h \ ! common/views/Clonable.h \ ! common/views/Rectangle.h extensions/net/commands/NewEdgeCmd.o: extensions/net/commands/NewEdgeCmd.cpp \ Index: ige.pro =================================================================== RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/ige.pro,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ige.pro 2001/07/20 15:57:28 1.3 --- ige.pro 2001/07/22 23:21:37 1.4 *************** *** 166,169 **** --- 166,171 ---- common/manipulators/AbstractViewManipulator.cpp \ common/manipulators/RectangleViewResizer.cpp \ + common/manipulators/ViewResizer.cpp \ + common/manipulators/ViewSelector.cpp \ common/models/AbstractModel.cpp \ common/models/TextModel.cpp \ Index: readme.txt =================================================================== RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** readme.txt 2001/07/08 16:13:07 1.3 --- readme.txt 2001/07/22 23:21:37 1.4 *************** *** 26,31 **** therefore it must be set in order to compile the sources without errors. ! I've written a small script workaround that sets this variable and starts the ! make process. You may use it if you share my problem. Darius Stachow <sta...@in...> --- 26,30 ---- therefore it must be set in order to compile the sources without errors. ! Set QTDIR in the top of the makefile if you share my problem. Darius Stachow <sta...@in...> Index: typedefs.h =================================================================== RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/typedefs.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** typedefs.h 2001/06/20 19:21:07 1.1.1.1 --- typedefs.h 2001/07/22 23:21:37 1.2 *************** *** 35,38 **** typedef vector<ViewManipulator*>::iterator ManipulatorVectorIter; ! typedef vector<SelectionHandle*> SelectionHandleVector; ! typedef vector<SelectionHandle*>::iterator SelectionHandleIter; --- 35,39 ---- typedef vector<ViewManipulator*>::iterator ManipulatorVectorIter; ! typedef vector<SelectionHandle*> HandleVector; ! typedef vector<SelectionHandle*>::iterator HandleVectorIter; ! |