Package _Framework :: Module LogicalDisplaySegment :: Class LogicalDisplaySegment
[hide private]
[frames] | no frames]

Class LogicalDisplaySegment

source code

object --+
         |
        LogicalDisplaySegment

Class representing a specific segment of a display on the controller

Instance Methods [hide private]
 
__init__(self, width=None, update_callback=None, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
disconnect(self) source code
 
set_data_source(self, data_source) source code
 
data_source(self) source code
 
set_position_identifier(self, position_identifier)
Sets position identifier as a tuple of HW related data.
source code
 
position_identifier(self) source code
 
update(self) source code
 
display_string(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, width=None, update_callback=None, *a, **k)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)