#include <proxycachemodel.h>
Data Fields | |
| void *(* | create )(AlpProxyCacheModel *model, gint row) |
| method for creating a new row item | |
| void *(* | create_user_data )(AlpProxyCacheModel *model, gint row) |
| optional method for automatically creating user_data for a given row | |
| void(* | destroy )(AlpProxyCacheModel *model, void *item) |
| method for destroying a given row item | |
| void(* | destroy_user_data )(AlpProxyCacheModel *model, void *user_data) |
| optional method for automatically destroying user_data for a given row. | |
| GType(* | get_column_type )(AlpProxyCacheModel *model, gint column) |
| method for getting number of columns for given tree model | |
| gint(* | get_n_columns )(AlpProxyCacheModel *model) |
| method for getting number of columns for given tree model | |
| gboolean(* | get_value )(AlpProxyCacheModel *model, void *item, gint column, GValue *value) |
| method for getting a GValue for a given column in a given row | |
|
|
method for creating a new row item
|
|
|
optional method for automatically creating user_data for a given row
|
|
|
method for destroying a given row item
|
|
|
optional method for automatically destroying user_data for a given row.
|
|
|
method for getting number of columns for given tree model
|
|
|
method for getting number of columns for given tree model
|
|
|
method for getting a GValue for a given column in a given row
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.