A Discrete-Event Network Simulator
API
visualizer.base.PyVizObject Class Reference

PyVizObject class. More...

+ Inheritance diagram for visualizer.base.PyVizObject:
+ Collaboration diagram for visualizer.base.PyVizObject:

Public Member Functions

def tooltip_query (self, tooltip)
 Returns tooltip text string. More...
 

Static Private Attributes

string __gtype_name__ = "PyVizObject"
 global type name More...
 

Detailed Description

PyVizObject class.

Definition at line 18 of file base.py.

Member Function Documentation

◆ tooltip_query()

def visualizer.base.PyVizObject.tooltip_query (   self,
  tooltip 
)

Returns tooltip text string.

Parameters
tooltiptooltip object.
Returns
: Tooltip text.

Reimplemented in wifi_intrastructure_link.WifiLink, and visualizer.core.Node.

Definition at line 26 of file base.py.

Member Data Documentation

◆ __gtype_name__

string visualizer.base.PyVizObject.__gtype_name__ = "PyVizObject"
staticprivate

global type name

Definition at line 20 of file base.py.


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