#include <widgets.h>
LuaListModel::LuaListModel |
( |
| ) |
|
|
inline |
virtual std::string LuaListModel::getElementAt |
( |
int |
i | ) |
|
|
inlinevirtual |
Gets an element at a certain index in the list.
- Parameters
-
- Returns
- an element as a string.
Implements gcn::ListModel.
virtual int LuaListModel::getNumberOfElements |
( |
| ) |
|
|
inlinevirtual |
Gets the number of elements in the ListModel.
- Returns
- the number of elements in the ListModel
Implements gcn::ListModel.
void LuaListModel::setList |
( |
lua_State * |
lua, |
|
|
lua_Object * |
lo |
|
) |
| |
The documentation for this class was generated from the following files:
(C) Copyright 1998-2012 by The