| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module grid :: Class GridCellCoords |
|
object --+
|
GridCellCoords
Proxy of C++ GridCellCoords class
| Method Summary | |
|---|---|
| GridCellCoords | __init__(self,
r,
c)
|
__del__(self)
| |
| bool |
Test for equality of GridCellCoords objects. |
__getitem__(self,
index)
| |
__len__(self)
| |
| bool |
Test for inequality of GridCellCoords objects. |
__repr__(self)
| |
__setitem__(self,
index,
val)
| |
__str__(self)
| |
asTuple is deprecated, use Get instead | |
| PyObject | Get(self)
|
| int | GetCol(self)
|
| int | GetRow(self)
|
Set(self,
row,
col)
| |
SetCol(self,
n)
| |
SetRow(self,
n)
| |
| Property Summary | |
|---|---|
Col: See GetCol and SetCol | |
Row: See GetRow and SetRow | |
thisown: The membership flag | |
| Method Details |
|---|
__eq__(self,
other)
|
__ne__(self, other)Test for inequality of GridCellCoords objects.
|
asTuple(*args, **kwargs)asTuple is deprecated, use |
| Property Details |
|---|
Col |
Row |
thisownThe membership flag
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:22 2007 | http://epydoc.sf.net |