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

Class DisplayDataSource

source code

object --+
         |
        DisplayDataSource

Data object that is fed with a specific string and notifies a observer via its update_callback.

Instance Methods [hide private]
 
__init__(self, display_string='', separator=None, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_get_separator(self) source code
 
_set_separator(self, separator) source code
 
set_update_callback(self, update_callback) source code
 
set_display_string(self, new_string) source code
 
connect_to(self, data_source) source code
 
disconnect_from(self, data_source) 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]
  separator

Inherited from object: __class__

Method Details [hide private]

__init__(self, display_string='', separator=None, *a, **k)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

separator

Get Method:
_get_separator(self)
Set Method:
_set_separator(self, separator)