41 #ifndef PATHPENALTYDIALOG_H 42 #define PATHPENALTYDIALOG_H 81 void metierEnableToggled(
bool);
83 void on_enableSizes_toggled(
bool checked);
88 QGridLayout *mShapefileGrid, *mMetierGrid;
89 std::vector<QCheckBox *> mShapefileCheckboxes;
90 std::vector<QCheckBox *> mMetierCheckboxes;
91 std::vector<QCheckBox *> mMonthsCheckboxes;
96 #endif // PATHPENALTYDIALOG_H Definition: dteditorwindow.h:32
QStringList selectedShapefile() const
Definition: pathpenaltydialog.cpp:100
std::vector< int > getBannedMetiers() const
Definition: pathpenaltydialog.cpp:150
bool isPenaltyQ3()
Definition: pathpenaltydialog.cpp:122
Definition: pathpenaltydialog.h:55
bool isPenaltyQ2()
Definition: pathpenaltydialog.cpp:117
bool isPenaltyQ1()
Definition: pathpenaltydialog.cpp:112
void setShapefileList(QStringList files)
Definition: pathpenaltydialog.cpp:78
~PathPenaltyDialog()
Definition: pathpenaltydialog.cpp:67
Definition: ui_pathpenaltydialog.h:256
std::vector< bool > getCheckedMonths() const
Definition: pathpenaltydialog.cpp:142
PathPenaltyDialog(QWidget *parent=0)
Definition: pathpenaltydialog.cpp:38
bool isPenaltyQ4()
Definition: pathpenaltydialog.cpp:127
std::vector< int > getVesSizeSelection() const
Definition: pathpenaltydialog.cpp:166
double nbOfDaysClosedPerMonth() const
Definition: pathpenaltydialog.cpp:137
double weight() const
Definition: pathpenaltydialog.cpp:132
void showShapefileOptions(bool show)
Definition: pathpenaltydialog.cpp:72
void setMetierNumber(int num)
Definition: pathpenaltydialog.cpp:89