Trees | Index | Help |
|
---|
|
gtkindiclient
: It provides functions to connect INDI objects with GTK objects.
indiclient
: It implements the INDI Protocol for Python (see http://indi.sourceforge.net/)
__builtin__.object
:
The most base type
__builtin__.list
:
list() -> new list list(sequence) -> new list initialized from
sequence's items
indiclient._indilist
:
" A list with a more sophisticated append() function.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
indiclient._blocking_indi_object_handler
:
This very abstract class makes sure that something can be blocked
while the handler for the indi object on_indiobject_changed
is executed.
indiclient.gui_indi_object_handler
:
This class provides two abstract handler functions.
indiclient.indi_custom_element_handler
:
A base class for a custom handler that will be called each time a
specified INDI element is received.
indiclient.mini_element_handler
:
A class for custom handlers that consists only of a single function,
instead of a whole class.
indiclient.indi_custom_vector_handler
:
A base class for a custom handler that will be called each time a
specified INDI vector is received.
gtkindiclient._ccdpreview
:
A bandwidth optimised online display for CCDs.
gtkindiclient._indistream
:
A general purpose preview.
gtkindiclient._gtkindi_widgetlist_handler
:
A base class for handlers connecting an INDI object with a list of GTK
widgets
gtkindiclient._gtkindi_widget_handler
:
A base class for handlers connecting an INDI object with a single GTK
widget
gtkindiclient._gtkindi_widget_element_handler
:
A base class for handlers being called on reception of an INDI element
which update a GTK widget
gtkindiclient._entryhandler
:
A handler for an indielement
objects connected to a
GTK.Entry object (can also be used to connect for any GTK object
providing a set_text method)
gtkindiclient._labelhandler
:
A handler for an indielement
object connected to GTK.label
object
gtkindiclient._rangehandler
:
A handler for an indinumber
objects connected to a GTK.Range
object
gtkindiclient._spinbuttonhandler
:
A handler for an indinumber
objects connected to a
GTK.Spinbutton object
gtkindiclient._switchlabelhandler
:
A handler for an indiswitch
object connected to a GTK.Label
object, replacing On
and Off
by a customisable
label string
gtkindiclient._gtkindi_widget_vector_handler
:
A base class for handlers dealing with and INDI vector and a single
GTK widget
gtkindiclient._comboboxentryhandler
:
A handler for an indiswitchvector
object (with rule
OneOfMany
) connected to a GTK.ComboBoxEntry object.
gtkindiclient._statuslabelhandler
:
A handler for an indivector
who's indilight
property is connected to a
GTK.Label
gtkindiclient._vectorlabelhandler
:
A handler for an indivector
object (with rule
OneOfMany
) connected to a Gtk.Label object.
gtkindiclient._gtkindi_widgetlist_vector_handler
:
A base class for handlers dealing with and INDI vector and a single
GTK widget
gtkindiclient._togglebuttonshandler
:
A handler for an indiswitchvector
object connected a list of
GTK.ToggleButton objects.
indiclient._indinameconventions
:
The INDI naming scheme.
indiclient.indixmltag
:
Classifys a received INDI object by its tag.
indiclient._indiobjectfactory
:
A Class to create indiobject
s from their XML attributes
indiclient._inditagfactory
:
A Class to create an indixmltag
from its XML representation
indiclient.bigindiclient
:
indiclient.indiclient
:
providing a simplified interface to bigindiclient
indiclient.indi_vector_identifier
:
indiclient.indi_custom_vector_handler
:
A base class for a custom handler that will be called each time a
specified INDI vector is received.
gtkindiclient._ccdpreview
:
A bandwidth optimised online display for CCDs.
gtkindiclient._indistream
:
A general purpose preview.
indiclient.indi_element_identifier
:
indiclient.indi_custom_element_handler
:
A base class for a custom handler that will be called each time a
specified INDI element is received.
indiclient.mini_element_handler
:
A class for custom handlers that consists only of a single function,
instead of a whole class.
gtkindiclient._gtkindi_widget_element_handler
:
A base class for handlers being called on reception of an INDI element
which update a GTK widget
gtkindiclient._entryhandler
:
A handler for an indielement
objects connected to a
GTK.Entry object (can also be used to connect for any GTK object
providing a set_text method)
gtkindiclient._labelhandler
:
A handler for an indielement
object connected to GTK.label
object
gtkindiclient._rangehandler
:
A handler for an indinumber
objects connected to a GTK.Range
object
gtkindiclient._spinbuttonhandler
:
A handler for an indinumber
objects connected to a
GTK.Spinbutton object
gtkindiclient._switchlabelhandler
:
A handler for an indiswitch
object connected to a GTK.Label
object, replacing On
and Off
by a customisable
label string
gtkindiclient._gtkindi_widget_element_handler
:
A base class for handlers being called on reception of an INDI element
which update a GTK widget
gtkindiclient._entryhandler
:
A handler for an indielement
objects connected to a
GTK.Entry object (can also be used to connect for any GTK object
providing a set_text method)
gtkindiclient._labelhandler
:
A handler for an indielement
object connected to GTK.label
object
gtkindiclient._rangehandler
:
A handler for an indinumber
objects connected to a GTK.Range
object
gtkindiclient._spinbuttonhandler
:
A handler for an indinumber
objects connected to a
GTK.Spinbutton object
gtkindiclient._switchlabelhandler
:
A handler for an indiswitch
object connected to a GTK.Label
object, replacing On
and Off
by a customisable
label string
gtkindiclient._gtkindi_widget_vector_handler
:
A base class for handlers dealing with and INDI vector and a single
GTK widget
gtkindiclient._comboboxentryhandler
:
A handler for an indiswitchvector
object (with rule
OneOfMany
) connected to a GTK.ComboBoxEntry object.
gtkindiclient._statuslabelhandler
:
A handler for an indivector
who's indilight
property is connected to a
GTK.Label
gtkindiclient._vectorlabelhandler
:
A handler for an indivector
object (with rule
OneOfMany
) connected to a Gtk.Label object.
gtkindiclient._gtkindi_widgetlist_vector_handler
:
A base class for handlers dealing with and INDI vector and a single
GTK widget
gtkindiclient._togglebuttonshandler
:
A handler for an indiswitchvector
object connected a list of
GTK.ToggleButton objects.
indiclient.indiobject
:
The Base Class for INDI objects (so anything that INDI can send or
receive )
indiclient.indimessage
:
a text message.
indiclient.indinamedobject
:
An indiobject that has got a name as well as a label
indiclient.indielement
:
The Base Class of any element of an INDI Vector
indiclient.indiblob
:
indiclient.indilight
:
a status light
indiclient.indinumber
:
A floating point number with a defined format
indiclient.indiswitch
:
a switch that can be either On
or Off
indiclient.inditext
:
a (nearly) arbitrary text
indiclient.indivector
:
The base class of all INDI vectors
indiclient.indiblobvector
:
A vector of BLOBs
indiclient.indilightvector
:
A vector of lights
indiclient.indinumbervector
:
A vector of numbers
indiclient.indiswitchvector
:
a vector of switches
indiclient.inditextvector
:
A vector of texts
indiclient.indipermissions
:
The indi read/write permissions.
indiclient.inditransfertype
:
This is object is used to denote whether the an object was sent from
the client to the server or vice versa and whether the object is just
being defined or if it was defined earlier.
indiclient.idef
:
The object is send from to the server to the client and the client is
not expected to know about it already.
indiclient.inditransfertypes
:
A Class containing the different transfer types
indiclient.inew
:
The object is send from the client to the server
indiclient.iset
:
The object is send from to the server to the client and the client is
expected to know about it already.
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Sep 10 10:26:07 2005 | http://epydoc.sf.net |