#include <NodeFactory.h>
Definition at line 71 of file NodeFactory.h.
 
◆ NodePage()
  
  
      
        
          | dyno::NodePage::NodePage  | 
          ( | 
          std::string |           caption,  | 
         
        
           | 
           | 
          std::string |           icon ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ addGroup()
      
        
          | std::shared_ptr< dyno::NodeGroup > dyno::NodePage::addGroup  | 
          ( | 
          std::string |           name | ) | 
           | 
        
      
 
 
◆ caption()
  
  
      
        
          | std::string dyno::NodePage::caption  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ groups()
  
  
      
        
          | std::map< std::string, std::shared_ptr< NodeGroup > > & dyno::NodePage::groups  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ hasGroup()
      
        
          | bool dyno::NodePage::hasGroup  | 
          ( | 
          std::string |           name | ) | 
           | 
        
      
 
 
◆ icon()
  
  
      
        
          | std::string dyno::NodePage::icon  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ mCaption
  
  
      
        
          | std::string dyno::NodePage::mCaption | 
         
       
   | 
  
private   | 
  
 
 
◆ mGroups
  
  
      
        
          | std::map<std::string, std::shared_ptr<NodeGroup> > dyno::NodePage::mGroups | 
         
       
   | 
  
private   | 
  
 
 
◆ mIcon
  
  
      
        
          | std::string dyno::NodePage::mIcon | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: