lib
Kross::Ruby Namespace Reference
Detailed Description
The Ruby plugin for the Kross scripting framework.
- Author:
- Cyrille Berger
- See also:
- http://www.ruby-lang.org
Classes | |
class | RubyExtension |
This class wraps a Kross::Api::Object into the world of ruby. More... | |
class | RubyInterpreter |
This class is the bridget between Kross and Ruby. More... | |
class | RubyModule |
A ruby module. More... | |
class | RubyScript |
Handle ruby scripts. More... | |
Typedefs | |
typedef QMap< QString, Kross::Api::Object::Ptr > | mStrObj |
typedef std::map< QString, VALUE > | mStrVALUE |
typedef mStrVALUE::iterator | mStrVALUE_it |
typedef mStrVALUE::const_iterator | mStrVALUE_cit |