Changeset 56 in flair-dev for trunk/include/FlairCore


Ignore:
Timestamp:
07/04/17 10:14:05 (7 years ago)
Author:
Sanahuja Guillaume
Message:

m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/FlairCore/OneAxisRotation.h

    r50 r56  
    3737*/
    3838class 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  };
    4048  /*!
    4149  * \brief Constructor
     
    4654  * \param name name
    4755  */
    48   OneAxisRotation(const gui::LayoutPosition *position, std::string namel);
     56  OneAxisRotation(const gui::LayoutPosition *position, std::string name,RotationType_t rotationType);
    4957
    5058  /*!
Note: See TracChangeset for help on using the changeset viewer.