Example #1
0
 def upcastToBoundedObject(self):
     returnValue = libpanda._inPkJyo8YS5(self.this)
     import BoundedObject
     returnObject = BoundedObject.BoundedObject(None)
     returnObject.this = returnValue
     if returnObject.this == 0:
         return None
     
     return returnObject
Example #2
0
 def upcastToBoundedObject(self):
     returnValue = libpanda._inPkJyo8YS5(self.this)
     import BoundedObject
     returnObject = BoundedObject.BoundedObject(None)
     returnObject.this = returnValue
     if returnObject.this == 0:
         return None
     return returnObject
     return
    def upcastToBoundedObject(self):
        upcastSelf = self
        upcastSelf = upcastSelf.upcastToLensNode()
        returnValue = libpanda._inPkJyo8YS5(upcastSelf.this)
        import BoundedObject
        returnObject = BoundedObject.BoundedObject(None)
        returnObject.this = returnValue
        if returnObject.this == 0:
            return None

        return returnObject
Example #4
0
 def upcastToBoundedObject(self):
     upcastSelf = self
     upcastSelf = upcastSelf.upcastToMarginPopup()
     returnValue = libpanda._inPkJyo8YS5(upcastSelf.this)
     import BoundedObject
     returnObject = BoundedObject.BoundedObject(None)
     returnObject.this = returnValue
     if returnObject.this == 0:
         return None
     
     return returnObject