TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
indiclient.indinamedobject Class Reference
Inheritance diagram for indiclient.indinamedobject:
Inheritance graph
Collaboration diagram for indiclient.indinamedobject:
Collaboration graph

Public Member Functions

def __init__ (self, attrs, tag)
 
def getName (self)
 
- Public Member Functions inherited from indiclient.indiobject
def __init__ (self, attrs, tag)
 
def is_valid (self)
 
def get_xml (self, transfertype)
 
def update (self, attrs, tag)
 

Public Attributes

 name
 
 label
 
- Public Attributes inherited from indiclient.indiobject
 tag
 

Detailed Description

An indiobject that has got a name as well as a label
@ivar name : name of the INDI object as given in the "name" XML attribute 
@type name : StringType
@ivar label : label of the INDI object as given in the "label" XML attribute
@type label : StringType

Constructor & Destructor Documentation

◆ __init__()

def indiclient.indinamedobject.__init__ (   self,
  attrs,
  tag 
)
@param tag: The XML tag of the object (see L{indixmltag}).
@type tag: L{indixmltag}
@param attrs: The attributes of the XML version of the INDI object.
@type attrs: DictType

Member Function Documentation

◆ getName()

def indiclient.indinamedobject.getName (   self)

Member Data Documentation

◆ label

indiclient.indinamedobject.label

◆ name

indiclient.indinamedobject.name

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