#include <IntervalDialog.h>
Public Slots | |
void | apply () |
void | dismiss () |
void | add () |
void | capture () |
Signals | |
void | rescaleScalar (double tmin, double tmax) |
void | rescaleTime (const QmjdTimeInterval &) |
Public Member Functions | |
IntervalDialog (PlotWindow *parent) | |
void | setAsTimeInterval (double tmin, double tmax, double currentTmin, double currentTmax, FrameItem *frame=NULL) |
void | setAsXInterval (double tmin, double tmax, double currentTmin, double currentTmax) |
void | setViewRange (bool hasViewRange, QDOS::QdTimeInterval_var range) |
void | setViewRange (bool hasViewRange, double min, double max) |
Protected Slots | |
void | closeEvent (QCloseEvent *e) |
Protected Attributes | |
ScalarIntervalWidget * | xWidget |
TimeIntervalWidget * | timeWidget |
QPushButton * | captureButton |
QPushButton * | addButton |
bool | isTimeInterval |
FrameItem * | frame |
IntervalDialog::IntervalDialog | ( | PlotWindow * | parent | ) |
void IntervalDialog::add | ( | ) | [slot] |
void IntervalDialog::apply | ( | ) | [slot] |
void IntervalDialog::capture | ( | ) | [slot] |
void IntervalDialog::closeEvent | ( | QCloseEvent * | e | ) | [inline, protected, slot] |
void IntervalDialog::dismiss | ( | ) | [slot] |
void IntervalDialog::rescaleScalar | ( | double | tmin, | |
double | tmax | |||
) | [signal] |
void IntervalDialog::rescaleTime | ( | const QmjdTimeInterval & | ) | [signal] |
void IntervalDialog::setAsTimeInterval | ( | double | tmin, | |
double | tmax, | |||
double | currentTmin, | |||
double | currentTmax, | |||
FrameItem * | frame = NULL | |||
) |
void IntervalDialog::setAsXInterval | ( | double | tmin, | |
double | tmax, | |||
double | currentTmin, | |||
double | currentTmax | |||
) |
void IntervalDialog::setViewRange | ( | bool | hasViewRange, | |
double | min, | |||
double | max | |||
) |
void IntervalDialog::setViewRange | ( | bool | hasViewRange, | |
QDOS::QdTimeInterval_var | range | |||
) |
QPushButton* IntervalDialog::addButton [protected] |
QPushButton* IntervalDialog::captureButton [protected] |
FrameItem* IntervalDialog::frame [protected] |
bool IntervalDialog::isTimeInterval [protected] |
TimeIntervalWidget* IntervalDialog::timeWidget [protected] |
ScalarIntervalWidget* IntervalDialog::xWidget [protected] |