| 647 | } |
| 648 | |
| 649 | IdfExtensibleGroup IdfObject_Impl::insertExtensibleGroup(unsigned groupIndex, const std::vector<std::string>& values) { |
| 650 | IdfExtensibleGroup result = insertExtensibleGroup(groupIndex, values, true); |
| 651 | if (!result.empty()) { |
| 652 | this->emitChangeSignals(); |
| 653 | } |
| 654 | return result; |
| 655 | } |
| 656 | |
| 657 | IdfExtensibleGroup IdfObject_Impl::insertExtensibleGroup(unsigned groupIndex, const std::vector<std::string>& values, bool checkValidity) { |
| 658 | // if really a push request, send it there |