Package pybox2d :: Module Box2D :: Class b2PairCallback
[hide private]
[frames] | no frames]

type b2PairCallback

source code

Known Subclasses:

Proxy of C++ b2PairCallback class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__swig_destroy__(...)
delete_b2PairCallback(b2PairCallback self)
 
__repr__(self) source code
 
__getstate__(self, additional_ignore=[])
Returns a dictionary representation of self, with dict(var=value [, ...])
source code
 
__setstate__(self, dict)
Takes each variable=value pair in the dictionary and sets the attributes based on them
source code
 
PairAdded(...)
b2PairCallback_PairAdded(b2PairCallback self, void proxyUserData1, void proxyUserData2) -> void
source code
 
PairRemoved(...)
b2PairCallback_PairRemoved(b2PairCallback self, void proxyUserData1, void proxyUserData2, ...
source code
Properties [hide private]
  thisown
The membership flag
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

__getstate__(self, additional_ignore=[])

source code 

Returns a dictionary representation of self, with 
 dict(var=value [, ...])

additional_ignore can be specified to ignore certain
properties. 

PairRemoved(...)

source code 

b2PairCallback_PairRemoved(b2PairCallback self, void proxyUserData1, void proxyUserData2, 
    void pairUserData)


Property Details [hide private]

thisown

The membership flag