MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / flags

Method flags

static_libs/filetree/ft_model.cpp:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182Qt::ItemFlags Model::flags(const QModelIndex& index) const
183{
184 if (!index.isValid()) {
185 qDebug() << index;
186 return Qt::NoItemFlags;
187 }
188 return getItem(index)->flags(index);
189}
190
191bool Model::removeRows(int row, int count, const QModelIndex& parent)
192{

Callers 1

scene.cppFile · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected