anatomist 6.0.4
3D neuroimaging data viewer
QANumSlider Class Reference

A private class: slider with specific data storage (for callbacks client data), no use for it anywhere else... It should be entirely in the .cc, but we need to improve the Makefile to compile MOCs in .cc. More...

#include <anatomist/color/wMaterial.h>

Inheritance diagram for QANumSlider:
Collaboration diagram for QANumSlider:

Signals

void valueChanged (int num1, int num2, int value)
 

Public Member Functions

 QANumSlider (int num1, int num2, int minValue, int maxValue, int pageStep, int value, Qt::Orientation, QWidget *parent, const char *name=0)
 
virtual ~QANumSlider ()
 

Public Attributes

int _num1
 
int _num2
 

Protected Slots

void transformChange (int)
 

Detailed Description

A private class: slider with specific data storage (for callbacks client data), no use for it anywhere else... It should be entirely in the .cc, but we need to improve the Makefile to compile MOCs in .cc.

Definition at line 101 of file wMaterial.h.

Constructor & Destructor Documentation

◆ QANumSlider()

QANumSlider::QANumSlider ( int num1,
int num2,
int minValue,
int maxValue,
int pageStep,
int value,
Qt::Orientation ,
QWidget * parent,
const char * name = 0 )

◆ ~QANumSlider()

virtual QANumSlider::~QANumSlider ( )
inlinevirtual

Definition at line 109 of file wMaterial.h.

Member Function Documentation

◆ transformChange

void QANumSlider::transformChange ( int )
protectedslot

◆ valueChanged

void QANumSlider::valueChanged ( int num1,
int num2,
int value )
signal

Member Data Documentation

◆ _num1

int QANumSlider::_num1

Definition at line 111 of file wMaterial.h.

◆ _num2

int QANumSlider::_num2

Definition at line 112 of file wMaterial.h.


The documentation for this class was generated from the following file: