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< ButtonIconPairTypebuttons
 
QPixmap * stepActive
 
QPixmap * stepDone
 

Detailed Description

a widget with buttons and icons for a controlled selection process

Member Typedef Documentation

◆ ButtonIconPairType

typedef std::pair<QPushButton *, QLabel *> PartGui::SteppedSelection::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

◆ stepActive

QPixmap* PartGui::SteppedSelection::stepActive
protected

◆ stepDone

QPixmap* PartGui::SteppedSelection::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