Module indiclient :: Class indi_element_identifier
[show private | hide private]
[frames | no frames]

Class indi_element_identifier

indi_vector_identifier --+
                         |
                        indi_element_identifier

Known Subclasses:
indi_custom_element_handler, _gtkindi_widget_element_handler


Method Summary
  __init__(self, devicename, vectorname, elementname)

Instance Variable Summary
StringType devicename: The name of the device this handler is associated with
StringType elementname: The name of the indielement this handler is associated with
StringType vectorname: The name of the indivector this handler is associated with

Method Details

__init__(self, devicename, vectorname, elementname)
(Constructor)

Parameters:
devicename - The name of the device
           (type=StringType)
vectorname - The name of the Indivector
           (type=StringType)
elementname - name of the INDI element
           (type=StringType)
Overrides:
indiclient.indi_vector_identifier.__init__

Instance Variable Details

devicename

The name of the device this handler is associated with
Type:
StringType

elementname

The name of the indielement this handler is associated with
Type:
StringType

vectorname

The name of the indivector this handler is associated with
Type:
StringType

Generated by Epydoc 2.1 on Sat Sep 10 10:26:06 2005 http://epydoc.sf.net