Lines Matching refs:side
47 #include "box3d-side.h"
513 // TODO: Incorporate this in box3d-side.cpp!
515 Box3DSide *side = Box3DSide::createBox3DSide(box3d);
521 side->dir1 = Box3D::extract_first_axis_direction(plane);
522 side->dir2 = Box3D::extract_second_axis_direction(plane);
523 side->front_or_rear = (Box3D::FrontOrRear) (desc & 0x8);
529 descr += box3d_side_axes_string(side);
538 side->setAttribute("style", cur_style.data());
542 g_string_printf (pstring, "/tools/shapes/3dbox/%s", box3d_side_axes_string(side));
543 desktop->applyCurrentOrToolStyle (side, pstring->str, false);
546 side->updateRepr(); // calls box3d_side_write() and updates, e.g., the axes string description