PluginInterface class reference
[Functions export module]

Declaration  

#include <QtLua/PluginInterface>

namespace QtLua {
class PluginInterface;
};

This class is a member of the QtLua namespace.

This abstract class contains pure virtuals.

Description  

This class describes the interface which must be implemented to write plugins compatible with the Plugin class.

See also Plugin class.

Members  

Functions  

Members detail  

virtual ~PluginInterface()  

No documentation available

virtual const String & get_name() const = 0;  

Get plugin name

virtual void register_members(Plugin &plugin) = 0;  

Register all plugin members, called on Plugin initialization

Valid XHTML 1.0 StrictGenerated by diaxen on Mon Aug 15 03:23:06 2011 using MkDoc