Home
last modified time | relevance | path

Searched refs:MicroSelectWidget (Results 1 – 8 of 8) sorted by relevance

/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Dmicroselectwidget.cpp24 MicroSelectWidget::MicroSelectWidget( QWidget* parent, const char* name, Qt::WFlags ) in MicroSelectWidget() function in MicroSelectWidget
66 MicroSelectWidget::~MicroSelectWidget() in ~MicroSelectWidget()
70 void MicroSelectWidget::setAllowedAsmSet( unsigned allowed ) in setAllowedAsmSet()
75 void MicroSelectWidget::setAllowedGpsimSupport( unsigned allowed ) in setAllowedGpsimSupport()
80 void MicroSelectWidget::setAllowedFlowCodeSupport( unsigned allowed ) in setAllowedFlowCodeSupport()
85 void MicroSelectWidget::setAllowedMicrobeSupport( unsigned allowed ) in setAllowedMicrobeSupport()
92 void MicroSelectWidget::updateFromAllowed() in updateFromAllowed()
128 void MicroSelectWidget::setMicro( const QString & id ) in setMicro()
165 QString MicroSelectWidget::micro() const in micro()
171 void MicroSelectWidget::microFamilyChanged( const QString & family ) in microFamilyChanged()
H A Dmicroselectwidget.h28 class MicroSelectWidget : public QGroupBox
33MicroSelectWidget( QWidget* parent = nullptr, const char* name = nullptr, Qt::WindowFlags f = {} );
34 ~MicroSelectWidget() override;
H A Dprogrammerdlg.h16 class MicroSelectWidget; variable
43 MicroSelectWidget * microSelect() const;
H A Dnewfiledlg.h16 class MicroSelectWidget; variable
37 MicroSelectWidget * microSelectWidget() const;
H A Doutputmethoddlg.h19 class MicroSelectWidget; variable
85 MicroSelectWidget * microSelect() const;
H A Dprogrammerdlg.cpp115 MicroSelectWidget * ProgrammerDlg::microSelect( ) const in microSelect()
H A Doutputmethoddlg.cpp184 MicroSelectWidget * OutputMethodDlg::microSelect() const in microSelect()
H A Dnewfiledlg.cpp191 MicroSelectWidget * NewFileDlg::microSelectWidget() const in microSelectWidget()