src::_core_ex::_wxPyDeadObject Class Reference

List of all members.

Public Member Functions

def __getattr__
def __nonzero__
def __repr__

Static Public Attributes

string attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed."
string reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)"

Private Attributes

 _name

Detailed Description

Instances of wx objects that are OOR capable will have their __class__
changed to this class when the C++ object is deleted.  This should help
prevent crashes due to referencing a bogus C++ pointer.

Definition at line 88 of file _core_ex.py.


Member Function Documentation

def src::_core_ex::_wxPyDeadObject::__getattr__ (   self,
  args 
)

Definition at line 102 of file _core_ex.py.

def src::_core_ex::_wxPyDeadObject::__nonzero__ (   self  ) 

Definition at line 107 of file _core_ex.py.

def src::_core_ex::_wxPyDeadObject::__repr__ (   self  ) 

Definition at line 97 of file _core_ex.py.


Member Data Documentation

Definition at line 99 of file _core_ex.py.

string src::_core_ex::_wxPyDeadObject::attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed." [static]

Definition at line 95 of file _core_ex.py.

string src::_core_ex::_wxPyDeadObject::reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)" [static]

Definition at line 94 of file _core_ex.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties Defines


wxPython_swig_interface
Author(s): Many
autogenerated on Fri Jan 11 09:09:41 2013