MCPcopy Create free account
hub / github.com/KLayout/klayout / get_image_with_options

Function get_image_with_options

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342#if defined(HAVE_QT) && defined(HAVE_QTBINDINGS)
343static QImage get_image_with_options (lay::LayoutViewBase *view, unsigned int width, unsigned int height, int linewidth, int oversampling, double resolution, const db::DBox &target_box, bool monochrome)
344{
345 return view->get_image_with_options (width, height, linewidth, oversampling, resolution, resolution, tl::Color (), tl::Color (), tl::Color (), target_box, monochrome);
346}
347
348static QWidget *widget (lay::LayoutViewBase *view)
349{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected