VideoPage Class Reference

#include <videopage.h>

List of all members.

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 ()


Detailed Description

Author:
Lynn Hazan


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Sat Sep 15 16:04:46 2007 for ndmanager.kdevelop by  doxygen 1.5.1