add comments

This commit is contained in:
Martin Marmsoler
2020-06-01 18:40:32 +02:00
committed by Laurent Trinques
parent 51843bf03e
commit 3bac452141

View File

@@ -36,7 +36,15 @@ public:
// must be public, because this class is a private member of PartTerminal/Terminal and they must // must be public, because this class is a private member of PartTerminal/Terminal and they must
// access this data // access this data
public: public:
/*!
* \brief m_orientation
* Orientation of the terminal
*/
Qet::Orientation m_orientation; Qet::Orientation m_orientation;
/*!
* \brief second_point
* Position of the second point of the terminal in scene coordinates
*/
QPointF second_point; QPointF second_point;
/*! /*!
* \brief m_uuid * \brief m_uuid