SimpleTableModel

Categoryrefcounted
Typehime_simple_table_model_t
InheritsTableModel

An implementation of TableModel that stores data in memory.

In this model, each row is an array of strings, and the model ID is the index of the row array.

Constructors

hime_simple_table_model_t hime_simple_table_model_create()

Create an empty SimpleTableModel

Return

hime_simple_table_model_t

Methods

void hime_simple_table_model_add_row(self, row, row_size)

Append a new row.

Parameters

Return

void

void hime_simple_table_model_remove_row_at(self, index)

Remove the row at index.

Parameters

Return

void