Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Signals | Public Member Functions | Private Slots | Private Attributes
icl::qt::ImgParamWidget Class Reference

Internally used widget to define image params. More...

#include <ImgParamWidget.h>

List of all members.

Signals

void somethingChanged (int width, int height, int d, int format)

Public Member Functions

 ImgParamWidget (QWidget *parent)
void doEmitState ()
void getParams (int &width, int &height, int &d, int &fmt) const

Private Slots

void sizeChanged (const QString &val)
void formatChanged (const QString &val)
void depthChanged (const QString &val)
void setup (int width, int height, int d, int format)

Private Attributes

QComboBox * m_poSizeCombo
QComboBox * m_poDepthCombo
QComboBox * m_poFormatCombo
QHBoxLayout * m_poLayout
int m_iWidth
int m_iHeight
int m_iDepth
int m_iFormat

Detailed Description

Internally used widget to define image params.


Constructor & Destructor Documentation


Member Function Documentation

void icl::qt::ImgParamWidget::depthChanged ( const QString &  val) [private, slot]
void icl::qt::ImgParamWidget::formatChanged ( const QString &  val) [private, slot]
void icl::qt::ImgParamWidget::getParams ( int &  width,
int &  height,
int &  d,
int &  fmt 
) const
void icl::qt::ImgParamWidget::setup ( int  width,
int  height,
int  d,
int  format 
) [private, slot]
void icl::qt::ImgParamWidget::sizeChanged ( const QString &  val) [private, slot]
void icl::qt::ImgParamWidget::somethingChanged ( int  width,
int  height,
int  d,
int  format 
) [signal]

Member Data Documentation

QHBoxLayout* icl::qt::ImgParamWidget::m_poLayout [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines