qubx :: dataGTK :: QubData_CloneTool :: Class QubData_CloneTool
[hide private]
[frames] | no frames]

Class QubData_CloneTool

source code

    object --+                
             |                
toolspace.Tool --+            
                 |            
  QubData_BaseTool --+        
                     |        
        QubData_HiTool --+    
                         |    
           QubData_SelTool --+
                             |
                            QubData_CloneTool

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__onItemClone(self, item) source code
 
__onItemDefine(self, item) source code
 
__onItemRestore(self, item) source code
 
__onItemRestoreAll(self, item) source code
 
__undo(self, overlays) source code
 
do_action(self, l, r) source code
 
do_popup(self, x, y, e) source code
 
onActivate(self) source code
 
onDeactivate(self) source code

Inherited from QubData_SelTool: get_sel, get_sels, onDblClick, onDrag, onKeyPress, onOverlay, onPress, onRelease, onScroll

Inherited from toolspace.Tool: activate, deactivate, onKeyRelease, onNeedPopup, onRoll

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

Instance Variables [hide private]

Inherited from QubData_SelTool: action, color, dblclick, sels

Inherited from toolspace.Tool: cursor, layers, space

Properties [hide private]

Inherited from QubData_SelTool: scroll

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)

onActivate(self)

source code 
Overrides: toolspace.Tool.onActivate

onDeactivate(self)

source code 
Overrides: toolspace.Tool.onDeactivate