39 EXPECT_TRUE(lattice->property<
bool>(LatticeItem::P_INTEGRATION));
40 EXPECT_FALSE(lattice->getItem(LatticeItem::P_ROTATION_ANLE)->isEnabled());
43 lattice->setProperty(LatticeItem::P_INTEGRATION,
false);
44 EXPECT_TRUE(lattice->getItem(LatticeItem::P_ROTATION_ANLE)->isEnabled());
T * insertItem(SessionItem *parent=nullptr, const TagRow &tagrow={})
Inserts item into given parent under given tagrow.
materialitems.h Collection of materials to populate MaterialModel.
Collection of toy items and models for testing purposes.
TEST_F(ToyItemsLatticeTest, ToyItemsLatticeTest)
Business logice (enabled/disabled).