PartGui::SteppedSelection Class Reference
#include <TaskDimension.h>
Public Member Functions | |
QPushButton * getButton (const uint &index) | |
void setIconDone (const uint &index) | |
SteppedSelection (const uint &buttonCountIn, QWidget *parent=0) | |
~SteppedSelection () | |
Protected Types | |
typedef std::pair< QPushButton *, QLabel * > ButtonIconPairType | |
Protected Attributes | |
std::vector< ButtonIconPairType > buttons | |
QPixmap * stepActive | |
QPixmap * stepDone | |
Detailed Description
a widget with buttons and icons for a controlled selection process
Member Typedef Documentation
◆ ButtonIconPairType
|
protected |
Constructor & Destructor Documentation
◆ SteppedSelection()
PartGui::SteppedSelection::SteppedSelection | ( | const uint & | buttonCountIn, |
QWidget * | parent = 0 |
||
) |
References buttons.
◆ ~SteppedSelection()
PartGui::SteppedSelection::~SteppedSelection | ( | ) |
Member Function Documentation
◆ getButton()
QPushButton * PartGui::SteppedSelection::getButton | ( | const uint & | index | ) |
◆ setIconDone()
void PartGui::SteppedSelection::setIconDone | ( | const uint & | index | ) |
Member Data Documentation
◆ buttons
|
protected |
◆ stepActive
|
protected |
◆ stepDone
|
protected |
The documentation for this class was generated from the following files:
- src/Mod/Part/Gui/TaskDimension.h
- src/Mod/Part/Gui/TaskDimension.cpp