RealtimeToolbar allows for UI manipulation of the Realtime toolbar.  
 More...
RealtimeToolbar allows for UI manipulation of the Realtime toolbar. 
◆ fastForwardTime()
      
        
          | void RealtimeToolbar::fastForwardTime | ( |  | ) |  | 
      
 
Simulates clicking on the Fast Forward button on the Realtime toolbar. 
 
 
◆ resetNetwork()
      
        
          | void RealtimeToolbar::resetNetwork | ( |  | ) |  | 
      
 
Simulates clicking on the Power Cycle Devices button on the Realtime toolbar. 
 
 
◆ setDisabled()
      
        
          | void RealtimeToolbar::setDisabled | ( | bool |  | ) |  | 
      
 
Enables or disables input events to this widget. 
- Parameters
- 
  
    | bDisabled,true | to disable input events to this widget, false to enable input events. |  
 
 
 
◆ setVisible()
      
        
          | void RealtimeToolbar::setVisible | ( | bool |  | ) |  | 
      
 
Shows or hides this widget from view. 
- Parameters
- 
  
    | bVisible,true | to show this widget, false to hide it. |  
 
 
 
◆ setWidgetDisable()
      
        
          | void RealtimeToolbar::setWidgetDisable | ( | string | , | 
        
          |  |  | bool |  | 
        
          |  | ) |  |  | 
      
 
Enables or disables the specified child widget. 
- Parameters
- 
  
    | widgetName,where | widgetName can be one of the following: ResetNetworkBtn, FastForwardTimeBtn. |  | bDisabled,true | to disable input events to this child widget, false to enable input events. |  
 
 
 
◆ setWidgetVisible()
      
        
          | void RealtimeToolbar::setWidgetVisible | ( | string | , | 
        
          |  |  | bool |  | 
        
          |  | ) |  |  | 
      
 
Shows or hides the specified child widget. 
- Parameters
- 
  
    | widgetName,where | widgetName can be one of the following: ResetNetworkBtn, FastForwardTimeBtn. |  | bVisible,true | to show this child widget, false to hide it. |  
 
 
 
The documentation for this class was generated from the following file: