Home
last modified time | relevance | path

Searched refs:mapWindow (Results 1 – 25 of 120) sorted by relevance

12345

/dports/databases/grass7/grass-7.8.6/gui/wxpython/rlisetup/
H A Dsampling_frame.py139 self.mapWindow.SetModePan()
143 self.mapWindow.SetModeZoomIn()
147 self.mapWindow.SetModeZoomOut()
193 self.mapWindow.ClearLines()
202 self.mapWindow.ClearLines()
231 self.mapWindow.ClearLines()
298 mouse = self.mapWindow.mouse
304 self.mapWindow.ClearLines()
339 self.mapWindow.ClearLines()
362 mouse = self.mapWindow.mouse
[all …]
/dports/databases/grass7/grass-7.8.6/gui/wxpython/nviz/
H A Danimation.py32 def __init__(self, mapWindow, timer): argument
49 self.mapWindow = mapWindow
81 {'view': copy.deepcopy(self.mapWindow.view),
82 'iview': copy.deepcopy(self.mapWindow.iview)})
107 toolWin = self.mapWindow.GetToolWin()
110 self.mapWindow.UpdateView()
112 self.mapWindow.render['quick'] = True
113 self.mapWindow.Refresh(False)
182 size = self.mapWindow.GetClientSize()
183 toolWin = self.mapWindow.GetToolWin()
[all …]
H A Dtools.py108 self.mapWindow.SetToolWin(self)
113 self.mapWindow.Refresh(False)
197 self.mapWindow.ReloadLayersData()
2630 self.mapWindow.Refresh(False)
2775 self.mapWindow.Refresh(False)
3168 self.mapWindow.Refresh(True)
3205 data = self.mapWindow.light
3362 self.mapWindow.ResetView()
3439 if not self.mapWindow.init:
3567 if not self.mapWindow.init:
[all …]
/dports/databases/grass7/grass-7.8.6/gui/wxpython/mapwin/
H A Danalysis.py35 def __init__(self, giface, mapWindow): argument
42 self._mapWindow = mapWindow
157 def __init__(self, giface, mapWindow): argument
159 self, giface=giface, mapWindow=mapWindow)
193 def __init__(self, giface, mapWindow): argument
195 self, giface=giface, mapWindow=mapWindow)
319 def __init__(self, giface, mapWindow): argument
321 self, giface=giface, mapWindow=mapWindow)
/dports/databases/grass7/grass-7.8.6/gui/wxpython/gcp/
H A Dmapdisplay.py234 def _setUpMapWindow(self, mapWindow): argument
237 mapWindow.zoomHistoryAvailable.connect(
240 mapWindow.zoomHistoryUnavailable.connect(
243 mapWindow.mouseMoving.connect(self.CoordinatesChanged)
527 def _setActiveMapWindow(self, mapWindow): argument
528 if not self.MapWindow == mapWindow:
529 self.MapWindow = mapWindow
530 self.Map = mapWindow.Map
531 self.UpdateActive(mapWindow)
/dports/databases/grass7/grass-7.8.6/gui/wxpython/image2target/
H A Dii2t_mapdisplay.py234 def _setUpMapWindow(self, mapWindow): argument
237 mapWindow.zoomHistoryAvailable.connect(
240 mapWindow.zoomHistoryUnavailable.connect(
243 mapWindow.mouseMoving.connect(self.CoordinatesChanged)
527 def _setActiveMapWindow(self, mapWindow): argument
528 if not self.MapWindow == mapWindow:
529 self.MapWindow = mapWindow
530 self.Map = mapWindow.Map
531 self.UpdateActive(mapWindow)
/dports/databases/grass7/grass-7.8.6/gui/wxpython/photo2image/
H A Dip2i_mapdisplay.py234 def _setUpMapWindow(self, mapWindow): argument
237 mapWindow.zoomHistoryAvailable.connect(
240 mapWindow.zoomHistoryUnavailable.connect(
243 mapWindow.mouseMoving.connect(self.CoordinatesChanged)
526 def _setActiveMapWindow(self, mapWindow): argument
527 if not self.MapWindow == mapWindow:
528 self.MapWindow = mapWindow
529 self.Map = mapWindow.Map
530 self.UpdateActive(mapWindow)
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DFrameListMenu.cc52 FrameListMenu::mapWindow(void) in mapWindow() function in FrameListMenu
56 WORefMenu::mapWindow(); in mapWindow()
245 frame->mapWindow(); in handleGotomenu()
268 frame->mapWindow(); in handleIconmenu()
H A DDockApp.cc127 X11::mapWindow(_client_window); in ~DockApp()
140 DockApp::mapWindow(void) in mapWindow() function in DockApp
148 X11::mapWindow(_window); in mapWindow()
149 X11::mapWindow(_dockapp_window); in mapWindow()
H A DCmdDialog.cc87 CmdDialog::mapWindow(void) in mapWindow() function in CmdDialog
89 InputDialog::mapWindow(); in mapWindow()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/mapdisp/
H A Dtest_mapdisp.py77 self.mapWindow = None
83 return self.mapWindow
172 giface.mapWindow = frame.GetMapWindow()
191 giface.mapWindow = window
216 giface.mapWindow = window
247 giface.mapWindow = window
/dports/x11-wm/pekwm/pekwm-release-0.2.0/test/system/
H A Dtest_transient_for.cc65 mapWindow(); in show()
68 X11::mapWindow(_t_win1); in show()
72 X11::mapWindow(_t_win2); in show()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iclass/
H A Ddialogs.py399 self.mapWindow = mapwindow
436 toolbar = self.mapWindow.toolbars['iClass']
441 self.mapWindow.UpdateRasterName(
444 self.mapWindow.UpdateChangeState(changes=True)
459 self.mapWindow.UpdateChangeState(changes=True)
472 self.mapWindow.RemoveTempRaster(name)
479 self.mapWindow.UpdateChangeState(changes=True)
481 self.mapWindow.DeleteAreas(cats=del_cats)
525 self.mapWindow.HighlightCategory(sel_cats)
554 self.mapWindow.ZoomToAreasByCat(cat)
H A Dframe.py175 self, mapWindow=self.GetFirstWindow(),
1295 def __init__(self, frame, mapWindow, Map): argument
1306 self.mapWindow = mapWindow
1322 self.frame.Render(self.mapWindow)
1328 self.frame.Render(self.mapWindow)
1351 self.frame.Render(self.mapWindow)
1386 self.frame.Render(self.mapWindow)
1392 self.frame.Render(self.mapWindow)
1403 self.frame.Render(self.mapWindow)
1426 self.frame.Render(self.mapWindow)
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/Testing/Python/
H A DofficeStreamPoints.py175 mapWindow = vtk.vtkPolyDataMapper() variable
176 mapWindow.SetInputConnection(window.GetOutputPort())
177 mapWindow.ScalarVisibilityOff()
179 windowActor.SetMapper(mapWindow)
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/Testing/Python/
H A DofficeStreamPoints.py175 mapWindow = vtk.vtkPolyDataMapper() variable
176 mapWindow.SetInputConnection(window.GetOutputPort())
177 mapWindow.ScalarVisibilityOff()
179 windowActor.SetMapper(mapWindow)
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/Testing/Python/
H A DofficeStreamPoints.py176 mapWindow = vtk.vtkPolyDataMapper() variable
177 mapWindow.SetInputConnection(window.GetOutputPort())
178 mapWindow.ScalarVisibilityOff()
180 windowActor.SetMapper(mapWindow)
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/Testing/Tcl/
H A DofficeStreamPoints.tcl185 vtkPolyDataMapper mapWindow
186 mapWindow SetInputConnection [window GetOutputPort]
187 mapWindow ScalarVisibilityOff
189 windowActor SetMapper mapWindow
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Tcl/
H A DofficeTube.tcl227 vtkPolyDataMapper mapWindow
228 mapWindow SetInputConnection [window GetOutputPort]
229 mapWindow ScalarVisibilityOff
231 windowActor SetMapper mapWindow
H A DofficeTubes.tcl233 vtkPolyDataMapper mapWindow
234 mapWindow SetInputConnection [window GetOutputPort]
235 mapWindow ScalarVisibilityOff
237 windowActor SetMapper mapWindow
/dports/math/vtk8/VTK-8.2.0/Examples/VisualizationAlgorithms/Python/
H A DofficeTube.py223 mapWindow = vtk.vtkPolyDataMapper() variable
224 mapWindow.SetInputConnection(window.GetOutputPort())
225 mapWindow.ScalarVisibilityOff()
227 windowActor.SetMapper(mapWindow)
H A DofficeTubes.py231 mapWindow = vtk.vtkPolyDataMapper() variable
232 mapWindow.SetInputConnection(window.GetOutputPort())
233 mapWindow.ScalarVisibilityOff()
235 windowActor.SetMapper(mapWindow)
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Python/
H A DofficeTube.py223 mapWindow = vtk.vtkPolyDataMapper() variable
224 mapWindow.SetInputConnection(window.GetOutputPort())
225 mapWindow.ScalarVisibilityOff()
227 windowActor.SetMapper(mapWindow)
H A DofficeTubes.py231 mapWindow = vtk.vtkPolyDataMapper() variable
232 mapWindow.SetInputConnection(window.GetOutputPort())
233 mapWindow.ScalarVisibilityOff()
235 windowActor.SetMapper(mapWindow)
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/
H A Dnuvie.cpp260 MapWindow *mapWindow = _game->get_map_window(); in canLoadGameStateCurrently() local
273 mapWindow->set_looking(false); in canLoadGameStateCurrently()
274 mapWindow->set_walking(false); in canLoadGameStateCurrently()

12345