[build] Bumped version to 0.5.3
[adg.git] / adg / adg-dim.c
blob418fb20c3b0c50b958e4dcc65c45d76fa6d3c532
1 /* ADG - Automatic Drawing Generation
2 * Copyright (C) 2007,2008,2009 Nicola Fontana <ntd at entidi.it>
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301, USA.
21 /**
22 * SECTION:adg-dim
23 * @short_description: Root abstract class for all dimension entities
25 * The #AdgDim class is the base stub of all the dimension entities.
26 **/
28 /**
29 * AdgDim:
31 * All fields are private and should not be used directly.
32 * Use its public methods instead.
33 **/
36 #include "adg-dim.h"
37 #include "adg-dim-private.h"
38 #include "adg-dim-style.h"
39 #include "adg-dress-builtins.h"
40 #include "adg-toy-text.h"
41 #include "adg-type-builtins.h"
42 #include "adg-intl.h"
44 #define PARENT_OBJECT_CLASS ((GObjectClass *) adg_dim_parent_class)
45 #define PARENT_ENTITY_CLASS ((AdgEntityClass *) adg_dim_parent_class)
48 enum {
49 PROP_0,
50 PROP_DIM_DRESS,
51 PROP_REF1,
52 PROP_REF2,
53 PROP_POS,
54 PROP_LEVEL,
55 PROP_OUTSIDE,
56 PROP_VALUE,
57 PROP_MIN,
58 PROP_MAX
62 static void dispose (GObject *object);
63 static void finalize (GObject *object);
64 static void get_property (GObject *object,
65 guint param_id,
66 GValue *value,
67 GParamSpec *pspec);
68 static void set_property (GObject *object,
69 guint param_id,
70 const GValue *value,
71 GParamSpec *pspec);
72 static void global_changed (AdgEntity *entity);
73 static void local_changed (AdgEntity *entity);
74 static void invalidate (AdgEntity *entity);
75 static void arrange (AdgEntity *entity);
76 static gchar * default_value (AdgDim *dim);
77 static gdouble quote_angle (gdouble angle);
78 static gboolean set_dim_dress (AdgDim *dim,
79 AdgDress dress);
80 static gboolean set_value (AdgDim *dim,
81 const gchar *value);
82 static gboolean set_min (AdgDim *dim,
83 const gchar *min);
84 static gboolean set_max (AdgDim *dim,
85 const gchar *max);
88 G_DEFINE_ABSTRACT_TYPE(AdgDim, adg_dim, ADG_TYPE_ENTITY);
91 static void
92 adg_dim_class_init(AdgDimClass *klass)
94 GObjectClass *gobject_class;
95 AdgEntityClass *entity_class;
96 GParamSpec *param;
98 gobject_class = (GObjectClass *) klass;
99 entity_class = (AdgEntityClass *) klass;
101 g_type_class_add_private(klass, sizeof(AdgDimPrivate));
103 gobject_class->dispose = dispose;
104 gobject_class->finalize = finalize;
105 gobject_class->get_property = get_property;
106 gobject_class->set_property = set_property;
108 entity_class->global_changed = global_changed;
109 entity_class->local_changed = local_changed;
110 entity_class->invalidate = invalidate;
111 entity_class->arrange = arrange;
113 klass->quote_angle = quote_angle;
114 klass->default_value = default_value;
116 param = adg_param_spec_dress("dim-dress",
117 P_("Dress Style"),
118 P_("The dress to use for rendering this dimension"),
119 ADG_DRESS_DIMENSION,
120 G_PARAM_READWRITE);
121 g_object_class_install_property(gobject_class, PROP_DIM_DRESS, param);
123 param = g_param_spec_boxed("ref1",
124 P_("Reference 1"),
125 P_("First reference point of the dimension"),
126 ADG_TYPE_POINT,
127 G_PARAM_READWRITE);
128 g_object_class_install_property(gobject_class, PROP_REF1, param);
130 param = g_param_spec_boxed("ref2",
131 P_("Reference 2"),
132 P_("Second reference point of the dimension"),
133 ADG_TYPE_POINT,
134 G_PARAM_READWRITE);
135 g_object_class_install_property(gobject_class, PROP_REF2, param);
137 param = g_param_spec_boxed("pos",
138 P_("Position"),
139 P_("The reference position in local space of the quote: it will be combined with \"level\" to get the real quote position"),
140 ADG_TYPE_POINT,
141 G_PARAM_READWRITE);
142 g_object_class_install_property(gobject_class, PROP_POS, param);
144 param = g_param_spec_double("level",
145 P_("Level"),
146 P_("The dimension level, that is the factor to multiply the baseline spacing (defined in the dimension style) to get the offset from pos where the quote should be rendered"),
147 -G_MAXDOUBLE, G_MAXDOUBLE, 1.0,
148 G_PARAM_READWRITE);
149 g_object_class_install_property(gobject_class, PROP_LEVEL, param);
151 param = g_param_spec_enum("outside",
152 P_("Outside"),
153 P_("Whether the arrows must be inside the extension lines (ADG_THREE_STATE_OFF), must be extended outside the extension lines (ADG_THREE_STATE_ON) or should be automatically handled depending on the available space"),
154 ADG_TYPE_THREE_STATE, ADG_THREE_STATE_UNKNOWN,
155 G_PARAM_READWRITE);
156 g_object_class_install_property(gobject_class, PROP_OUTSIDE, param);
158 param = g_param_spec_string("value",
159 P_("Basic Value"),
160 P_("The theoretically exact value for this quote: set to NULL to automatically get the default value"),
161 NULL,
162 G_PARAM_READWRITE);
163 g_object_class_install_property(gobject_class, PROP_VALUE, param);
165 param = g_param_spec_string("value-min",
166 P_("Minimum Value or Low Tolerance"),
167 P_("The minimum value allowed or the lowest tolerance from value (depending of the dimension style): set to NULL to suppress"),
168 NULL,
169 G_PARAM_READWRITE);
170 g_object_class_install_property(gobject_class, PROP_MIN, param);
172 param = g_param_spec_string("value-max",
173 P_("Maximum Value or High Tolerance"),
174 P_("The maximum value allowed or the highest tolerance from value (depending of the dimension style): set to NULL to suppress"),
175 NULL,
176 G_PARAM_READWRITE);
177 g_object_class_install_property(gobject_class, PROP_MAX, param);
180 static void
181 adg_dim_init(AdgDim *dim)
183 AdgDimPrivate *data = G_TYPE_INSTANCE_GET_PRIVATE(dim, ADG_TYPE_DIM,
184 AdgDimPrivate);
186 data->dim_dress = ADG_DRESS_DIMENSION;
187 data->ref1 = NULL;
188 data->ref2 = NULL;
189 data->pos = NULL;
190 data->level = 1;
191 data->outside = ADG_THREE_STATE_UNKNOWN;
192 data->value = NULL;
193 data->min = NULL;
194 data->max = NULL;
196 dim->data = data;
199 static void
200 dispose(GObject *object)
202 AdgDimPrivate *data = ((AdgDim *) object)->data;
204 if (data->quote.container != NULL) {
205 g_object_unref(data->quote.container);
206 data->quote.container = NULL;
208 if (data->ref1 != NULL) {
209 adg_point_destroy(data->ref1);
210 data->ref1 = NULL;
212 if (data->ref2 != NULL) {
213 adg_point_destroy(data->ref2);
214 data->ref2 = NULL;
216 if (data->pos != NULL) {
217 adg_point_destroy(data->pos);
218 data->pos = NULL;
221 if (PARENT_OBJECT_CLASS->dispose != NULL)
222 PARENT_OBJECT_CLASS->dispose(object);
225 static void
226 finalize(GObject *object)
228 AdgDimPrivate *data = ((AdgDim *) object)->data;
230 g_free(data->value);
231 g_free(data->min);
232 g_free(data->max);
234 if (PARENT_OBJECT_CLASS->finalize != NULL)
235 PARENT_OBJECT_CLASS->finalize(object);
238 static void
239 get_property(GObject *object, guint prop_id, GValue *value, GParamSpec *pspec)
241 AdgDimPrivate *data = ((AdgDim *) object)->data;
243 switch (prop_id) {
244 case PROP_DIM_DRESS:
245 g_value_set_int(value, data->dim_dress);
246 break;
247 case PROP_REF1:
248 g_value_set_boxed(value, data->ref1);
249 break;
250 case PROP_REF2:
251 g_value_set_boxed(value, data->ref2);
252 break;
253 case PROP_POS:
254 g_value_set_boxed(value, data->pos);
255 break;
256 case PROP_LEVEL:
257 g_value_set_double(value, data->level);
258 break;
259 case PROP_OUTSIDE:
260 g_value_set_enum(value, data->outside);
261 break;
262 case PROP_VALUE:
263 g_value_set_string(value, data->value);
264 break;
265 case PROP_MIN:
266 g_value_set_string(value, data->min);
267 break;
268 case PROP_MAX:
269 g_value_set_string(value, data->max);
270 break;
271 default:
272 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
273 break;
277 static void
278 set_property(GObject *object, guint prop_id,
279 const GValue *value, GParamSpec *pspec)
281 AdgDim *dim;
282 AdgDimPrivate *data;
284 dim = (AdgDim *) object;
285 data = dim->data;
287 switch (prop_id) {
288 case PROP_DIM_DRESS:
289 set_dim_dress(dim, g_value_get_int(value));
290 break;
291 case PROP_REF1:
292 if (data->ref1 != NULL)
293 adg_point_destroy(data->ref1);
294 data->ref1 = g_value_dup_boxed(value);
295 break;
296 case PROP_REF2:
297 if (data->ref2 != NULL)
298 adg_point_destroy(data->ref2);
299 data->ref2 = g_value_dup_boxed(value);
300 break;
301 case PROP_POS:
302 if (data->pos != NULL)
303 adg_point_destroy(data->pos);
304 data->pos = g_value_dup_boxed(value);
305 break;
306 case PROP_LEVEL:
307 data->level = g_value_get_double(value);
308 break;
309 case PROP_OUTSIDE:
310 data->outside = g_value_get_enum(value);
311 break;
312 case PROP_VALUE:
313 set_value(dim, g_value_get_string(value));
314 break;
315 case PROP_MIN:
316 set_min(dim, g_value_get_string(value));
317 break;
318 case PROP_MAX:
319 set_max(dim, g_value_get_string(value));
320 break;
321 default:
322 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
323 break;
329 * adg_dim_get_dim_dress:
330 * @dim: an #AdgDim
332 * Gets the dimension dress to be used in rendering @dim.
334 * Returns: the current dimension dress
336 AdgDress
337 adg_dim_get_dim_dress(AdgDim *dim)
339 AdgDimPrivate *data;
341 g_return_val_if_fail(ADG_IS_DIM(dim), ADG_DRESS_UNDEFINED);
343 data = dim->data;
345 return data->dim_dress;
349 * adg_dim_set_dim_dress:
350 * @dim: an #AdgDim
351 * @dress: the new #AdgDress to use
353 * Sets a new dimension dress to @dim. The new dress must be
354 * related to the original dress for this property: you cannot
355 * set a dress used for line styles to a dress managing fonts.
357 * The check is done by calling adg_dress_are_related() with
358 * @dress and the previous dress as arguments. Check out its
359 * documentation for details on what is a related dress.
361 void
362 adg_dim_set_dim_dress(AdgDim *dim, AdgDress dress)
364 g_return_if_fail(ADG_IS_DIM(dim));
366 if (set_dim_dress(dim, dress))
367 g_object_notify((GObject *) dim, "dim-dress");
371 * adg_dim_get_ref1:
372 * @dim: an #AdgDim
374 * Gets the ref1 coordinates. The returned pair is internally owned
375 * and must not be freed or modified.
377 * Returns: the ref1 coordinates
379 const AdgPair *
380 adg_dim_get_ref1(AdgDim *dim)
382 AdgDimPrivate *data;
384 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
386 data = dim->data;
388 return adg_point_pair(data->ref1);
392 * adg_dim_get_ref2:
393 * @dim: an #AdgDim
395 * Gets the ref2 coordinates. The returned pair is internally owned
396 * and must not be freed or modified.
398 * Returns: the ref2 coordinates
400 const AdgPair *
401 adg_dim_get_ref2(AdgDim *dim)
403 AdgDimPrivate *data;
405 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
407 data = dim->data;
409 return adg_point_pair(data->ref2);
413 * adg_dim_set_ref:
414 * @dim: an #AdgDim
415 * @ref1: the ref1 coordinates
416 * @ref2: the ref2 coordinates
418 * Sets the #AdgDim:ref1 and #AdgDim:ref2 reference points
419 * using @ref1 and @ref2 pairs. @ref1 or @ref2 could be
420 * %NULL (but not both), in which case only the non-null
421 * reference point is changed.
423 void
424 adg_dim_set_ref(AdgDim *dim, const AdgPair *ref1, const AdgPair *ref2)
426 GObject *object;
427 AdgDimPrivate *data;
429 g_return_if_fail(ADG_IS_DIM(dim));
430 g_return_if_fail(ref1 != NULL || ref2 != NULL);
432 data = dim->data;
433 object = (GObject *) dim;
435 g_object_freeze_notify(object);
437 if (ref1 != NULL) {
438 if (data->ref1 == NULL)
439 data->ref1 = adg_point_new();
441 adg_point_set(data->ref1, ref1);
443 g_object_notify(object, "ref1");
446 if (ref2 != NULL) {
447 if (data->ref2 == NULL)
448 data->ref2 = adg_point_new();
450 adg_point_set(data->ref2, ref2);
452 g_object_notify(object, "ref2");
455 g_object_thaw_notify(object);
459 * adg_dim_set_ref_explicit:
460 * @dim: an #AdgDim
461 * @ref1_x: x coordinate of ref1
462 * @ref1_y: y coordinate of ref1
463 * @ref2_x: x coordinate of ref2
464 * @ref2_y: y coordinate of ref2
466 * Works in the same way as adg_dim_set_ref() but using
467 * explicit coordinates instead of #AdgPair args. The
468 * notable difference is that, by using gdouble values,
469 * you can't set only a single reference point.
471 void
472 adg_dim_set_ref_explicit(AdgDim *dim,
473 gdouble ref1_x, gdouble ref1_y,
474 gdouble ref2_x, gdouble ref2_y)
476 AdgPair ref1, ref2;
478 ref1.x = ref1_x;
479 ref1.y = ref1_y;
480 ref2.x = ref2_x;
481 ref2.y = ref2_y;
483 adg_dim_set_ref(dim, &ref1, &ref2);
487 * adg_dim_set_ref_from_model:
488 * @dim: an #AdgDim
489 * @model: the source #AdgModel
490 * @ref1: name of the pair in @model to use as ref1
491 * @ref2: name of the pair in @model to use as ref2
493 * Sets #AdgDim:ref1 and #AdgDim:ref2 properties by linking
494 * them to the @ref1 and @ref2 named pairs in @model. @ref1
495 * or @ref2 could be %NULL (but not both), in which case
496 * only the non-null reference point is changed.
498 * Using this function twice you can also link the reference
499 * points to named pairs taken from different models:
501 * |[
502 * adg_dim_set_ref_from_model(dim, model1, ref1, NULL);
503 * adg_dim_set_ref_from_model(dim, model2, NULL, ref2);
504 * ]|
506 void
507 adg_dim_set_ref_from_model(AdgDim *dim, AdgModel *model,
508 const gchar *ref1, const gchar *ref2)
510 GObject *object;
511 AdgDimPrivate *data;
513 g_return_if_fail(ADG_IS_DIM(dim));
514 g_return_if_fail(ADG_IS_MODEL(model));
515 g_return_if_fail(ref1 != NULL || ref2 != NULL);
517 object = (GObject *) dim;
518 data = dim->data;
520 g_object_freeze_notify(object);
522 if (ref1 != NULL) {
523 if (data->ref1 == NULL)
524 data->ref1 = adg_point_new();
526 adg_point_set_from_model(data->ref1, model, ref1);
528 g_object_notify(object, "ref1");
531 if (ref2 != NULL) {
532 if (data->ref2 == NULL)
533 data->ref2 = adg_point_new();
535 adg_point_set_from_model(data->ref2, model, ref2);
537 g_object_notify(object, "ref2");
540 g_object_thaw_notify(object);
544 * adg_dim_get_pos:
545 * @dim: an #AdgDim
547 * Gets the position coordinates. The returned pair is internally owned
548 * and must not be freed or modified.
550 * Returns: the pos coordinates
552 const AdgPair *
553 adg_dim_get_pos(AdgDim *dim)
555 AdgDimPrivate *data;
557 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
559 data = dim->data;
561 return adg_point_pair(data->pos);
565 * adg_dim_set_pos:
566 * @dim: an #AdgDim
567 * @pos: the pos coordinates
569 * Sets a new #AdgDim:pos position.
571 void
572 adg_dim_set_pos(AdgDim *dim, const AdgPair *pos)
574 AdgDimPrivate *data;
576 g_return_if_fail(ADG_IS_DIM(dim));
577 g_return_if_fail(pos != NULL);
579 data = dim->data;
581 if (data->pos == NULL)
582 data->pos = adg_point_new();
584 adg_point_set(data->pos, pos);
586 g_object_notify((GObject *) dim, "pos");
590 * adg_dim_set_pos_explicit:
591 * @dim: an #AdgDim
592 * @pos_x: x coordinate of pos
593 * @pos_y: y coordinate of pos
595 * Shortcut to set #AdgDim:pos using explicit coordinates.
597 void
598 adg_dim_set_pos_explicit(AdgDim *dim, gdouble x, gdouble y)
600 AdgPair pos;
602 pos.x = x;
603 pos.y = y;
605 adg_dim_set_pos(dim, &pos);
609 * adg_dim_set_pos_from_model:
610 * @dim: an #AdgDim
611 * @model: the source #AdgModel
612 * @ref1: name of the pair in @model to use as pos
614 * Sets #AdgDim:pos by linking it to the @pos named pair
615 * in @model.
617 void
618 adg_dim_set_pos_from_model(AdgDim *dim, AdgModel *model, const gchar *pos)
620 AdgDimPrivate *data;
622 g_return_if_fail(ADG_IS_DIM(dim));
623 g_return_if_fail(ADG_IS_MODEL(model));
624 g_return_if_fail(pos != NULL);
626 data = dim->data;
628 if (data->pos == NULL)
629 data->pos = adg_point_new();
631 adg_point_set_from_model(data->pos, model, pos);
633 g_object_notify((GObject *) dim, "pos");
637 * adg_dim_get_level:
638 * @dim: an #AdgDim
640 * Gets the level of this dimension.
642 * Returns: the level value
644 gdouble
645 adg_dim_get_level(AdgDim *dim)
647 AdgDimPrivate *data;
649 g_return_val_if_fail(ADG_IS_DIM(dim), 0);
651 data = dim->data;
653 return data->level;
657 * adg_dim_set_level:
658 * @dim: an #AdgDim
659 * @level: the new level
661 * Sets a new level for this dimension. The level is used to
662 * stack the quotes using a spacing value from dim_style
663 * (specified in global space).
665 void
666 adg_dim_set_level(AdgDim *dim, gdouble level)
668 AdgDimPrivate *data;
670 g_return_if_fail(ADG_IS_DIM(dim));
672 data = dim->data;
673 data->level = level;
675 g_object_notify((GObject *) dim, "level");
679 * adg_dim_get_outside:
680 * @dim: an #AdgDim
682 * Gets the state of the #AdgDim:outside property: check the property
683 * documentation for further details.
685 * Returns: the current flag state
687 AdgThreeState
688 adg_dim_get_outside(AdgDim *dim)
690 AdgDimPrivate *data;
692 g_return_val_if_fail(ADG_IS_DIM(dim), ADG_THREE_STATE_UNKNOWN);
694 data = dim->data;
696 return data->outside;
700 * adg_dim_set_outside:
701 * @dim: an #AdgDim
702 * @outside: the new outside state
704 * Sets a new state for the #AdgDim:outside flag: check the property
705 * documentation for further details.
707 void
708 adg_dim_set_outside(AdgDim *dim, AdgThreeState outside)
710 AdgDimPrivate *data;
712 g_return_if_fail(ADG_IS_DIM(dim));
714 data = dim->data;
715 data->outside = outside;
717 g_object_notify((GObject *) dim, "outside");
721 * adg_dim_get_value:
722 * @dim: an #AdgDim
724 * Gets the value text. The string is internally owned and
725 * must not be freed or modified.
727 * Returns: the value text
729 const gchar *
730 adg_dim_get_value(AdgDim *dim)
732 AdgDimPrivate *data;
734 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
736 data = dim->data;
738 return data->value;
742 * adg_dim_set_value:
743 * @dim: an #AdgDim
744 * @value: the value text
746 * Explicitely sets the text to use as value. If @value is %NULL or
747 * was never set, an automatic text is calculated using the format
748 * specified in the current #AdgDimStyle and getting its value by
749 * calling the default_value() virtual method.
751 void
752 adg_dim_set_value(AdgDim *dim, const gchar *value)
754 g_return_if_fail(ADG_IS_DIM(dim));
756 if (set_value(dim, value))
757 g_object_notify((GObject *) dim, "value");
761 * adg_dim_get_min:
762 * @dim: an #AdgDim
764 * Gets the minimum value text or %NULL on minimum value disabled.
765 * The string is internally owned and must not be freed or modified.
767 * Returns: the mimimum value text
769 const gchar *
770 adg_dim_get_min(AdgDim *dim)
772 AdgDimPrivate *data;
774 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
776 data = dim->data;
778 return data->min;
782 * adg_dim_set_min:
783 * @dim: an #AdgDim
784 * @min: the new minimum limit
786 * Sets the minimum value. Use %NULL as @min to disable it.
788 void
789 adg_dim_set_min(AdgDim *dim, const gchar *min)
791 g_return_if_fail(ADG_IS_DIM(dim));
793 if (set_min(dim, min))
794 g_object_notify((GObject *) dim, "value-min");
798 * adg_dim_get_max:
799 * @dim: an #AdgDim
801 * Gets the maximum value text or %NULL on maximum value disabled.
802 * The string is internally owned and must not be freed or modified.
804 * Returns: the maximum value text
806 const gchar *
807 adg_dim_get_max(AdgDim *dim)
809 AdgDimPrivate *data;
811 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
813 data = dim->data;
815 return data->max;
819 * adg_dim_set_max:
820 * @dim: an #AdgDim
821 * @max: the new maximum value
823 * Sets the maximum value. Use %NULL as @max to disable it.
825 void
826 adg_dim_set_max(AdgDim *dim, const gchar *max)
828 g_return_if_fail(ADG_IS_DIM(dim));
830 if (set_max(dim, max))
831 g_object_notify((GObject *) dim, "value-max");
835 * adg_dim_set_limits:
836 * @dim: an #AdgDim
837 * @min: the new minumum value
838 * @max: the new maximum value
840 * Shortcut to set both the limits at once.
842 void
843 adg_dim_set_limits(AdgDim *dim, const gchar *min, const gchar *max)
845 g_return_if_fail(ADG_IS_DIM(dim));
847 g_object_freeze_notify((GObject *) dim);
848 adg_dim_set_min(dim, min);
849 adg_dim_set_max(dim, max);
850 g_object_thaw_notify((GObject *) dim);
854 * adg_dim_get_quote:
855 * @dim: an #AdgDim
857 * <note><para>
858 * This function is only useful in new dimension implementations.
859 * </para></note>
861 * Gets the quote container, if any. This function is valid only
862 * after the #AdgDim implementation of the arrange() virtual method
863 * has been called.
865 * Returns: the quote container
867 AdgContainer *
868 adg_dim_get_quote(AdgDim *dim)
870 AdgDimPrivate *data;
872 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
874 data = dim->data;
876 return data->quote.container;
880 * adg_dim_quote_angle:
881 * @dim: an #AdgDim
882 * @angle: an angle (in radians)
884 * <note><para>
885 * This function is only useful in new dimension implementations.
886 * </para></note>
888 * Converts @angle accordling to the style of @dim. Any quote angle
889 * should be validated by this method because every dimensioning
890 * style has its own convention regardling the text rotation.
892 * Returns: the angle to use (always in radians)
894 gdouble
895 adg_dim_quote_angle(AdgDim *dim, gdouble angle)
897 AdgDimClass *klass;
899 g_return_val_if_fail(ADG_IS_DIM(dim), angle);
901 klass = ADG_DIM_GET_CLASS(dim);
903 if (klass->quote_angle == NULL)
904 return angle;
906 return klass->quote_angle(angle);
910 * _adg_dim_get_dim_style:
911 * @dim: an #AdgDim entity
913 * Gets the #AdgDimStyle associated to @dim. The dress to style
914 * resolution is done in the arrange() method so this value is
915 * typically available in render() or in a derived arrange()
916 * method, after the #AdgDim arrange() function has been chained up.
918 * Returns: the dim style of @entity
920 AdgDimStyle *
921 _adg_dim_get_dim_style(AdgDim *dim)
923 AdgDimPrivate *data;
925 g_return_val_if_fail(ADG_IS_DIM(dim), NULL);
927 data = dim->data;
929 return data->dim_style;
933 static void
934 arrange(AdgEntity *entity)
936 AdgDim *dim;
937 AdgDimPrivate *data;
938 AdgEntity *container_entity;
939 AdgEntity *value_entity;
940 AdgEntity *min_entity;
941 AdgEntity *max_entity;
942 CpmlExtents extents;
943 AdgMatrix map;
944 const AdgPair *shift;
946 dim = (AdgDim *) entity;
947 data = dim->data;
949 /* Resolve the dim style */
950 if (data->dim_style == NULL)
951 data->dim_style = (AdgDimStyle *) adg_entity_style(entity,
952 data->dim_dress);
954 if (data->quote.container == NULL)
955 data->quote.container = g_object_new(ADG_TYPE_CONTAINER,
956 "parent", dim, NULL);
958 if (data->quote.value == NULL) {
959 AdgDress dress = adg_dim_style_get_value_dress(data->dim_style);
961 data->quote.value = g_object_new(ADG_TYPE_TOY_TEXT,
962 "font-dress", dress, NULL);
964 adg_container_add(data->quote.container,
965 (AdgEntity *) data->quote.value);
967 if (data->value == NULL) {
968 /* Automatically generate the value text */
969 gchar *text = ADG_DIM_GET_CLASS(dim)->default_value(dim);
970 adg_toy_text_set_label(data->quote.value, text);
971 g_free(text);
972 } else {
973 adg_toy_text_set_label(data->quote.value, data->value);
977 if (data->quote.min == NULL && data->min != NULL) {
978 AdgDress dress = adg_dim_style_get_min_dress(data->dim_style);
980 data->quote.min = g_object_new(ADG_TYPE_TOY_TEXT,
981 "font-dress", dress, NULL);
983 adg_container_add(data->quote.container, (AdgEntity *) data->quote.min);
984 adg_toy_text_set_label(data->quote.min, data->min);
987 if (data->quote.max == NULL && data->max != NULL) {
988 AdgDress dress = adg_dim_style_get_max_dress(data->dim_style);
990 data->quote.max = g_object_new(ADG_TYPE_TOY_TEXT,
991 "font-dress", dress, NULL);
993 adg_container_add(data->quote.container, (AdgEntity *) data->quote.max);
994 adg_toy_text_set_label(data->quote.max, data->max);
997 container_entity = (AdgEntity *) data->quote.container;
998 value_entity = (AdgEntity *) data->quote.value;
999 min_entity = (AdgEntity *) data->quote.min;
1000 max_entity = (AdgEntity *) data->quote.max;
1002 /* Propagate the arrange signal to the quote container */
1003 adg_entity_arrange(container_entity);
1005 /* Basic value */
1006 adg_entity_get_extents(value_entity, &extents);
1008 /* Limit values (min and max) */
1009 if (min_entity != NULL || max_entity != NULL) {
1010 CpmlExtents min_extents = { 0 };
1011 CpmlExtents max_extents = { 0 };
1012 gdouble spacing = 0;
1014 /* Minimum limit */
1015 if (min_entity != NULL)
1016 adg_entity_get_extents(min_entity, &min_extents);
1018 /* Maximum limit */
1019 if (max_entity != NULL)
1020 adg_entity_get_extents(max_entity, &max_extents);
1022 shift = adg_dim_style_get_limits_shift(data->dim_style);
1023 if (min_entity != NULL && max_entity != NULL)
1024 spacing = adg_dim_style_get_limits_spacing(data->dim_style);
1026 cairo_matrix_init_translate(&map, extents.size.x + shift->x,
1027 (spacing + min_extents.size.y +
1028 max_extents.size.y) / 2 +
1029 shift->y - extents.size.y / 2);
1031 if (min_entity != NULL)
1032 adg_entity_set_global_map(min_entity, &map);
1034 if (max_entity != NULL) {
1035 cairo_matrix_translate(&map, 0, -min_extents.size.y - spacing);
1036 adg_entity_set_global_map(max_entity, &map);
1039 extents.size.x += shift->x + MAX(min_extents.size.x, max_extents.size.x);
1042 /* Center and apply the style displacements */
1043 shift = adg_dim_style_get_quote_shift(data->dim_style);
1044 cairo_matrix_init_translate(&map, shift->x - extents.size.x / 2, shift->y);
1045 adg_entity_set_global_map(container_entity, &map);
1047 adg_entity_arrange(container_entity);
1050 static void
1051 global_changed(AdgEntity *entity)
1053 AdgDimPrivate *data = ((AdgDim *) entity)->data;
1055 PARENT_ENTITY_CLASS->global_changed(entity);
1057 if (data->quote.container != NULL)
1058 adg_entity_global_changed((AdgEntity *) data->quote.container);
1061 static void
1062 local_changed(AdgEntity *entity)
1064 AdgDimPrivate *data = ((AdgDim *) entity)->data;
1066 PARENT_ENTITY_CLASS->local_changed(entity);
1068 if (data->quote.container != NULL)
1069 adg_entity_local_changed((AdgEntity *) data->quote.container);
1072 static void
1073 invalidate(AdgEntity *entity)
1075 AdgDimPrivate *data = ((AdgDim *) entity)->data;
1077 if (data->quote.container != NULL)
1078 adg_entity_invalidate((AdgEntity *) data->quote.container);
1080 adg_point_invalidate(data->ref1);
1081 adg_point_invalidate(data->ref2);
1082 adg_point_invalidate(data->pos);
1085 static gchar *
1086 default_value(AdgDim *dim)
1088 g_warning("AdgDim::default_value not implemented for `%s'",
1089 g_type_name(G_TYPE_FROM_INSTANCE(dim)));
1090 return g_strdup("undef");
1093 static gdouble
1094 quote_angle(gdouble angle)
1096 angle = cpml_angle(angle);
1098 if (angle > G_PI_4 * 4 / 3 || angle <= -G_PI_4 * 3)
1099 angle = cpml_angle(angle + G_PI);
1101 return angle;
1104 static gboolean
1105 set_dim_dress(AdgDim *dim, AdgDress dress)
1107 AdgDimPrivate *data = dim->data;
1109 if (adg_dress_set(&data->dim_dress, dress)) {
1110 data->dim_style = NULL;
1111 return TRUE;
1114 return FALSE;
1117 static gboolean
1118 set_value(AdgDim *dim, const gchar *value)
1120 AdgDimPrivate *data;
1122 data = dim->data;
1124 if (adg_strcmp(value, data->value) == 0)
1125 return FALSE;
1127 g_free(data->value);
1128 data->value = g_strdup(value);
1130 if (data->quote.value != NULL) {
1131 g_object_unref(data->quote.value);
1132 data->quote.value = NULL;
1135 return TRUE;
1138 static gboolean
1139 set_min(AdgDim *dim, const gchar *min)
1141 AdgDimPrivate *data = dim->data;
1143 if (adg_strcmp(min, data->min) == 0)
1144 return FALSE;
1146 g_free(data->min);
1147 data->min = g_strdup(min);
1149 if (data->quote.min != NULL) {
1150 g_object_unref(data->quote.min);
1151 data->quote.min = NULL;
1154 return TRUE;
1157 static gboolean
1158 set_max(AdgDim *dim, const gchar *max)
1160 AdgDimPrivate *data = dim->data;
1162 if (adg_strcmp(max, data->max) == 0)
1163 return FALSE;
1165 g_free(data->max);
1166 data->max = g_strdup(max);
1168 if (data->quote.max != NULL) {
1169 g_object_unref(data->quote.max);
1170 data->quote.max = NULL;
1173 return TRUE;