A Discrete-Event Network Simulator
API
visualizer.svgitem.SvgItem Class Reference
+ Inheritance diagram for visualizer.svgitem.SvgItem:
+ Collaboration diagram for visualizer.svgitem.SvgItem:

Public Member Functions

def __init__ (self, x, y, rsvg_handle, kwargs)
 
def do_get_property (self, pspec)
 
def do_set_property (self, pspec, value)
 
def do_simple_is_item_at (self, x, y, cr, is_pointer_event)
 
def do_simple_paint (self, cr, bounds)
 
def do_simple_update (self, cr)
 

Public Attributes

 bounds_x1
 
 bounds_x2
 
 bounds_y1
 
 bounds_y2
 
 custom_height
 
 custom_width
 
 handle
 
 height
 
 sx
 
 sy
 
 width
 
 x
 
 y
 

Private Member Functions

def _size_changed (self)
 

Static Private Attributes

dictionary __gproperties__
 

Detailed Description

Definition at line 8 of file svgitem.py.

Constructor & Destructor Documentation

def visualizer.svgitem.SvgItem.__init__ (   self,
  x,
  y,
  rsvg_handle,
  kwargs 
)

Definition at line 44 of file svgitem.py.

Member Function Documentation

def visualizer.svgitem.SvgItem.do_simple_update (   self,
  cr 
)

Definition at line 133 of file svgitem.py.

Member Data Documentation

dictionary visualizer.svgitem.SvgItem.__gproperties__
staticprivate

Definition at line 10 of file svgitem.py.

visualizer.svgitem.SvgItem.bounds_x1

Definition at line 134 of file svgitem.py.

visualizer.svgitem.SvgItem.bounds_x2

Definition at line 136 of file svgitem.py.

visualizer.svgitem.SvgItem.bounds_y1

Definition at line 135 of file svgitem.py.

visualizer.svgitem.SvgItem.bounds_y2

Definition at line 137 of file svgitem.py.

visualizer.svgitem.SvgItem.custom_height
visualizer.svgitem.SvgItem.custom_width
visualizer.svgitem.SvgItem.handle

Definition at line 51 of file svgitem.py.

visualizer.svgitem.SvgItem.sx
visualizer.svgitem.SvgItem.sy

The documentation for this class was generated from the following file: