Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
objbind Struct Reference

Data Fields

enum editor_object_type objtype
 
int object_id
 
struct property_pageparent_property_page
 
struct propstate_hash * propstate_table
 
GtkTreeRowReference * rowref
 

Detailed Description

Definition at line 455 of file editprop.c.

Field Documentation

◆ object_id

int objbind::object_id

◆ objtype

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().

◆ parent_property_page

struct property_page * objbind::parent_property_page

Definition at line 458 of file editprop.c.

Referenced by objbind_bind_properties().

◆ propstate_table

struct propstate_hash * objbind::propstate_table

◆ rowref

GtkTreeRowReference * objbind::rowref

Definition at line 460 of file editprop.c.

Referenced by objbind_destroy(), objbind_get_rowref(), and objbind_set_rowref().