47 FXIMPLEMENT(
GNEAllowDisallow, FXDialogBox, GNEAllowDisallowMap, ARRAYNUMBER(GNEAllowDisallowMap))
74 FXHorizontalFrame* myVehiclesFrame =
new FXHorizontalFrame(myGroupBoxVehiclesFrame,
GUIDesignContentsFrame);
103 buildVClass(myContentRightFrame,
SVC_VIP,
ICON_VCLASS_VIP,
"A civilian security armored car used by VIPs");
104 buildVClass(myContentRightFrame,
SVC_HOV,
ICON_VCLASS_HOV,
"High-Occupancy Vehicle (two or more passengers)");
115 onCmdReset(
nullptr, 0,
nullptr);
125 FXButton* buttonPressed = dynamic_cast<FXButton*>(obj);
128 if (i->second.first == buttonPressed) {
178 std::vector<std::string> allowedVehicles;
188 getApp()->stopModal(
this, TRUE);
196 getApp()->stopModal(
this, FALSE);
211 const std::set<std::string> allowSet(allowStringVector.begin(), allowStringVector.end());
230 labelVehicleIcon->setBackColor(FXRGBA(255, 255, 255, 255));