Module idaapi :: Class Form :: Class ChkGroupItemControl
[frames] | no frames]

Class ChkGroupItemControl

       object --+        
                |        
     Form.Control --+    
                    |    
Form.GroupItemControl --+
                        |
                       Form.ChkGroupItemControl

Checkbox group item control

Instance Methods
 
__init__(self, tag, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from GroupItemControl: assign_pos, get_tag

Inherited from Control: free, get_arg

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  checked = property(__get_value, __set_value)
Get/Sets checkbox item check status
Instance Variables

Inherited from Control: arg, form, id

Properties

Inherited from object: __class__

Method Details

__init__(self, tag, parent)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)