MCPcopy Create free account
hub / github.com/TeXworks/texworks / getNamedEngine

Method getNamedEngine

src/TWApp.cpp:1217–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217const Engine TWApp::getNamedEngine(const QString& name)
1218{
1219 const QList<Engine> engines = getEngineList();
1220 foreach (const Engine& e, engines) {
1221 if (e.name().compare(name, Qt::CaseInsensitive) == 0)
1222 return e;
1223 }
1224 return Engine();
1225}
1226
1227QTextCodec *TWApp::getDefaultCodec()
1228{

Callers 1

typesetMethod · 0.80

Calls 1

EngineClass · 0.70

Tested by

no test coverage detected