#include <videopage.h>
Public Slots | |
void | propertyModified () |
void | resetModificationStatus () |
Public Member Functions | |
VideoPage (QWidget *parent=0, const char *name=0) | |
void | setSamplingRate (float rate) |
void | setWidth (int width) |
void | setHeight (int height) |
float | getSamplingRate () const |
int | getWidth () const |
int | getHeight () const |
bool | isModified () const |
void | initialisationOver () |
void VideoPage::setSamplingRate | ( | float | rate | ) | [inline] |
Sets the sampling rate.
void VideoPage::setWidth | ( | int | width | ) | [inline] |
Sets the video image width.
void VideoPage::setHeight | ( | int | height | ) | [inline] |
Sets the video image height.
float VideoPage::getSamplingRate | ( | ) | const [inline] |
Returns the sampling rate.
int VideoPage::getWidth | ( | ) | const [inline] |
Returns the video image width.
int VideoPage::getHeight | ( | ) | const [inline] |
Returns the video image height.
bool VideoPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
void VideoPage::initialisationOver | ( | ) | [inline] |
Indicates that the initialisation is finished.
void VideoPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties is modified.
void VideoPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.