Package wx :: Module grid :: Class GridCellCoords
[frames | no frames]

Type GridCellCoords

object --+
         |
        GridCellCoords


Proxy of C++ GridCellCoords class


Method Summary
GridCellCoords __init__(self, r, c)
  __del__(self)
bool __eq__(self, other)
Test for equality of GridCellCoords objects.
  __getitem__(self, index)
  __len__(self)
bool __ne__(self, other)
Test for inequality of GridCellCoords objects.
  __repr__(self)
  __setitem__(self, index, val)
  __str__(self)
  asTuple(*args, **kwargs)
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)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Method Details

__eq__(self, other)
(Equality operator)

Test for equality of GridCellCoords objects.

Parameters:
other
           (type=PyObject)

Returns:
bool

__ne__(self, other)

Test for inequality of GridCellCoords objects.

Parameters:
other
           (type=PyObject)

Returns:
bool

asTuple(*args, **kwargs)

asTuple is deprecated, use Get instead


Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:53:26 2007 http://epydoc.sf.net