#include <qslot.h>
Public Slots | |
void | updateTimeSlider (int opChoice) |
void | resetEnd () |
void | resetStart () |
Public Member Functions | |
timeSlider (QdObject_var dobj, bool acceptTSlice, bool acceptTSubset, QWidget *parent=0, char *name=0) | |
virtual | ~timeSlider () |
bool | isDefault () |
Public Attributes | |
QComboBox * | sliceChoice |
RecordSlider * | fromSlider |
RecordSlider * | toSlider |
RecordSlider * | atSlider |
QVBoxLayout * | mainLayout |
int | Inothing |
int | Isubset |
int | Iaverage |
int | Islice |
timeSlider::timeSlider | ( | QdObject_var | dobj, | |
bool | acceptTSlice, | |||
bool | acceptTSubset, | |||
QWidget * | parent = 0 , |
|||
char * | name = 0 | |||
) |
virtual timeSlider::~timeSlider | ( | ) | [inline, virtual] |
bool timeSlider::isDefault | ( | ) |
void timeSlider::resetEnd | ( | ) | [slot] |
void timeSlider::resetStart | ( | ) | [slot] |
void timeSlider::updateTimeSlider | ( | int | opChoice | ) | [slot] |
QVBoxLayout* timeSlider::mainLayout |
QComboBox* timeSlider::sliceChoice |