![]() |
Xfem
The Xfem Plugin
|
A proxy class to export XfemSubElement methods to the Lua environment. More...
#include <xfemLuaSubElement.h>


Public Member Functions | |
| XfemLuaSubElement (const XfemSubElement *se, GmMesh *mesh, const GmLogCategory &logger) | |
| Constructor. | |
| virtual const char * | typeName () const |
| virtual void | fillMetatable (lua_State *L, int index) |
| Prepares the object metatable for calling methods. | |
| virtual void * | getClassMetatableID () |
| Returns an unique identifier to identify an user object as a XfemLuaSubElement object. | |
| const XfemSubElement * | subElement () const |
| Returns the wrapped sub-element. | |
Public Member Functions inherited from GmLuaObject | |
| virtual void | populateMetatable (lua_State *L, int index) |
| QVariant | ptrToVariant () |
| void | ref () |
Protected Attributes | |
| const XfemSubElement * | _se |
| The sub-element 'wrapped' by this proxy object. | |
| GmMesh * | _mesh |
Protected Attributes inherited from GmLuaObject | |
| const GmLogCategory & | _logger |
| QAtomicInteger< int > | _refCount |
Additional Inherited Members | |
Protected Member Functions inherited from GmLuaObject | |
| GmLuaObject (const GmLogCategory &logger) | |
| virtual QString | toString () const |
A proxy class to export XfemSubElement methods to the Lua environment.
|
virtual |
Prepares the object metatable for calling methods.
Implements GmLuaObject.
|
inlinevirtual |
Implements GmLuaObject.