xamax

About

Username
xamax
Joined
Visits
0
Last Active
Roles
Member

Comments

  • Hi everyone, thank you for all your answers, I was actually refering to what david said about having one of every 10th dot or line be larger. I tried to have the shortcut working directly from the keybinding panel before and it did not work, so I ab…
  • Hi Matthias, my idea was not to create circle as a circle object but more to directly create a polygon object with a circle shape, which presents the advantage to be drawn directly with a preview, to be usable in the boolean operations, and without …
  • You may want to look at the source code, there is a .cc file for this library, it is hardcoded I think. Best regards, Max
  • 4 - edtMainService.cc /** * @brief Implementation of the insert notification object * * The basic purpose of this object is to provide a new selection for the * new shapes inserted. */ class NewObjectsSelection : public db::ClipboardDataI…
  • 3 - in edtPlugin.cc // by xamax, I could not get the meaning of the option pair, I put 4014 ramdomly :P static tl::RegisteredClass<lay::PluginDeclaration> config_decl6 ( new edt::PluginDeclaration<edt::CircleService> (tl::translate (&…
  • 2 - in edtServiceImpl.h /** * @brief Implementation of edt::Service for circle editing */ class CircleService : public ShapeEditService { public: CircleService (db::Manager *manager, lay::LayoutView *view); virtual lay::PropertiesPage *pr…