#---------------------------------------------------------------------------
class ShapeRegion(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxShapeRegion instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_ogl.ShapeRegion_swigregister(ShapeRegionPtr)
class PyShapeEvtHandler(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyShapeEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyShapeEvtHandler_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyShapeEvtHandler_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyShapeEvtHandler_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyShapeEvtHandler_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyShapeEvtHandler_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyShapeEvtHandler_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyShapeEvtHandler_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyShapeEvtHandler_swigregister(PyShapeEvtHandlerPtr)
class PyShape(PyShapeEvtHandler):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyShape_GetBoundingBoxMin(*args, **kwargs)
def GetPerimeterPoint(*args, **kwargs):
- """GetPerimeterPoint(double x1, double y1, double x2, double y2, double OUTPUT,
- double OUTPUT) -> bool"""
+ """
+ GetPerimeterPoint(double x1, double y1, double x2, double y2, double OUTPUT,
+ double OUTPUT) -> bool
+ """
return _ogl.PyShape_GetPerimeterPoint(*args, **kwargs)
def GetCanvas(*args, **kwargs):
return _ogl.PyShape_Constrain(*args, **kwargs)
def AddLine(*args, **kwargs):
- """AddLine(PyLineShape line, PyShape other, int attachFrom=0,
- int attachTo=0, int positionFrom=-1, int positionTo=-1)"""
+ """
+ AddLine(PyLineShape line, PyShape other, int attachFrom=0,
+ int attachTo=0, int positionFrom=-1, int positionTo=-1)
+ """
return _ogl.PyShape_AddLine(*args, **kwargs)
def GetLinePosition(*args, **kwargs):
return _ogl.PyShape_GetRegionId(*args, **kwargs)
def NameRegions(*args, **kwargs):
- """NameRegions(wxString parentName="")"""
+ """NameRegions(wxString parentName=wxPyEmptyString)"""
return _ogl.PyShape_NameRegions(*args, **kwargs)
def GetRegions(*args, **kwargs):
return _ogl.PyShape_RemoveLine(*args, **kwargs)
def GetAttachmentPosition(*args, **kwargs):
- """GetAttachmentPosition(int attachment, double OUTPUT, double OUTPUT, int nth=0,
- int no_arcs=1, PyLineShape line=None) -> bool"""
+ """
+ GetAttachmentPosition(int attachment, double OUTPUT, double OUTPUT, int nth=0,
+ int no_arcs=1, PyLineShape line=None) -> bool
+ """
return _ogl.PyShape_GetAttachmentPosition(*args, **kwargs)
def GetNumberOfAttachments(*args, **kwargs):
return _ogl.PyShape_AttachmentIsValid(*args, **kwargs)
def GetAttachmentPositionEdge(*args, **kwargs):
- """GetAttachmentPositionEdge(int attachment, double OUTPUT, double OUTPUT, int nth=0,
- int no_arcs=1, PyLineShape line=None) -> bool"""
+ """
+ GetAttachmentPositionEdge(int attachment, double OUTPUT, double OUTPUT, int nth=0,
+ int no_arcs=1, PyLineShape line=None) -> bool
+ """
return _ogl.PyShape_GetAttachmentPositionEdge(*args, **kwargs)
def CalcSimpleAttachment(*args, **kwargs):
- """CalcSimpleAttachment(RealPoint pt1, RealPoint pt2, int nth, int noArcs,
- PyLineShape line) -> RealPoint"""
+ """
+ CalcSimpleAttachment(RealPoint pt1, RealPoint pt2, int nth, int noArcs,
+ PyLineShape line) -> RealPoint
+ """
return _ogl.PyShape_CalcSimpleAttachment(*args, **kwargs)
def AttachmentSortTest(*args, **kwargs):
return _ogl.PyShape_GetBranchingAttachmentRoot(*args, **kwargs)
def GetBranchingAttachmentInfo(*args, **kwargs):
- """GetBranchingAttachmentInfo(int attachment, RealPoint root, RealPoint neck, RealPoint shoulder1,
- RealPoint shoulder2) -> bool"""
+ """
+ GetBranchingAttachmentInfo(int attachment, RealPoint root, RealPoint neck, RealPoint shoulder1,
+ RealPoint shoulder2) -> bool
+ """
return _ogl.PyShape_GetBranchingAttachmentInfo(*args, **kwargs)
def GetBranchingAttachmentPoint(*args, **kwargs):
return _ogl.PyShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
oglMETAFLAGS_OUTLINE = _ogl.oglMETAFLAGS_OUTLINE
oglMETAFLAGS_ATTACHMENTS = _ogl.oglMETAFLAGS_ATTACHMENTS
class PseudoMetaFile(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPseudoMetaFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_ogl.PseudoMetaFile_swigregister(PseudoMetaFilePtr)
class PyRectangleShape(PyShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyRectangleShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyRectangleShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyRectangleShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyRectangleShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyRectangleShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyRectangleShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyRectangleShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyRectangleShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyRectangleShape_swigregister(PyRectangleShapePtr)
class PyControlPoint(PyRectangleShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyControlPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
- """__init__(PyShapeCanvas the_canvas=None, PyShape object=None,
- double size=0.0, double the_xoffset=0.0, double the_yoffset=0.0,
- int the_type=0) -> PyControlPoint"""
+ """
+ __init__(PyShapeCanvas the_canvas=None, PyShape object=None,
+ double size=0.0, double the_xoffset=0.0, double the_yoffset=0.0,
+ int the_type=0) -> PyControlPoint
+ """
newobj = _ogl.new_PyControlPoint(*args, **kwargs)
self.this = newobj.this
self.thisown = 1
return _ogl.PyControlPoint_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyControlPoint_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyControlPoint_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyControlPoint_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyControlPoint_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyControlPoint_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyControlPoint_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyControlPoint_swigregister(PyControlPointPtr)
class PyBitmapShape(PyRectangleShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyBitmapShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyBitmapShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyBitmapShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyBitmapShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyBitmapShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyBitmapShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyBitmapShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyBitmapShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyBitmapShape_swigregister(PyBitmapShapePtr)
class PyDrawnShape(PyRectangleShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyDrawnShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyDrawnShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyDrawnShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyDrawnShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyDrawnShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDrawnShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDrawnShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDrawnShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyDrawnShape_swigregister(PyDrawnShapePtr)
class OGLConstraint(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxOGLConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_ogl.OGLConstraint_swigregister(OGLConstraintPtr)
class PyCompositeShape(PyRectangleShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyCompositeShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyCompositeShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyCompositeShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyCompositeShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyCompositeShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyCompositeShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyCompositeShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyCompositeShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyCompositeShape_swigregister(PyCompositeShapePtr)
class PyDividedShape(PyRectangleShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyDividedShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyDividedShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyDividedShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyDividedShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyDividedShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDividedShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDividedShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDividedShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyDividedShape_swigregister(PyDividedShapePtr)
class PyDivisionShape(PyCompositeShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyDivisionShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyDivisionShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyDivisionShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyDivisionShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyDivisionShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDivisionShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDivisionShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyDivisionShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyDivisionShape_swigregister(PyDivisionShapePtr)
class PyEllipseShape(PyShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyEllipseShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyEllipseShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyEllipseShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyEllipseShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyEllipseShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyEllipseShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyEllipseShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyEllipseShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyEllipseShape_swigregister(PyEllipseShapePtr)
class PyCircleShape(PyEllipseShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyCircleShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyCircleShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyCircleShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyCircleShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyCircleShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyCircleShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyCircleShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyCircleShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyCircleShape_swigregister(PyCircleShapePtr)
class ArrowHead(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxArrowHead instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
- """__init__(int type=0, int end=0, double size=0.0, double dist=0.0,
- wxString name=wxPyEmptyString, PseudoMetaFile mf=None,
- long arrowId=-1) -> ArrowHead"""
+ """
+ __init__(int type=0, int end=0, double size=0.0, double dist=0.0,
+ wxString name=wxPyEmptyString, PseudoMetaFile mf=None,
+ long arrowId=-1) -> ArrowHead
+ """
newobj = _ogl.new_ArrowHead(*args, **kwargs)
self.this = newobj.this
self.thisown = 1
_ogl.ArrowHead_swigregister(ArrowHeadPtr)
class PyLineShape(PyShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyLineShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyLineShape__setCallbackInfo(*args, **kwargs)
def AddArrow(*args, **kwargs):
- """AddArrow(int type, int end=ARROW_POSITION_END, double arrowSize=10.0,
- double xOffset=0.0, wxString name=wxPyEmptyString,
- PseudoMetaFile mf=None, long arrowId=-1)"""
+ """
+ AddArrow(int type, int end=ARROW_POSITION_END, double arrowSize=10.0,
+ double xOffset=0.0, wxString name=wxPyEmptyString,
+ PseudoMetaFile mf=None, long arrowId=-1)
+ """
return _ogl.PyLineShape_AddArrow(*args, **kwargs)
def AddArrowOrdered(*args, **kwargs):
return _ogl.PyLineShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyLineShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyLineShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyLineShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyLineShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyLineShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyLineShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyLineShape_swigregister(PyLineShapePtr)
class PyPolygonShape(PyShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyPolygonShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyPolygonShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyPolygonShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyPolygonShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyPolygonShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyPolygonShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyPolygonShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyPolygonShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyPolygonShape_swigregister(PyPolygonShapePtr)
class PyTextShape(PyRectangleShape):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyTextShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _ogl.PyTextShape_base_OnSize(*args, **kwargs)
def base_OnMovePre(*args, **kwargs):
- """base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True) -> bool"""
+ """
+ base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True) -> bool
+ """
return _ogl.PyTextShape_base_OnMovePre(*args, **kwargs)
def base_OnMovePost(*args, **kwargs):
- """base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
- bool display=True)"""
+ """
+ base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
+ bool display=True)
+ """
return _ogl.PyTextShape_base_OnMovePost(*args, **kwargs)
def base_OnDragLeft(*args, **kwargs):
return _ogl.PyTextShape_base_OnMoveLink(*args, **kwargs)
def base_OnSizingDragLeft(*args, **kwargs):
- """base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyTextShape_base_OnSizingDragLeft(*args, **kwargs)
def base_OnSizingBeginDragLeft(*args, **kwargs):
- """base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyTextShape_base_OnSizingBeginDragLeft(*args, **kwargs)
def base_OnSizingEndDragLeft(*args, **kwargs):
- """base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
- int attachment=0)"""
+ """
+ base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
+ int attachment=0)
+ """
return _ogl.PyTextShape_base_OnSizingEndDragLeft(*args, **kwargs)
def base_OnBeginSize(*args, **kwargs):
_ogl.PyTextShape_swigregister(PyTextShapePtr)
class Diagram(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxDiagram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_ogl.Diagram_swigregister(DiagramPtr)
class PyShapeCanvas(windows.ScrolledWindow):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyShapeCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
- """__init__(Window parent=None, int id=-1, Point pos=DefaultPosition,
- Size size=DefaultSize, long style=BORDER,
- wxString name=wxPyShapeCanvasNameStr) -> PyShapeCanvas"""
+ """
+ __init__(Window parent=None, int id=-1, Point pos=DefaultPosition,
+ Size size=DefaultSize, long style=BORDER,
+ wxString name=wxPyShapeCanvasNameStr) -> PyShapeCanvas
+ """
newobj = _ogl.new_PyShapeCanvas(*args, **kwargs)
self.this = newobj.this
self.thisown = 1
return _ogl.PyShapeCanvas_AddShape(*args, **kwargs)
def FindShape(*args, **kwargs):
- """FindShape(double x1, double y, int OUTPUT, wxClassInfo info=None,
- PyShape notImage=None) -> PyShape"""
+ """
+ FindShape(double x1, double y, int OUTPUT, wxClassInfo info=None,
+ PyShape notImage=None) -> PyShape
+ """
return _ogl.PyShapeCanvas_FindShape(*args, **kwargs)
def FindFirstSensitiveShape(*args, **kwargs):