kstars
ContrastBrightnessDlg Class Reference
#include <conbridlg.h>
Inheritance diagram for ContrastBrightnessDlg:

Public Slots | |
void | setBrightness (int brightnessValue) |
void | setContrast (int contrastValue) |
Public Member Functions | |
ContrastBrightnessDlg (QWidget *parent=0) | |
void | range (float min, float max, float &num) |
void | range (int min, int max, int &num) |
QSize | sizeHint () const |
~ContrastBrightnessDlg () | |
Public Attributes | |
float * | localImgBuffer |
float | offs |
float | scale |
Detailed Description
Definition at line 30 of file conbridlg.h.
Constructor & Destructor Documentation
ContrastBrightnessDlg::ContrastBrightnessDlg | ( | QWidget * | parent = 0 |
) |
Definition at line 39 of file conbridlg.cpp.
ContrastBrightnessDlg::~ContrastBrightnessDlg | ( | ) |
Definition at line 76 of file conbridlg.cpp.
Member Function Documentation
void ContrastBrightnessDlg::range | ( | float | min, | |
float | max, | |||
float & | num | |||
) |
Definition at line 87 of file conbridlg.cpp.
void ContrastBrightnessDlg::range | ( | int | min, | |
int | max, | |||
int & | num | |||
) |
Definition at line 81 of file conbridlg.cpp.
void ContrastBrightnessDlg::setBrightness | ( | int | brightnessValue | ) | [slot] |
Definition at line 165 of file conbridlg.cpp.
void ContrastBrightnessDlg::setContrast | ( | int | contrastValue | ) | [slot] |
Definition at line 96 of file conbridlg.cpp.
QSize ContrastBrightnessDlg::sizeHint | ( | ) | const |
Definition at line 234 of file conbridlg.cpp.
Member Data Documentation
Definition at line 40 of file conbridlg.h.
Definition at line 41 of file conbridlg.h.
Definition at line 42 of file conbridlg.h.
The documentation for this class was generated from the following files: