Package flumotion :: Package admin :: Package gtk :: Module componentlist
[hide private]

Module componentlist

source code

widget to display a list of components. This file contains a collection of widgets used to compose the list of components used in the administration interface. It contains:


Version: $Rev$

Classes [hide private]
  ComponentList
I present a view on the list of components logged in to the manager.
Functions [hide private]
 
getComponentLabel(state) source code
Variables [hide private]
  _stock_icons = {1: 'gtk-dialog-error', 2: 'gtk-dialog-warning'...
  MOODS_INFO = {<enum happy of type Moods>: 'Happy', <enum hungr...
  SAD_COLOR = '#FF0000'
  COL_FG = 8
  COL_MOOD = 0
  COL_MOOD_VALUE = 6
  COL_MSG = 4
  COL_NAME = 1
hash(x)
  COL_PID = 3
  COL_SAD = 9
  COL_STATE = 5
  COL_TOOLTIP = 7
  COL_WORKER = 2
hash(x)
  __package__ = 'flumotion.admin.gtk'
Variables Details [hide private]

_stock_icons

Value:
{1: 'gtk-dialog-error', 2: 'gtk-dialog-warning', 3: 'gtk-dialog-info'}

MOODS_INFO

Value:
{<enum happy of type Moods>: 'Happy',
 <enum hungry of type Moods>: 'Hungry',
 <enum waking of type Moods>: 'Waking',
 <enum sleeping of type Moods>: 'Sleeping',
 <enum lost of type Moods>: 'Lost',
 <enum sad of type Moods>: 'Sad'}