Simple GUI to display and browse BorderWatch results. More...
#include <NeovisionII/ChipValidator/ChipValidatorQt.qt.H>
Public Member Functions | |
ChipValidatorQt (QApplication *qapp, std::vector< ChipData > &chipvec, const Dims &griddims, QWidget *parent=0) | |
Constructor. | |
virtual | ~ChipValidatorQt () |
Destructor. | |
void | chipClicked (const uint idx) |
A chip was clicked. | |
Protected Slots | |
void | pageChanged (const int idx) |
Simple GUI to display and browse BorderWatch results.
Definition at line 65 of file ChipValidatorQt.qt.H.
ChipValidatorQt::ChipValidatorQt | ( | QApplication * | qapp, | |
std::vector< ChipData > & | chipvec, | |||
const Dims & | griddims, | |||
QWidget * | parent = 0 | |||
) |
Constructor.
Definition at line 53 of file ChipValidatorQt.qt.C.
References Dims::h(), Dims::sz(), and Dims::w().
ChipValidatorQt::~ChipValidatorQt | ( | ) | [virtual] |
Destructor.
Definition at line 104 of file ChipValidatorQt.qt.C.
void ChipValidatorQt::chipClicked | ( | const uint | idx | ) |
A chip was clicked.
Definition at line 137 of file ChipValidatorQt.qt.C.
References sformat(), and Dims::sz().
Referenced by ChipQLabel::mousePressEvent().