#include <scriptable_object_deprecated.h>
 | 
|   | ScriptableObject () | 
|   | 
| virtual  | ~ScriptableObject () | 
|   | 
| virtual bool  | HasProperty (const Var &name, Var *exception) | 
|   | 
| virtual bool  | HasMethod (const Var &name, Var *exception) | 
|   | 
| virtual Var  | GetProperty (const Var &name, Var *exception) | 
|   | 
| virtual void  | GetAllPropertyNames (std::vector< Var > *properties, Var *exception) | 
|   | 
| virtual void  | SetProperty (const Var &name, const Var &value, Var *exception) | 
|   | 
| virtual void  | RemoveProperty (const Var &name, Var *exception) | 
|   | 
| virtual Var  | Call (const Var &method_name, const std::vector< Var > &args, Var *exception) | 
|   | 
| virtual Var  | Construct (const std::vector< Var > &args, Var *exception) | 
|   | 
  
  
      
        
          | pp::deprecated::ScriptableObject::ScriptableObject  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | virtual pp::deprecated::ScriptableObject::~ScriptableObject  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual Var pp::deprecated::ScriptableObject::Call  | 
          ( | 
          const Var &  | 
          method_name,  | 
         
        
           | 
           | 
          const std::vector< Var > &  | 
          args,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual Var pp::deprecated::ScriptableObject::Construct  | 
          ( | 
          const std::vector< Var > &  | 
          args,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void pp::deprecated::ScriptableObject::GetAllPropertyNames  | 
          ( | 
          std::vector< Var > *  | 
          properties,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual Var pp::deprecated::ScriptableObject::GetProperty  | 
          ( | 
          const Var &  | 
          name,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual bool pp::deprecated::ScriptableObject::HasMethod  | 
          ( | 
          const Var &  | 
          name,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual bool pp::deprecated::ScriptableObject::HasProperty  | 
          ( | 
          const Var &  | 
          name,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void pp::deprecated::ScriptableObject::RemoveProperty  | 
          ( | 
          const Var &  | 
          name,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void pp::deprecated::ScriptableObject::SetProperty  | 
          ( | 
          const Var &  | 
          name,  | 
         
        
           | 
           | 
          const Var &  | 
          value,  | 
         
        
           | 
           | 
          Var *  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | friend class ::pp::VarPrivate | 
         
       
   | 
  
friend   | 
  
 
 
The documentation for this class was generated from the following file: