AronTreeWidgetModal.cpp
Go to the documentation of this file.
2
3namespace armarx
4{
7 QTreeWidget* parent) :
8 QDialog(parent), item(item), label(label), parent(parent)
9 {
10 init.aronType = item->aronType;
17 for (int i = 0; i < item->childCount(); ++i)
18 {
19 init.addChild(item->child(i)->clone());
20 }
21 }
22} // namespace armarx
for(;yybottom<=yytop;yybottom++)
Definition Grammar.cpp:705
AronTreeWidgetModal(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
This file offers overloads of toIce() and fromIce() functions for STL container types.