initial checkin
authorClaus Gittinger <cg@exept.de>
Sat, 21 Jan 2017 03:58:48 +0100
changeset 3827 1fe1bf41f751
parent 3826 285866ff6c33
child 3828 202b82eeffea
initial checkin new class: DragRectangleController to add rectangle dragging to any view
bc.mak
--- a/bc.mak	Sat Jan 21 03:58:45 2017 +0100
+++ b/bc.mak	Sat Jan 21 03:58:48 2017 +0100
@@ -49,7 +49,7 @@
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
 
 
-LOCALINCLUDES=$(JPEG_INCLUDE) -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview
+LOCALINCLUDES=$(JPEG_INCLUDE) -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libwidg
 LOCALDEFINES=
 
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
@@ -100,6 +100,7 @@
 $(OUTDIR)DisplayObject.$(O) DisplayObject.$(C) DisplayObject.$(H): DisplayObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(C) DragAndDropManager.$(H): DragAndDropManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)DragHandler.$(O) DragHandler.$(C) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)DragRectangleController.$(O) DragRectangleController.$(C) DragRectangleController.$(H): DragRectangleController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
 $(OUTDIR)DrawAdaptor.$(O) DrawAdaptor.$(C) DrawAdaptor.$(H): DrawAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)DropContext.$(O) DropContext.$(C) DropContext.$(H): DropContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)DropObject.$(O) DropObject.$(C) DropObject.$(H): DropObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
@@ -139,7 +140,7 @@
 $(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(C) ActiveHelp.$(H): ActiveHelp.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)
 $(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(C) ApplicationModel.$(H): ApplicationModel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
 $(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(C) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(STCHDR)
-$(OUTDIR)Menu.$(O) Menu.$(C) Menu.$(H): Menu.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
+$(OUTDIR)Menu.$(O) Menu.$(C) Menu.$(H): Menu.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
 $(OUTDIR)Plug.$(O) Plug.$(C) Plug.$(H): Plug.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
 $(OUTDIR)PluggableEventListener.$(O) PluggableEventListener.$(C) PluggableEventListener.$(H): PluggableEventListener.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)
 $(OUTDIR)ScreenLock.$(O) ScreenLock.$(C) ScreenLock.$(H): ScreenLock.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)