Package flumotion :: Package component :: Package consumers :: Package disker :: Module wizard_gtk :: Class Disker
[hide private]

Class Disker

source code

                      object --+        
                               |        
     extern.log.log.Loggable --+        
                               |        
admin.assistant.models.Component --+    
                                   |    
     admin.assistant.models.Consumer --+
                                       |
                                      Disker

I am a model representing the configuration file for a Disk consumer.

Nested Classes [hide private]

Inherited from admin.assistant.models.Consumer: eaterType

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_getRotationType(self) source code
 
getProperties(self) source code

Inherited from admin.assistant.models.Consumer: getPorter, setPorter, validate

Inherited from admin.assistant.models.Component: __eq__, __ne__, __repr__, addPlug, delPlug, getEaters, getFeederName, getPlugs, getWorker, link, unlink

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

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

Class Variables [hide private]
  componentType = 'disk-consumer'
the type of the component, such as ogg-muxer, this is not mandatory in the class, can also be set in the instance.
  prefix = 'disk'

Inherited from admin.assistant.models.Consumer: requiresPorter

Inherited from admin.assistant.models.Component: feederType, isAtmosphereComponent

Inherited from extern.log.log.Loggable: __implemented__, logCategory

Instance Variables [hide private]
  has_size
if rotation should be done based on size
  has_time
if rotation should be done based on time
  size_unit
the selected time unit, time will be multiplied by this value when saved
  time_unit
the selected size unit, size will be multiplied by this value when saved

Inherited from admin.assistant.models.Component: exists, name

Properties [hide private]

Inherited from admin.assistant.models.Component: component_type

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

getProperties(self)

source code 
Overrides: admin.assistant.models.Component.getProperties