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