author | insilmaril |
Wed, 25 Apr 2007 16:02:54 +0000 | |
changeset 478 | f4aae4fdc1bc |
parent 477 | a9ac5dea9561 |
child 479 | 7a651cb19690 |
xlinkobj.h | file | annotate | diff | revisions |
1.1 --- a/xlinkobj.h Wed Apr 25 16:02:54 2007 +0000 1.2 +++ b/xlinkobj.h Wed Apr 25 16:02:54 2007 +0000 1.3 @@ -5,6 +5,8 @@ 1.4 1.5 enum XLinkState {undefinedXLink,initXLink,activeXLink,deleteXLink}; 1.6 1.7 +/*! \brief xlinks are used to draw arbitrary connections between branches (BranchObj) in the map. */ 1.8 + 1.9 ///////////////////////////////////////////////////////////////////////////// 1.10 class XLinkObj:public MapObj { 1.11 public: