#include <neuroscopevideoinfo.h>
Public Member Functions | |
| int | getRotation () const |
| int | getFlip () const |
| int | getTrajectory () const |
| QString | getBackgroundImage () const |
| void | setRotation (int angle) |
| void | setFlip (int flip) |
| void | setTrajectory (int trajectory) |
| void | setBackgroundImage (QString background) |
| int NeuroscopeVideoInfo::getRotation | ( | ) | const [inline] |
Returns the video image rotation angle (0,90,180,270). The angle is counted counterclockwise.
| int NeuroscopeVideoInfo::getFlip | ( | ) | const [inline] |
Returns the video image flip orientation. 0 stands for none, 1 for vertical and 2 for horizontal.
| int NeuroscopeVideoInfo::getTrajectory | ( | ) | const [inline] |
All the positions contained in a position file can be used to create a background image for the PositionView. The value return by this function tells if such background has to be created.
| QString NeuroscopeVideoInfo::getBackgroundImage | ( | ) | const [inline] |
Gets the url of the background image.
| void NeuroscopeVideoInfo::setRotation | ( | int | angle | ) | [inline] |
Sets the video image rotation angle (0,90,180,270). The angle is counted counterclockwise.
| angle | the rotation angle. |
| void NeuroscopeVideoInfo::setFlip | ( | int | flip | ) | [inline] |
Sets the video image flip orientation. 0 stands for none, 1 for vertical and 2 for horizontal.
| flip | flip orientation. |
| void NeuroscopeVideoInfo::setTrajectory | ( | int | trajectory | ) | [inline] |
All the positions contained in a position file can be used to create a background image for the PositionView. The value set by this function tells if such background has to be created.
| trajectory | 1 if the all the positions contain in the position file have to be drawn on the background, 0 otherwise. |
| void NeuroscopeVideoInfo::setBackgroundImage | ( | QString | background | ) | [inline] |
Sets the url of the background image.
| background | the url of the background image. |
1.5.1