#include <ui/common/PathsManagementWidget.hpp>
      
        
          | openfluid::ui::common::PathsManagementWidget::PathsManagementWidget | ( | QWidget * | Parent = NULL | ) |  | 
      
 
 
      
        
          | openfluid::ui::common::PathsManagementWidget::~PathsManagementWidget | ( |  | ) |  | 
      
 
 
      
        
          | QStringList openfluid::ui::common::PathsManagementWidget::getPathsList | ( |  | ) | const | 
      
 
Returns the ordered list of paths 
- Returns
- The ordered lists of paths 
 
 
  
  | 
        
          | void openfluid::ui::common::PathsManagementWidget::pathsUpdated | ( |  | ) |  |  | signal | 
 
 
  
  | 
        
          | void openfluid::ui::common::PathsManagementWidget::setAllowEmpty | ( | bool | Empty | ) |  |  | inline | 
 
Sets if empty paths list is allowed. If set to false, at least one path must remains in the list and cannot be removed. 
- Parameters
- 
  
    | [in] | Empty | The flag to allow an empty paths list |  
 
 
 
      
        
          | void openfluid::ui::common::PathsManagementWidget::setPathsList | ( | const QStringList & | Paths | ) |  | 
      
 
Sets the ordered list of paths. Existing paths in the list are removed before setting the paths list 
- Parameters
- 
  
    | [in] | Paths | The ordered lists of paths |  
 
 
 
The documentation for this class was generated from the following file: