Class PresetList
  
  
  
  
  
  
  Assembly: QFSW.BA.dll
  Syntax
  
    public class PresetList : EditorList<string>, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
   
  Properties
  
  
  ItemName
  
  
  Declaration
  
    protected override string ItemName { get; }
   
  Property Value
  
  Overrides
  QFSW.BA.EditorList<System.String>.ItemName
  Methods
  
  
  DrawItemInspector(LayoutController, String, Boolean, Boolean)
  
  
  Declaration
  
    protected override string DrawItemInspector(LayoutController layout, string item, bool isActive, bool isFocused)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | QFSW.BA.QGUI.LayoutController | layout |  | 
      
        | String | item |  | 
      
        | Boolean | isActive |  | 
      
        | Boolean | isFocused |  | 
    
  
  Returns
  
  Overrides
  QFSW.BA.EditorList<System.String>.DrawItemInspector(QFSW.BA.QGUI.LayoutController, System.String, System.Boolean, System.Boolean)
  Extension Methods