Home
last modified time | relevance | path

Searched refs:iswidget (Results 1 – 20 of 20) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Web/WebGLExporter/
H A DvtkWebGLObject.cxx35 this->iswidget = false; in vtkWebGLObject()
118 this->iswidget = w; in SetIsWidget()
124 return this->iswidget; in isWidget()
H A DvtkWebGLObject.h94 bool iswidget; variable
H A DvtkWebGLWidget.cxx32 this->iswidget = false; in vtkWebGLWidget()
H A DvtkWebGLPolyData.cxx59 this->iswidget = false; in vtkWebGLPolyData()
/dports/math/vtk6/VTK-6.2.0/Web/WebGLExporter/
H A DvtkWebGLObject.cxx35 this->iswidget = false; in vtkWebGLObject()
119 this->iswidget = w; in SetIsWidget()
125 return this->iswidget; in isWidget()
H A DvtkWebGLObject.h91 bool iswidget; variable
H A DvtkWebGLWidget.cxx32 this->iswidget = false; in vtkWebGLWidget()
H A DvtkWebGLPolyData.cxx57 this->iswidget = false; in vtkWebGLPolyData()
/dports/math/vtk8/VTK-8.2.0/Web/WebGLExporter/
H A DvtkWebGLObject.cxx35 this->iswidget = false; in vtkWebGLObject()
117 this->iswidget = w; in SetIsWidget()
123 return this->iswidget; in isWidget()
H A DvtkWebGLObject.h94 bool iswidget; variable
H A DvtkWebGLWidget.cxx32 this->iswidget = false; in vtkWebGLWidget()
H A DvtkWebGLPolyData.cxx57 this->iswidget = false; in vtkWebGLPolyData()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/setting/
H A Dsettings.py32 iswidget = False variable in Settings
210 while not obj.parent.iswidget:
H A Dsetting.py57 iswidget = False variable in Setting
156 while not obj.parent.iswidget:
174 if not obj.iswidget and obj.parent.iswidget:
265 if p.iswidget:
273 while not w.iswidget:
1048 while not widget.iswidget:
1333 while w is not None and not w.iswidget:
1510 while not widget.iswidget and widget is not None:
H A Dreference.py86 if item.iswidget:
H A Dcontrols.py1087 while not widget.iswidget and widget is not None:
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Dcommandinterface.py810 if item.iswidget:
826 if item.iswidget:
846 if item.iswidget:
H A Ddoc.py581 elif obj.iswidget:
606 if not obj.iswidget:
H A Doperations.py120 while not s.iswidget:
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dwidget.py76 iswidget = True variable in Widget