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

Class Layer_Lists

source code

     object --+    
              |    
toolspace.Layer --+
                  |
                 Layer_Lists

Instance Methods [hide private]
 
__init__(self, *args, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__onClickChop(self, item) source code
 
__onClickNew(self, item) source code
 
__onClickNewSubList(self, item) source code
 
__onClickRemove(self, i) source code
 
__onClickSwitch(self, i) source code
 
__onItemScript(self, item, name) source code
 
__onSelSubList(self, out_list_name, left, right) source code
 
connect_space(self, space) source code
 
disconnect_space(self, space) source code
 
on_popup_lists(self) source code
 
set_file(self, file) source code

Inherited from toolspace.Layer: add_sublayer, button_press, button_release, clear_sublayers, draw, find_sub, invalidate, motion_notify, mouse_enter, mouse_exit, on_hide, on_show, pt_in_rect, remove_sublayer, render, render_to, scroll, set_h, set_h_min, set_space, set_sub_hover, set_w, set_w_min, set_x, set_y, sub_press, sub_release

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

Instance Variables [hide private]

Inherited from toolspace.Layer: OnInvalidate, appearance, border, cBG, cBorder, h, h_min, invalid, rq_h, rq_w, rq_x, rq_y, subs, surface, w, w_min, x, y

Properties [hide private]
  file

Inherited from toolspace.Layer: space, sub_hover

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw)
(Constructor)

source code 

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

Parameters:
  • x - x >= 0: number of 'M' widths from the ToolSpace's left edge; x < 0: number of ... ToolSpace's right edge
  • y - y >= 0: number of 'M' widths from the ToolSpace's top edge; y < 0: number of ... ToolSpace's bottom edge
  • w - w >= 0: number of 'M' widths across; w < 0: number of 'M's between Layer's right and ToolSpace's right
  • h - h >= 0: number of 'M' widths tall; h < 0: number of 'M's between Layer's bottom and ToolSpace's bottom
  • cBG - COLORREF of background
  • border - width in pixels of border
  • cBorder - COLORREF of border
  • w_min - minimum number of 'M' widths across, if w is negative
  • h_min - minimum number of 'M' widths tall, if h is negative
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

file

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)