예제 #1
0
 def _createContainerManager(self):
     return ContainerManager(
         self._loaderMgr, DefaultContainer(ViewTypes.DEFAULT),
         DefaultContainer(ViewTypes.CURSOR),
         PopUpContainer(ViewTypes.WINDOW),
         TopWindowContainer(ViewTypes.TOP_WINDOW, weakref.proxy(self)),
         DefaultContainer(ViewTypes.SERVICE_LAYOUT))
예제 #2
0
 def _createContainerManager(self):
     return ContainerManager(
         self._loaderMgr, DefaultContainer(WindowLayer.VIEW),
         DefaultContainer(WindowLayer.CURSOR),
         PopUpContainer(WindowLayer.WINDOW),
         PopUpContainer(WindowLayer.FULLSCREEN_WINDOW),
         TopWindowContainer(WindowLayer.TOP_WINDOW, weakref.proxy(self)),
         DefaultContainer(WindowLayer.SERVICE_LAYOUT),
         PopUpContainer(WindowLayer.OVERLAY))
예제 #3
0
 def _createContainerManager(self):
     return ContainerManager(self._loaderMgr,
                             DefaultContainer(ViewTypes.DEFAULT),
                             DefaultContainer(ViewTypes.CURSOR),
                             DefaultContainer(ViewTypes.WAITING),
                             PopUpContainer(ViewTypes.WINDOW),
                             PopUpContainer(ViewTypes.BROWSER),
                             PopUpContainer(ViewTypes.TOP_WINDOW),
                             DefaultContainer(ViewTypes.SERVICE_LAYOUT))
예제 #4
0
 def _createContainerManager(self):
     return ContainerManager(self._loaderMgr,
                             DefaultContainer(WindowLayer.MARKER),
                             DefaultContainer(WindowLayer.VIEW),
                             DefaultContainer(WindowLayer.CURSOR),
                             DefaultContainer(WindowLayer.WAITING),
                             PopUpContainer(WindowLayer.WINDOW),
                             PopUpContainer(WindowLayer.FULLSCREEN_WINDOW),
                             PopUpContainer(WindowLayer.TOP_WINDOW),
                             PopUpContainer(WindowLayer.OVERLAY),
                             DefaultContainer(WindowLayer.SERVICE_LAYOUT))