doc and luabinder changes

This commit is contained in:
Eduardo Bart
2012-06-22 00:14:13 -03:00
parent c5674d10ba
commit aed779a2c8
60 changed files with 348 additions and 126 deletions

View File

@@ -58,6 +58,7 @@ private:
bool m_updated;
};
// @bindclass
class UIAnchorLayout : public UILayout
{
public:

View File

@@ -25,6 +25,7 @@
#include "uilayout.h"
// @bindclass
class UIBoxLayout : public UILayout
{
public:

View File

@@ -25,6 +25,7 @@
#include <framework/ui/uilayout.h>
// @bindclass
class UIGridLayout : public UILayout
{
public:

View File

@@ -27,6 +27,7 @@
#include <framework/luascript/luaobject.h>
#include <framework/otml/otml.h>
// @bindclass
class UILayout : public LuaObject
{
public:

View File

@@ -27,6 +27,7 @@
#include <framework/core/inputevent.h>
#include <framework/otml/declarations.h>
//@bindsingleton g_ui
class UIManager
{
public:

View File

@@ -25,6 +25,7 @@
#include "uiwidget.h"
// @bindclass
class UITextEdit : public UIWidget
{
public:

View File

@@ -25,6 +25,7 @@
#include "uiboxlayout.h"
// @bindclass
class UIVerticalLayout : public UIBoxLayout
{
public:

View File

@@ -41,9 +41,7 @@ struct EdgeGroup {
T left;
};
// generate lua bindings for this class running:
// ./tools/lua-binding-generator/generate_lua_bindings.lua src/framework/ui/uiwidget.h
// @bindclass
class UIWidget : public LuaObject
{
// widget core