Classes | |
| class | InformationWindow |
| InformationWindow class. More... | |
| class | Link |
| Link class. More... | |
| class | NetDeviceTraits |
| NetDeviceTraits class. More... | |
| class | PyVizObject |
| PyVizObject class. More... | |
Functions | |
| def | load_plugins () |
| def | lookup_netdevice_traits (class_type) |
| def | register_plugin (plugin_init_func, plugin_name=None, plugin_module=None) |
| def | transform_distance_canvas_to_simulation (d) |
| def | transform_distance_simulation_to_canvas (d) |
| def | transform_point_canvas_to_simulation (x, y) |
| def | transform_point_simulation_to_canvas (x, y) |
Variables | |
| dictionary | netdevice_traits |
| float | PIXELS_PER_METER = 3.0 |
| dictionary | plugin_modules = {} |
| list | plugins = [] |
| bool | plugins_loaded = False |
| def visualizer.base.load_plugins | ( | ) |
Definition at line 115 of file base.py.
References list, and visualizer.base.register_plugin().
Referenced by visualizer.core.start().
Here is the call graph for this function:
Here is the caller graph for this function:| def visualizer.base.register_plugin | ( | plugin_init_func, | |
plugin_name = None, |
|||
plugin_module = None |
|||
| ) |
Register a plugin. @param plugin: a callable object that will be invoked whenever a Visualizer object is created, like this: plugin(visualizer)
Definition at line 102 of file base.py.
Referenced by visualizer.base.load_plugins().
Here is the caller graph for this function:| def visualizer.base.transform_distance_canvas_to_simulation | ( | d | ) |
Definition at line 90 of file base.py.
Referenced by wifi_intrastructure_link.WifiLink.tooltip_query().
Here is the caller graph for this function:| def visualizer.base.transform_distance_simulation_to_canvas | ( | d | ) |
Definition at line 84 of file base.py.
Referenced by visualizer.core.Node._update_appearance(), and visualizer.core.Node.set_svg_icon().
Here is the caller graph for this function:| def visualizer.base.transform_point_canvas_to_simulation | ( | x, | |
| y | |||
| ) |
| def visualizer.base.transform_point_simulation_to_canvas | ( | x, | |
| y | |||
| ) |
Definition at line 87 of file base.py.
Referenced by visualizer.core.set_bounds().
Here is the caller graph for this function:| dictionary visualizer.base.netdevice_traits |
| list visualizer.base.plugins = [] |
Definition at line 99 of file base.py.
Referenced by ns3::dot11s::PeerManagementProtocol.Report(), and ns3::dot11s::PeerManagementProtocol.ResetStats().