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

Public Member Functions

def __init__
 

Public Attributes

 filename
 Path and filename of the pixmap. More...
 
 data
 String object containing the pixmap data. More...
 
 embedded
 Whether the pixmap is embedded. More...
 

Detailed Description

Definition at line 32 of file ref.py.

Constructor & Destructor Documentation

def xorn.geda.ref.Pixmap.__init__ (   self,
  filename,
  data,
  embedded 
)

Definition at line 33 of file ref.py.

Member Data Documentation

xorn.geda.ref.Pixmap.data

String object containing the pixmap data.

Definition at line 39 of file ref.py.

xorn.geda.ref.Pixmap.embedded

Whether the pixmap is embedded.

Definition at line 41 of file ref.py.

xorn.geda.ref.Pixmap.filename

Path and filename of the pixmap.

Not used if the picture is embedded.

Definition at line 37 of file ref.py.


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