IVT
|
#include <QTColorParameterWindow.h>
Public Member Functions | |
CQTColorParameterWindow (int width, int height) | |
~CQTColorParameterWindow () | |
void | Update (const CByteImage *const *ppInputImages, int nImages) |
const CColorParameterSet * | GetColorParameterSet () const |
Public Member Functions inherited from CQTWindow | |
CQTWindow (int nWidth, int nHeight, CWindowEventInterface *pWindowEventInterface=0, QWidget *pParent=0) | |
~CQTWindow () | |
void | Show () |
void | Hide () |
void | DrawImage (const CByteImage *pImage, int x=0, int y=0) |
Public Member Functions inherited from CGUIInterface | |
virtual | ~CGUIInterface () |
Definition at line 88 of file QTColorParameterWindow.h.
CQTColorParameterWindow::CQTColorParameterWindow | ( | int | width, |
int | height | ||
) |
Definition at line 76 of file QTColorParameterWindow.cpp.
CQTColorParameterWindow::~CQTColorParameterWindow | ( | ) |
Definition at line 295 of file QTColorParameterWindow.cpp.
const CColorParameterSet * CQTColorParameterWindow::GetColorParameterSet | ( | ) | const |
Definition at line 430 of file QTColorParameterWindow.cpp.
void CQTColorParameterWindow::Update | ( | const CByteImage *const * | ppInputImages, |
int | nImages | ||
) |
Definition at line 412 of file QTColorParameterWindow.cpp.