PluginInterface class reference
[Base module]

Declaration  

#include <QtLua/Plugin>

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 void register_members(Plugin &plugin) = 0;  

Register all plugin members, called on Plugin initialization. This function must contains invocations of the QTLUA_PLUGIN_FUNCTION_REGISTER macro.

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 15:29:54 2013 using MkDoc