Changeset 56 in flair-dev for trunk/include/FlairCore
- Timestamp:
- Jul 4, 2017, 10:14:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairCore/OneAxisRotation.h
r50 r56 37 37 */ 38 38 class OneAxisRotation : public gui::GroupBox { 39 public: 39 public: 40 /*! 41 \enum RotationType_t 42 \brief rotation type 43 */ 44 enum RotationType_t { 45 PreRotation,//rotation 46 PostRotation//frame change 47 }; 40 48 /*! 41 49 * \brief Constructor … … 46 54 * \param name name 47 55 */ 48 OneAxisRotation(const gui::LayoutPosition *position, std::string name l);56 OneAxisRotation(const gui::LayoutPosition *position, std::string name,RotationType_t rotationType); 49 57 50 58 /*!
Note:
See TracChangeset
for help on using the changeset viewer.