Freeciv-3.1
|
Data Fields | |
enum editor_object_type | objtype |
int | object_id |
struct property_page * | parent_property_page |
struct propstate_hash * | propstate_table |
GtkTreeRowReference * | rowref |
Definition at line 455 of file editprop.c.
int objbind::object_id |
Definition at line 457 of file editprop.c.
Referenced by objbind_get_object_id(), objbind_new(), property_page_add_objbind(), property_page_get_objbind(), property_page_object_changed(), and property_page_object_created().
enum editor_object_type objbind::objtype |
Definition at line 456 of file editprop.c.
Referenced by objbind_get_object(), objbind_get_objtype(), and objbind_new().
struct property_page * objbind::parent_property_page |
Definition at line 458 of file editprop.c.
Referenced by objbind_bind_properties().
struct propstate_hash * objbind::propstate_table |
Definition at line 459 of file editprop.c.
Referenced by objbind_clear_all_modified_values(), objbind_clear_modified_value(), objbind_destroy(), objbind_get_modified_value(), objbind_has_modified_properties(), objbind_new(), objbind_property_is_modified(), and objbind_set_modified_value().
GtkTreeRowReference * objbind::rowref |
Definition at line 460 of file editprop.c.
Referenced by objbind_destroy(), objbind_get_rowref(), and objbind_set_rowref().