Definition at line 116 of file TWebMenuItem.h.
 
|  | 
| std::string | fId | 
|  | object identifier 
 | 
|  | 
| std::vector< std::unique_ptr< TWebMenuItem > > | fItems | 
|  | list of items in the menu 
 | 
|  | 
#include <TWebMenuItem.h>
◆ TWebMenuItems() [1/2]
  
  | 
        
          | TWebMenuItems::TWebMenuItems | ( |  | ) |  |  | default | 
 
 
◆ TWebMenuItems() [2/2]
  
  | 
        
          | TWebMenuItems::TWebMenuItems | ( | const std::string & | snapid | ) |  |  | inline | 
 
 
◆ Add()
◆ AddChkMenuItem()
  
  | 
        
          | void TWebMenuItems::AddChkMenuItem | ( | const std::string & | name, |  
          |  |  | const std::string & | title, |  
          |  |  | bool | checked, |  
          |  |  | const std::string & | toggle, |  
          |  |  | TClass * | cl = nullptr |  
          |  | ) |  |  |  | inline | 
 
 
◆ AddMenuItem()
  
  | 
        
          | void TWebMenuItems::AddMenuItem | ( | const std::string & | name, |  
          |  |  | const std::string & | title, |  
          |  |  | const std::string & | exec, |  
          |  |  | TClass * | cl = nullptr |  
          |  | ) |  |  |  | inline | 
 
 
◆ PopulateObjectMenu()
      
        
          | void TWebMenuItems::PopulateObjectMenu | ( | void * | obj, | 
        
          |  |  | TClass * | cl | 
        
          |  | ) |  |  | 
      
 
 
◆ Size()
  
  | 
        
          | std::size_t TWebMenuItems::Size | ( |  | ) | const |  | inline | 
 
 
◆ fId
  
  | 
        
          | std::string TWebMenuItems::fId |  | protected | 
 
 
◆ fItems
  
  | 
        
          | std::vector<std::unique_ptr<TWebMenuItem> > TWebMenuItems::fItems |  | protected | 
 
 
The documentation for this class was generated from the following files: