appkit  1.5.1
RoadNarrows Robotics Application Kit
Rotation Transformation Directives

Enumerations

enum  rnr::RotOp {
  rnr::RotOp0,
  rnr::RotOp90,
  rnr::RotOp180,
  rnr::RotOp270
}
 

Detailed Description

Window widget, image, or video rotation.

Enumeration Type Documentation

enum rnr::RotOp
Enumerator
RotOp0 

0 ° rotation (none)

RotOp90 

90 rotation

RotOp180 

180 rotation (flip verically)

RotOp270 

270 rotation (-90 °)

Definition at line 97 of file Win.h.

98  {
99  RotOp0, ///< 0\h_deg rotation (none)
100  RotOp90, ///< 90\h_get rotation
101  RotOp180, ///< 180\h_get rotation (flip verically)
102  RotOp270 ///< 270\h_get rotation (-90\h_deg)
103  };
180 rotation (flip verically)
Definition: Win.h:101
270 rotation (-90 &deg;)
Definition: Win.h:102
90 rotation
Definition: Win.h:100
0 &deg; rotation (none)
Definition: Win.h:99