Package flumotion :: Package admin :: Package text :: Module greeter :: Class AdminTextGreeter
[hide private]

Class AdminTextGreeter

source code

extern.log.log.Loggable --+
                          |
             object --+   |
                      |   |
             ??.GObject --+
                          |
misc_curses.CursesStdIO --+
                          |
                         AdminTextGreeter

Instance Methods [hide private]
 
__init__(self, stdscr)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
show(self) source code
 
display_current_input_line(self) source code
 
connectionLost(self, failure) source code
 
doRead(self)
called when input is ready
source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from extern.log.log.Loggable: __providedBy__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Inherited from unreachable.GObject: __copy__, __deepcopy__, __delattr__, __eq__, __gdoc__, __ge__, __gobject_init__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

Inherited from object: __format__, __getattribute__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Inherited from misc_curses.CursesStdIO: fileno, logPrefix

Class Variables [hide private]
  logCategory = 'admintextgreeter'
Implementors can provide a category to log their messages under.
  __implemented__ = <implementedBy flumotion.admin.text.greeter....

Inherited from unreachable.GObject: __gtype__

Properties [hide private]

Inherited from unreachable.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

__init__(self, stdscr)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

doRead(self)

source code 

called when input is ready

Overrides: misc_curses.CursesStdIO.doRead
(inherited documentation)

__provides__(...)

 
Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that
we can get declarations for objects without instance-specific
interfaces a bit quicker.

Overrides: misc_curses.CursesStdIO.__provides__

Class Variable Details [hide private]

__implemented__

Value:
<implementedBy flumotion.admin.text.greeter.AdminTextGreeter>