X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ae9011bb432b6122e63b3b5a85ab78a3fac7442..decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0:/wxPython/contrib/ogl/oglshapes.py?ds=sidebyside diff --git a/wxPython/contrib/ogl/oglshapes.py b/wxPython/contrib/ogl/oglshapes.py index b739f733a7..239f140a93 100644 --- a/wxPython/contrib/ogl/oglshapes.py +++ b/wxPython/contrib/ogl/oglshapes.py @@ -43,7 +43,7 @@ from utils import * from oglbasic import * import wx -class wxPseudoMetaFilePtr : +class wxPseudoMetaFilePtr(wxObjectPtr): def __init__(self,this): self.this = this self.thisown = 0 @@ -570,7 +570,6 @@ class wxPyDrawnShapePtr(wxPyRectangleShapePtr): return val def GetMetaFile(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDrawnShape_GetMetaFile,(self,) + _args, _kwargs) - if val: val = wxPseudoMetaFilePtr(val) return val def GetRotation(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDrawnShape_GetRotation,(self,) + _args, _kwargs) @@ -709,7 +708,7 @@ class wxPyDrawnShape(wxPyDrawnShapePtr): -class wxOGLConstraintPtr : +class wxOGLConstraintPtr(wxObjectPtr): def __init__(self,this): self.this = this self.thisown = 0 @@ -744,15 +743,12 @@ class wxPyCompositeShapePtr(wxPyRectangleShapePtr): return val def AddConstraint(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyCompositeShape_AddConstraint,(self,) + _args, _kwargs) - if val: val = wxOGLConstraintPtr(val) return val def AddConstrainedShapes(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyCompositeShape_AddConstrainedShapes,(self,) + _args, _kwargs) - if val: val = wxOGLConstraintPtr(val) return val def AddSimpleConstraint(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyCompositeShape_AddSimpleConstraint,(self,) + _args, _kwargs) - if val: val = wxOGLConstraintPtr(val) return val def CalculateSize(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyCompositeShape_CalculateSize,(self,) + _args, _kwargs) @@ -768,7 +764,6 @@ class wxPyCompositeShapePtr(wxPyRectangleShapePtr): return val def FindContainerImage(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyCompositeShape_FindContainerImage,(self,) + _args, _kwargs) - if val: val = wxPyShapePtr(val) return val def GetConstraints(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyCompositeShape_GetConstraints,(self,) + _args, _kwargs) @@ -1021,14 +1016,12 @@ class wxPyDivisionShapePtr(wxPyCompositeShapePtr): return val def GetBottomSide(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetBottomSide,(self,) + _args, _kwargs) - if val: val = wxPyDivisionShapePtr(val) return val def GetHandleSide(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetHandleSide,(self,) + _args, _kwargs) return val def GetLeftSide(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetLeftSide,(self,) + _args, _kwargs) - if val: val = wxPyDivisionShapePtr(val) return val def GetLeftSideColour(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetLeftSideColour,(self,) + _args, _kwargs) @@ -1039,11 +1032,9 @@ class wxPyDivisionShapePtr(wxPyCompositeShapePtr): return val def GetRightSide(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetRightSide,(self,) + _args, _kwargs) - if val: val = wxPyDivisionShapePtr(val) return val def GetTopSide(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetTopSide,(self,) + _args, _kwargs) - if val: val = wxPyDivisionShapePtr(val) return val def GetTopSidePen(self, *_args, **_kwargs): val = apply(oglshapesc.wxPyDivisionShape_GetTopSidePen,(self,) + _args, _kwargs)