#include <neuroscopevideopage.h>
Public Member Functions | |
NeuroscopeVideoPage (QWidget *parent=0, const char *name=0) | |
void | setBackgroundImage (QString image) |
void | setPositionsBackground (bool draw) |
void | setRotation (int angle) |
void | setFlip (int orientation) |
QString | getBackgroundImage () const |
bool | getPositionsBackground () const |
int | getRotation () const |
int | getFlip () const |
bool | isModified () const |
void | initialisationOver () |
void NeuroscopeVideoPage::setBackgroundImage | ( | QString | image | ) | [inline] |
Sets the background image.
void NeuroscopeVideoPage::setPositionsBackground | ( | bool | draw | ) | [inline] |
All the positions contained in a position file can be used to create a background image for the PositionView. This function sets if such background has to be created.
void NeuroscopeVideoPage::setRotation | ( | int | angle | ) | [inline] |
Sets the video image rotation angle.
void NeuroscopeVideoPage::setFlip | ( | int | orientation | ) | [inline] |
Sets the video image flip orientation. 0 stands for none, 1 for vertical and 2 for horizontal.
QString NeuroscopeVideoPage::getBackgroundImage | ( | ) | const [inline] |
Returns the background image.
bool NeuroscopeVideoPage::getPositionsBackground | ( | ) | 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.
int NeuroscopeVideoPage::getRotation | ( | ) | const [inline] |
Returns the video image rotation angle.
int NeuroscopeVideoPage::getFlip | ( | ) | const [inline] |
Returns the video image flip orientation. 0 stands for none, 1 for vertical and 2 for horizontal.
bool NeuroscopeVideoPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
void NeuroscopeVideoPage::initialisationOver | ( | ) | [inline] |
Indicates that the initialisation is finished.