X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondefault.h;h=354e1725c3c188bd46146f6dcbfdd1cc08726996;hb=d86611a87f46873819dfae63f1112b248ba9aca1;hp=c02bfe09a60598ca8dd2ff69f9c71e93f2515c44;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actiondefault.h b/src/actions/actiondefault.h index c02bfe0..354e172 100644 --- a/src/actions/actiondefault.h +++ b/src/actions/actiondefault.h @@ -17,13 +17,13 @@ class ActionDefault: public ActionInterface * Action States. */ enum Status { - Neutral, /**< we don't know what we do yet. */ - Dragging, /**< dragging (either an entity or the - first part of a selection window) */ - SetCorner2, /**< Setting the 2nd corner of a selection window. */ - Moving, /**< Moving entities (drag'n'drop) */ - MovingRef /**< Moving a reference point of one or more selected - entities */ + Neutral, /**< we don't know what we do yet. */ + Dragging, /**< dragging (either an entity or the + first part of a selection window) */ + SetCorner2, /**< Setting the 2nd corner of a selection window. */ + Moving, /**< Moving entities (drag'n'drop) */ + MovingRef /**< Moving a reference point of one or more selected + entities */ }; public: