Inheritance diagram for interface_statistics.ShowInterfaceStatistics:
 Collaboration diagram for interface_statistics.ShowInterfaceStatistics:Public Member Functions | |
| def | __init__ (self, visualizer, node_index, statistics_collector) | 
| def | update (self) | 
  Public Member Functions inherited from visualizer.base.InformationWindow | |
| def | update (self) | 
Public Attributes | |
| node_index | |
| statistics_collector | |
| table_model | |
| visualizer | |
| viz_node | |
| win | |
Private Member Functions | |
| def | _response_cb (self, win, response) | 
Definition at line 71 of file interface_statistics.py.
| def interface_statistics.ShowInterfaceStatistics.__init__ | ( | self, | |
| visualizer, | |||
| node_index, | |||
| statistics_collector | |||
| ) | 
Definition at line 87 of file interface_statistics.py.
      
  | 
  private | 
Definition at line 124 of file interface_statistics.py.
| def interface_statistics.ShowInterfaceStatistics.update | ( | self | ) | 
Definition at line 128 of file interface_statistics.py.
References visualizer.core.Node.node_index, and interface_statistics.ShowInterfaceStatistics.node_index.
| interface_statistics.ShowInterfaceStatistics.node_index | 
Definition at line 96 of file interface_statistics.py.
Referenced by olsr.ShowOlsrRoutingTable.update(), ipv4_routing_table.ShowIpv4RoutingTable.update(), and interface_statistics.ShowInterfaceStatistics.update().
| interface_statistics.ShowInterfaceStatistics.statistics_collector | 
Definition at line 95 of file interface_statistics.py.
| interface_statistics.ShowInterfaceStatistics.table_model | 
Definition at line 99 of file interface_statistics.py.
| interface_statistics.ShowInterfaceStatistics.visualizer | 
Definition at line 94 of file interface_statistics.py.
| interface_statistics.ShowInterfaceStatistics.viz_node | 
Definition at line 97 of file interface_statistics.py.
| interface_statistics.ShowInterfaceStatistics.win | 
Definition at line 89 of file interface_statistics.py.