#include <editorsizecontroller.h>
|  | 
| using | SizeFunc = std::function< void(float)> | 
|  | 
◆ SizeFunc
      
        
          | using SizeFunc =  std::function<void (float)> | 
      
 
 
◆ EditorSizeController()
◆ ~EditorSizeController()
◆ update()
◆ verifyView()
  
  | 
        
          | VSTGUI::CView * verifyView | ( | VSTGUI::CView * | view, |  
          |  |  | const VSTGUI::UIAttributes & | attributes, |  
          |  |  | const VSTGUI::IUIDescription * | description |  
          |  | ) |  |  |  | override | 
 
 
◆ valueChanged()
  
  | 
        
          | void valueChanged | ( | VSTGUI::CControl * | pControl | ) |  |  | override | 
 
 
◆ controlBeginEdit()
  
  | 
        
          | void controlBeginEdit | ( | VSTGUI::CControl * | pControl | ) |  |  | override | 
 
 
◆ controlEndEdit()
  
  | 
        
          | void controlEndEdit | ( | VSTGUI::CControl * | pControl | ) |  |  | override | 
 
 
◆ setSizeFactor()
      
        
          | void setSizeFactor | ( | double | factor | ) |  | 
      
 
 
◆ kSizeParamTag
  
  | 
        
          | const int32_t kSizeParamTag = 2000 |  | static | 
 
 
◆ sizeParameter
◆ sizeFunc