Package kiwi :: Package ui :: Module gazpacholoader :: Class DateOnlyDataType
[frames | no frames]

Type DateOnlyDataType

object --+        
         |        
  PropType --+    
             |    
CustomProperty --+
                 |
object --+       |
         |       |
  PropType --+   |
             |   |
    StringType --+
                 |
                DateOnlyDataType


Method Summary
  save(self)
Marshal the property into a string Return None if it already contains the default value
    Inherited from CustomProperty
  add_change_notify(self, function)
  notify(self)
    Inherited from PropType
  get(self)
  get_default(self, gobj)
  get_object(self)
  get_object_name(self)
  get_project(self)
  is_translatable(self)
Is the property translatable? By default we're using a class variable, but in some cases we want to be able to check the instance state and check if we want translatation, eg GtkButton::label, in those cases, just override this method
  load(self)
  set(self, value)

Property Summary
    Inherited from PropType
  object
  value

Class Variable Summary
bool editable = False
bool translatable = False
    Inherited from CustomProperty
bool readable = True
bool writable = True
    Inherited from StringType
str default = ''
bool has_i18n_context = True
str i18n_comment = ''
bool multiline = False
    Inherited from PropType
NoneType base_type = None                                                                  
NoneType child = None                                                                  
bool custom = False
bool disabled = False
NoneType editor = None                                                                  
bool enabled = True
NoneType get = None                                                                  
NoneType label = None                                                                  
NoneType name = None                                                                  
NoneType owner_name = None                                                                  
FakeModule owner_type = <Fake gobject.TYPE_INVALID>
bool persistent = True
int priority = 100                                                                   
NoneType set = None                                                                  
NoneType type = None                                                                  
NoneType value = None                                                                  

Method Details

save(self)

Marshal the property into a string Return None if it already contains the default value
Overrides:
gazpacho.properties.PropType.save (inherited documentation)

Class Variable Details

editable

Type:
bool
Value:
False                                                                  

translatable

Type:
bool
Value:
False                                                                  

Generated by Epydoc 2.1 on Fri Sep 15 11:53:23 2006 http://epydoc.sf.net