Lines Matching defs:box
477 /* Box3D (= the new 3D box structure) */
491 SPBox3D *box = dynamic_cast<SPBox3D *>(item);
492 if (box) {
493 return box3d_get_corner_screen(box, knot_id);
505 SPBox3D *box = dynamic_cast<SPBox3D *>(item);
506 g_assert(box != NULL);
516 box3d_set_corner (box, knot_id, s * i2dt, movement, (state & GDK_CONTROL_MASK));
517 box3d_set_z_orders(box);
518 box3d_position_set(box);
626 SPBox3D *box = dynamic_cast<SPBox3D *>(item);
627 if (box) {
628 return box3d_get_center_screen(box);
687 SPBox3D *box = dynamic_cast<SPBox3D *>(item);
688 g_assert(box != NULL);
691 box3d_set_center(box, s * i2dt, origin * i2dt, !(state & GDK_SHIFT_MASK) ? Box3D::XY : Box3D::Z,
694 box3d_set_z_orders(box);
695 box3d_position_set(box);
712 _("Resize box in X/Y direction; with <b>Shift</b> along the Z axis; "
716 _("Resize box in X/Y direction; with <b>Shift</b> along the Z axis; "
720 _("Resize box in X/Y direction; with <b>Shift</b> along the Z axis; "
724 _("Resize box in X/Y direction; with <b>Shift</b> along the Z axis; "
728 _("Resize box along the Z axis; with <b>Shift</b> in X/Y direction; "
732 _("Resize box along the Z axis; with <b>Shift</b> in X/Y direction; "
736 _("Resize box along the Z axis; with <b>Shift</b> in X/Y direction; "
740 _("Resize box along the Z axis; with <b>Shift</b> in X/Y direction; "
744 _("Move the box in perspective"),