35 #ifndef ANA_OBJECT_OBJECTMENU_H    36 #define ANA_OBJECT_OBJECTMENU_H    60     virtual void doit( 
const std::set<AObject *> & obj ) = 0;
    69     typedef void (*CallbackFunc)( 
const std::set<AObject *> & );
    73     virtual void doit( 
const std::set<AObject *> & obj );
    92     void insertItem( 
const std::vector<std::string> & inside,
    93                      const std::string & text );
    98     void insertItem( 
const std::vector<std::string> & inside,
   101     void insertItem( 
const std::vector<std::string> & inside,
   102                      const std::string & text,
   104     Tree* item( 
const std::vector<std::string> & pos,
   105                 bool createSubtrees = 
true );
   107     const Tree* tree() 
const;
 #define DECLARE_GENERIC_OBJECT_TYPE(T)
 
Base Anatomist object (abstract) 
 
RCObject & operator=(const RCObject &)