Home
Install
Use
Develop
Support
News
Credits
hosted by
|
12 #include <qcheckbox.h>
14 class qt_toglParams : public QWidget
18 friend class qt_psrParams;
21 qt_toglParams (QWidget* parent=0, const char* name=0, int columns=4);
24 void getChecked ( int ephind, bool checked );
27 void setChecked ( int ephind, bool checked )
28 { elements[ephind]->setChecked (checked); };
31 void wasChecked ( int ephind )
32 { emit getChecked ( ephind, elements[ephind]->isChecked() ); };
35 std::vector<QCheckBox*> elements;
void insert(unsigned isubint, Integration *integration) Insert the Integration instance into the specified location. Definition: IntegrationManager.C:129
Generated using doxygen 1.8.17
|