pyffi :: object_models :: common :: Bool :: Class Bool
[hide private]
[frames] | no frames]

Class Bool

source code

            object --+                
                     |                
utils.graph.DetailNode --+            
                         |            
       xml.basic.BasicBase --+        
                             |        
            object --+       |        
                     |       |        
 editable.EditableBase --+   |        
                         |   |        
  editable.EditableSpinBox --+        
                             |        
                           Int --+    
                                 |    
                             UByte --+
                                     |
                object --+           |
                         |           |
     editable.EditableBase --+       |
                             |       |
     editable.EditableComboBox --+   |
                                 |   |
     editable.EditableBoolComboBox --+
                                     |
                                    Bool

Simple bool implementation.
Instance Methods [hide private]
 
get_value(self)
Return stored value.
source code
 
set_value(self, value)
Set value to C{value}.
source code

Inherited from Int: __init__, __str__, get_editor_maximum, get_editor_minimum, get_hash, read, write

Inherited from xml.basic.BasicBase: fix_links, get_detail_display, get_editor_value, get_links, get_refs, get_strings, replace_global_node, set_editor_value

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_child_names, get_detail_child_nodes, get_detail_iterator

Inherited from editable.EditableBoolComboBox: get_editor_keys

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

Class Methods [hide private]

Inherited from Int: get_size

Class Variables [hide private]

Inherited from UByte (private): _max, _min, _size, _struct

Inherited from xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_value(self)

source code 
Return stored value.
Returns:
The stored value.
Overrides: xml.basic.BasicBase.get_value

set_value(self, value)

source code 
Set value to C{value}.
Parameters:
  • value (bool) - The value to assign.
Overrides: xml.basic.BasicBase.set_value