#include <TaskDimension.h>
Public Member Functions | |
QPushButton * | getButton (const uint &index) |
void | setIconDone (const uint &index) |
SteppedSelection (const uint &buttonCountIn, QWidget *parent=nullptr) | |
~SteppedSelection () | |
Protected Types | |
typedef std::pair< QPushButton *, QLabel * > | ButtonIconPairType |
Protected Attributes | |
std::vector< ButtonIconPairType > | buttons |
QPixmap * | stepActive |
QPixmap * | stepDone |
a widget with buttons and icons for a controlled selection process
|
protected |
PartGui::SteppedSelection::SteppedSelection | ( | const uint & | buttonCountIn, |
QWidget * | parent = nullptr |
||
) |
References buttons, and draftgeoutils.intersections::connect().
PartGui::SteppedSelection::~SteppedSelection | ( | ) |
QPushButton * PartGui::SteppedSelection::getButton | ( | const uint & | index | ) |
void PartGui::SteppedSelection::setIconDone | ( | const uint & | index | ) |
|
protected |
|
protected |
|
protected |