Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Related Pages  

ImprovQTCamOpt Class Reference

Camera options dialog box. More...

#include <ImprovQTCamOpt.h>

Collaboration diagram for ImprovQTCamOpt:

Collaboration graph
[legend]

Public Slots

void slotBrightnessSlider (int value)
 Slot for the brightness slider. More...

void slotContrastSlider (int value)
 Slot for the contrast slider. More...

void slotSaturationSlider (int value)
 Slot for the satturation slider. More...


Public Methods

 ImprovQTCamOpt (QWidget *parent=0, const char *name=0, imageSeqType type=OTHER, Camera *_camera=NULL, bool modal=FALSE, WFlags fl=0)
 Constructor. More...

 ~ImprovQTCamOpt ()
 Destructor. More...

imageSeqType getCameraType (void)
 Get the type of camera that the widget has been setup to use. More...

void setCameraType (imageSeqType type, Camera *_camera)
 MOdify the type of camera that the widget should read and alter parameters for. More...

int getBrightness (void)
 Get the current brightness value of the slider. More...

int getContrast (void)
 Get the current contrast value of the slider. More...

int getSaturation (void)
 Get the current saturation value of the slider. More...


Protected Methods

void closeEvent (QCloseEvent *e)
 Close event handler. More...


Detailed Description

Camera options dialog box.

This dialog allows modification of the camera parameters, Brightness, Contrast and Saturation.

See also:
Camera


Constructor & Destructor Documentation

ImprovQTCamOpt::ImprovQTCamOpt QWidget *    parent = 0,
const char *    name = 0,
imageSeqType    type = OTHER,
Camera   _camera = NULL,
bool    modal = FALSE,
WFlags    fl = 0
 

Constructor.

ImprovQTCamOpt::~ImprovQTCamOpt  
 

Destructor.

Deletes the instance of the class.


Member Function Documentation

void ImprovQTCamOpt::closeEvent QCloseEvent *    e [protected]
 

Close event handler.

int ImprovQTCamOpt::getBrightness void   
 

Get the current brightness value of the slider.

imageSeqType ImprovQTCamOpt::getCameraType void   
 

Get the type of camera that the widget has been setup to use.

int ImprovQTCamOpt::getContrast void   
 

Get the current contrast value of the slider.

int ImprovQTCamOpt::getSaturation void   
 

Get the current saturation value of the slider.

void ImprovQTCamOpt::setCameraType imageSeqType    type,
Camera   _camera
 

MOdify the type of camera that the widget should read and alter parameters for.

void ImprovQTCamOpt::slotBrightnessSlider int    value [slot]
 

Slot for the brightness slider.

Parameters:
value  Value of the slider.

void ImprovQTCamOpt::slotContrastSlider int    value [slot]
 

Slot for the contrast slider.

Parameters:
value  Value of the slider.

void ImprovQTCamOpt::slotSaturationSlider int    value [slot]
 

Slot for the satturation slider.

Parameters:
value  Value of the slider.


The documentation for this class was generated from the following files:
Generated on Tue Apr 1 11:01:17 2003 for ImprovQT by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002