#include <anatomist/controler/actiondictionary.h>
Definition at line 46 of file actiondictionary.h.
 
◆ ActionCreator
      
        
          | typedef ActionPtr(* anatomist::ActionDictionary::ActionCreator) () | 
      
 
 
◆ ActionDictionary()
      
        
          | anatomist::ActionDictionary::ActionDictionary | ( |  | ) |  | 
      
 
 
◆ ~ActionDictionary()
      
        
          | anatomist::ActionDictionary::~ActionDictionary | ( |  | ) |  | 
      
 
 
◆ addAction() [1/2]
      
        
          | void anatomist::ActionDictionary::addAction | ( | const std::string & | name, | 
        
          |  |  | ActionCreator | creator | 
        
          |  | ) |  |  | 
      
 
 
◆ addAction() [2/2]
      
        
          | void anatomist::ActionDictionary::addAction | ( | const std::string & | name, | 
        
          |  |  | ActionCreatorBase * | creator | 
        
          |  | ) |  |  | 
      
 
 
◆ getActionInstance()
      
        
          | ActionPtr anatomist::ActionDictionary::getActionInstance | ( | const std::string & | name | ) |  | 
      
 
 
◆ instance()
◆ removeAction()
      
        
          | bool anatomist::ActionDictionary::removeAction | ( | const std::string & |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: