/[usata]/usata2/src/scene-manager.hpp
ViewVC logotype

Diff of /usata2/src/scene-manager.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by skunix, Mon Jan 3 07:43:49 2005 UTC revision 1.6 by skunix, Fri Jan 7 06:13:11 2005 UTC
# Line 30  class SceneManager : public Object, publ Line 30  class SceneManager : public Object, publ
30                  std::auto_ptr<SM_internal::Impl> impl;                  std::auto_ptr<SM_internal::Impl> impl;
31    
32          public:          public:
33                  SceneManager();                                                          SceneManager();
34                  virtual std::string name()const { return "SceneManager";}                  virtual                         ~SceneManager();
35                  virtual ~SceneManager();                                  bool            lock(bool);
36                  void insert(Object_sp,const std::string&);  
37                  bool lock(bool);                  virtual void            add_child(const Object_sp&);
38                  virtual void add_child(const Object_sp&);                  virtual void            add_child(const Object_sp&, std::string& path);
39                                    virtual Object_sp       get_child(const std::string&);
40                  virtual void add_child(const Object_sp&, std::string& path);  
41                  virtual Object_sp get_child(const std::string&);                  virtual void            draw ();
42                  virtual void draw ();                  virtual void            update();
                 virtual void update();  
43  };  };
44    
45  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26