TableTreeKeys class reference
[Model/View module]

Declaration  

This class is for internal use only.

#include <internal/TableTreeKeys>

namespace QtLua {
class TableTreeKeys;
};

This class is a member of the QtLua namespace.

This class is declared in internal/qtluatabletreekeys.hh source file, line 43.

Description  

This class is used internally by the TableTreeModel class. It keeps lua tables display attributes and index list because native lua tables can not be accessed randomly using an integer index.

Members  

Private type  

Private functions  

Private fields  

Members detail  

TableTreeKeys(const Value &val, TableTreeModel::Attributes attr)  

This constructor is declared in internal/qtluatabletreekeys.hh source file, line 46.

This member access is private.

~TableTreeKeys()  

This destructor is declared in internal/qtluatabletreekeys.hh source file, line 47.

This member access is private.

TableTreeModel::Attributes _attr  

This variable is declared in internal/qtluatabletreekeys.hh source file, line 73.

This member access is private.

QList<TableTreeKeys::Entry> _entries  

This variable is declared in internal/qtluatabletreekeys.hh source file, line 74.

This member access is private.

This variable is declared in internal/qtluatabletreekeys.hh source file, line 71.

This member access is private.

int _row  

This variable is declared in internal/qtluatabletreekeys.hh source file, line 72.

This member access is private.

Value _value  

This variable is declared in internal/qtluatabletreekeys.hh source file, line 70.

This member access is private.

void clear()  

This function is declared in internal/qtluatabletreekeys.hh source file, line 58.

This member access is private.

size_t count() const  

This function is declared in internal/qtluatabletreekeys.hh source file, line 53.

This member access is private.

const Value & get_key(int n) const  

This function is declared in internal/qtluatabletreekeys.hh source file, line 51.

This member access is private.

Value get_value(int n) const  

This function is declared in internal/qtluatabletreekeys.hh source file, line 49.

This member access is private.

bool is_table(int n) const  

This function is declared in internal/qtluatabletreekeys.hh source file, line 54.

This member access is private.

void set_key(int n, const Value &key)  

This function is declared in internal/qtluatabletreekeys.hh source file, line 52.

This member access is private.

TableTreeKeys * set_table(int n)  

This function is declared in internal/qtluatabletreekeys.hh source file, line 56.

This member access is private.

void set_value(int n, const Value &value)  

This function is declared in internal/qtluatabletreekeys.hh source file, line 50.

This member access is private.

void update()  

This function is declared in internal/qtluatabletreekeys.hh source file, line 57.

This member access is private.

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 16:23:03 2013 using MkDoc