#include <ImprovQTCamOpt.h>
Collaboration diagram for ImprovQTCamOpt:
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... |
This dialog allows modification of the camera parameters, Brightness, Contrast and Saturation.
|
Constructor.
|
|
Destructor. Deletes the instance of the class. |
|
Close event handler.
|
|
Get the current brightness value of the slider.
|
|
Get the type of camera that the widget has been setup to use.
|
|
Get the current contrast value of the slider.
|
|
Get the current saturation value of the slider.
|
|
MOdify the type of camera that the widget should read and alter parameters for.
|
|
Slot for the brightness slider.
|
|
Slot for the contrast slider.
|
|
Slot for the satturation slider.
|