This is a utility and base class for C linked objects.  
|  | 
|  | __init__ (self, lnk=None) | 
|  | 
|  | __del__ (self) | 
|  | Delete the link upon object destruction (only if not static) 
 | 
|  | 
|  | copy (self) | 
|  | Returns a new copy of this class. 
 | 
|  | 
|  | assign (self, other) | 
|  | Overwrite me. 
 | 
|  | 
|  | 
|  | clink = property(lambda self: self.__clink__) | 
|  | 
|  | clink_ptr = property(lambda self: self._get_clink_ptr()) | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  |  | lnk = None ) | 
      
 
 
◆ __del__()
◆ _create_clink()
Overwrite me.
Creates a new clink
@return: PyCapsule representing the C link
 
Reimplemented in textctrl_info_t, and _qstrvec_t.
 
 
◆ _del_clink()
◆ _free()
Explicitly delete the link (only if not static)
 
 
 
◆ _get_clink_ptr()
◆ assign()
This method allows you to assign an instance contents to anothers 
- Returns
- : Boolean 
Reimplemented in textctrl_info_t, and _qstrvec_t.
 
 
◆ copy()
◆ clink
  
  | 
        
          | clink = property(lambda self: self.__clink__) |  | static | 
 
 
◆ clink_ptr
  
  | 
        
          | clink_ptr = property(lambda self: self._get_clink_ptr()) |  | static | 
 
 
The documentation for this class was generated from the following file: