| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class RealPoint |
|
object --+
|
RealPoint
| Method Summary | |
|---|---|
| RealPoint |
Create a wx.RealPoint object |
| RealPoint |
Add pt's proprties to this and return the result. |
__del__(self)
| |
| bool |
Test for equality of wx.RealPoint objects. |
__getitem__(self,
index)
| |
__len__(self)
| |
| bool |
Test for inequality of wx.RealPoint objects. |
__nonzero__(self)
| |
__reduce__(self)
| |
__repr__(self)
| |
__setitem__(self,
index,
val)
| |
__str__(self)
| |
| RealPoint |
Subtract pt's proprties from this and return the result |
asTuple is deprecated, use Get instead | |
| (x,y) |
Return the x and y properties as a tuple. |
Set both the x and y properties | |
| Property Summary | |
|---|---|
x | |
y | |
| Class Variable Summary | |
|---|---|
bool |
__safe_for_unpickling__ = True
|
| Method Details |
|---|
__init__(self,
x=0.0,
y=0.0)
Create a wx.RealPoint object |
__add__(self,
pt)
Add pt's proprties to this and return the result. |
__eq__(self,
pt)
Test for equality of wx.RealPoint objects. |
__ne__(self, pt)Test for inequality of wx.RealPoint objects.
|
__sub__(self,
pt)
Subtract pt's proprties from this and return the result |
asTuple(*args, **kwargs)asTuple is deprecated, useGet instead |
Get()Return the x and y properties as a tuple.
|
Set(self, x, y)Set both the x and y properties
|
| Property Details |
|---|
x
|
y
|
| Class Variable Details |
|---|
__safe_for_unpickling__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Mar 15 17:14:28 2005 | http://epydoc.sf.net |