MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / getType

Method getType

MiniZincIDE/project.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459Project::NodeType Project::getType(const QModelIndex& index)
460{
461 return static_cast<Project::NodeType>(model()->data(index, Role::Type).toInt());
462}
463
464QString Project::getFileName(const QModelIndex& index)
465{

Callers 1

setupContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected