Home
last modified time | relevance | path

Searched refs:PROP_TYPE_INT (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/dia/dia-0.97.3/objects/Misc/
H A Dgrid_object.c139 { "grid_rows", PROP_TYPE_INT, PROP_FLAG_VISIBLE,
141 { "grid_cols", PROP_TYPE_INT, PROP_FLAG_VISIBLE,
166 { "grid_rows", PROP_TYPE_INT, offsetof(Grid_Object, grid_rows) },
167 { "grid_cols", PROP_TYPE_INT, offsetof(Grid_Object, grid_cols) },
H A Dmeasure.c188 { "precision", PROP_TYPE_INT, PROP_FLAG_VISIBLE, N_("Precision"), NULL, &precision_data },
201 { "precision", PROP_TYPE_INT, offsetof(Measure, precision) },
/dports/graphics/dia/dia-0.97.3/objects/network/
H A Dbasestation.c136 { "sectors", PROP_TYPE_INT, PROP_FLAG_VISIBLE,
160 {"sectors", PROP_TYPE_INT, offsetof(Basestation, sectors)},
/dports/graphics/dia/dia-0.97.3/bindings/
H A Ddia-properties.cpp71 else if (strcmp (self->type, PROP_TYPE_INT) == 0) in get()
211 else if (strcmp (p->type, PROP_TYPE_INT) == 0) in set_prop()
/dports/graphics/dia/dia-0.97.3/objects/UML/
H A Dstate.c146 { "type", PROP_TYPE_INT, PROP_FLAG_NO_DEFAULTS|PROP_FLAG_LOAD_ONLY|PROP_FLAG_OPTIONAL,
184 { "type", PROP_TYPE_INT, offsetof(State, state_type) },
H A Dclass.c166 { "wrap_after_char", PROP_TYPE_INT, PROP_FLAG_VISIBLE | PROP_FLAG_OPTIONAL,
168 { "comment_line_length", PROP_TYPE_INT, PROP_FLAG_VISIBLE | PROP_FLAG_OPTIONAL,
282 { "wrap_after_char", PROP_TYPE_INT, offsetof(UMLClass , wrap_after_char) },
283 { "comment_line_length", PROP_TYPE_INT, offsetof(UMLClass, comment_line_length) },
/dports/graphics/dia/dia-0.97.3/lib/
H A Dproperties.h149 #define PROP_TYPE_INT "int" /* IntProperty */ macro
H A Dprop_inttypes.c703 prop_type_register(PROP_TYPE_INT,&intprop_ops); in prop_inttypes_register()
/dports/graphics/dia/dia-0.97.3/objects/Database/
H A Dcompound.c197 { "num_arms", PROP_TYPE_INT, PROP_FLAG_VISIBLE,
208 { "num_arms", PROP_TYPE_INT, offsetof(Compound, num_arms) },
/dports/graphics/dia/dia-0.97.3/plug-ins/python/
H A Dpydia-property.c539 { PROP_TYPE_INT, PyDia_get_Int, PyDia_set_Int },