comparison Applications/Generic/GuiAdapter.h @ 1341:d80a3e3cc800 broker

dummy fixes
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 03 Apr 2020 18:18:37 +0200
parents cbfdba08e039
children 28eb7106ef44
comparison
equal deleted inserted replaced
1340:c7dbe89c82d7 1341:d80a3e3cc800
57 class SdlViewport; 57 class SdlViewport;
58 #endif 58 #endif
59 59
60 #if 0 60 #if 0
61 61
62 // events are now handled directly by the VolumeSlicerWidget... The
63 // GuiAdapter doesn't know about widgets anymore
64
65 /** 62 /**
66 This interface is used to store the widgets that are controlled by the 63 This interface is used to store the widgets that are controlled by the
67 GuiAdapter and receive event callbacks. 64 GuiAdapter and receive event callbacks.
68 The callbacks may possibly be downcast (using dynamic_cast, for safety) \ 65 The callbacks may possibly be downcast (using dynamic_cast, for safety) \
69 to the actual widget type 66 to the actual widget type