Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
xorn.proxy.AttributeProxy Class Reference

High-level line/fill attribute proxy class. More...

Public Member Functions

def __init__
 
def exists
 
def data
 
def __getattr__
 
def __setattr__
 

Public Attributes

 rev
 
 ob
 
 name
 

Detailed Description

High-level line/fill attribute proxy class.

Definition at line 149 of file proxy.py.

Constructor & Destructor Documentation

def xorn.proxy.AttributeProxy.__init__ (   self,
  rev,
  ob,
  name 
)

Definition at line 150 of file proxy.py.

Member Function Documentation

def xorn.proxy.AttributeProxy.__getattr__ (   self,
  name 
)

Definition at line 175 of file proxy.py.

def xorn.proxy.AttributeProxy.__setattr__ (   self,
  name,
  value 
)

Definition at line 183 of file proxy.py.

def xorn.proxy.AttributeProxy.data (   self)

Definition at line 172 of file proxy.py.

def xorn.proxy.AttributeProxy.exists (   self)

Definition at line 161 of file proxy.py.

Member Data Documentation

xorn.proxy.AttributeProxy.name

Definition at line 159 of file proxy.py.

xorn.proxy.AttributeProxy.ob

Definition at line 158 of file proxy.py.

xorn.proxy.AttributeProxy.rev

Definition at line 157 of file proxy.py.


The documentation for this class was generated from the following file: