Package evas :: Module debug :: Class VisualDebug
[hide private]
[frames] | no frames]

Class VisualDebug

source code

ClippedSmartObject --+
                     |
                    VisualDebug

Debug object events using an observer that lays on top of it.

This visual debug attaches an smart object that will follow the given object and draw red lines on top and left and blue lines on bottom and right with squares on these corners.

Text is used to display information:

Instance Methods [hide private]
 
__init__(self, obj) source code
 
unregister(self) source code
 
show_desc(self) source code
 
hide_desc(self) source code
 
_update_desc(self) source code
 
resize(self, w, h) source code
 
cb_on_move(self, obj) source code
 
cb_on_resize(self, obj) source code
 
cb_on_restack(self, obj) source code
 
cb_on_hide(self, obj) source code
 
cb_on_show(self, obj) source code
 
cb_on_free(self, obj) source code