#include <pages.h>
Public Slots | |
| void | checkAll () |
| void | checkDefault () |
Public Member Functions | |
| CondorQPage (QWidget *parent=0) | |
| CondorQPage (CondorQView *view) | |
| void | setListCheckBox (QStringList) |
| QStringList | getListCheckBox () |
Private Attributes | |
| CondorQView * | m_view |
| Contains the view to be configured. | |
| QList< QCheckBox * > | m_listCheckBox |
| Contains a list of all columns of the view. | |
| CondorQPage::CondorQPage | ( | QWidget * | parent = 0 |
) |
Basic constructor
| CondorQPage::CondorQPage | ( | CondorQView * | view | ) |
Construct a configuration tab to configure the machine view
| view | Object of machine view |
| void CondorQPage::checkAll | ( | ) | [slot] |
Select all check box in the dialog
| void CondorQPage::checkDefault | ( | ) | [slot] |
Select the default configuration
| QStringList CondorQPage::getListCheckBox | ( | ) |
return a list of checked box
| void CondorQPage::setListCheckBox | ( | QStringList | list | ) |
Select only the checkbox that are currently shown in the view
| list | list of checkbox |
1.4.7