/[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.4 by skunix, Sun Jan 2 06:34:43 2005 UTC revision 1.5 by skunix, Mon Jan 3 07:43:49 2005 UTC
# Line 31  class SceneManager : public Object, publ Line 31  class SceneManager : public Object, publ
31    
32          public:          public:
33                  SceneManager();                  SceneManager();
34                  virtual std::string name(){ return "SceneManager";}                  virtual std::string name()const { return "SceneManager";}
35                  virtual ~SceneManager();                  virtual ~SceneManager();
36                  void insert(Object_sp,const std::string&);                  void insert(Object_sp,const std::string&);
37                  bool lock(bool);                  bool lock(bool);
38                    virtual void add_child(const Object_sp&);
39                    
40                  virtual void add_child(const Object_sp&, std::string& path);                  virtual void add_child(const Object_sp&, std::string& path);
41                  virtual Object_sp get_child(const std::string&);                  virtual Object_sp get_child(const std::string&);
42                  virtual void draw ();                  virtual void draw ();

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

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