NetworkComponentBox allows UI manipulation of the Network Component Box.  
 More...
NetworkComponentBox allows UI manipulation of the Network Component Box. 
◆ getConnectionTypes()
      
        
          | vector< string > NetworkComponentBox::getConnectionTypes | ( |  | ) |  | 
      
 
 
◆ getDeviceModels()
      
        
          | vector< string > NetworkComponentBox::getDeviceModels | ( | string |  | ) |  | 
      
 
 
◆ getDeviceTypes()
      
        
          | vector< string > NetworkComponentBox::getDeviceTypes | ( |  | ) |  | 
      
 
 
◆ setAllWidgetsDisable()
      
        
          | void NetworkComponentBox::setAllWidgetsDisable | ( | bool |  | ) |  | 
      
 
Enables or disables all child widgets. 
- Parameters
- 
  
    | bDisabled,true | to disable input events to all child widgets, false to enable input events. |  
 
 
 
◆ setAllWidgetsVisible()
      
        
          | void NetworkComponentBox::setAllWidgetsVisible | ( | bool |  | ) |  | 
      
 
Shows or hides all child widgets. 
- Parameters
- 
  
    | bVisible,true | to show all child widgets, false to hide them. |  
 
 
 
◆ setDisabled()
      
        
          | void NetworkComponentBox::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. |  
 
 
 
◆ setFrameVisible()
      
        
          | void NetworkComponentBox::setFrameVisible | ( | bool |  | ) |  | 
      
 
Shows or hides this whole frame (bottom toolbar) from view. 
- Parameters
- 
  
    | bVisible,true | to show this whole frame (bottom toolbar), false to hide it. |  
 
 
 
◆ setVisible()
      
        
          | void NetworkComponentBox::setVisible | ( | bool |  | ) |  | 
      
 
Shows or hides this widget from view. 
- Parameters
- 
  
    | bVisible,true | to show this widget, false to hide it. |  
 
 
 
◆ setWidgetDisable()
      
        
          | void NetworkComponentBox::setWidgetDisable | ( | string | , | 
        
          |  |  | bool |  | 
        
          |  | ) |  |  | 
      
 
Enables or disables the specified child widget. 
- Parameters
- 
  
    | widgetName,where | widgetName can be one of the following: DeviceTypesWidget, DeviceSpecificWidget. |  | bDisabled,true | to disable input events to this child widget, false to enable input events. |  
 
 
 
◆ setWidgetVisible()
      
        
          | void NetworkComponentBox::setWidgetVisible | ( | string | , | 
        
          |  |  | bool |  | 
        
          |  | ) |  |  | 
      
 
Shows or hides the specified child widget. 
- Parameters
- 
  
    | widgetName,where | widgetName can be one of the following: DeviceTypesWidget, DeviceSpecificWidget. |  | bVisible,true | to show this child widget, false to hide it. |  
 
 
 
The documentation for this class was generated from the following file: