mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
New symbol part list control that shows previews and has a built in editor
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@529 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -63,7 +63,7 @@ class SymbolBasicShapeEditor : public SymbolEditorBase {
|
||||
/** when centered: a = center, b-a = radius
|
||||
* otherwise: a = top left, b = bottom right
|
||||
*/
|
||||
void makeShape(const Vector2D& a, const Vector2D& b, bool constrained, bool centered);
|
||||
void makeShape(Vector2D a, Vector2D b, bool constrained, bool snap, bool centered);
|
||||
|
||||
/// Make the shape, centered in c, with radius r
|
||||
void makeCenteredShape(const Vector2D& c, Vector2D r, bool constrained);
|
||||
|
||||
Reference in New Issue
Block a user