MCPcopy Create free account
hub / github.com/c3d/tao3D / currentDocumentFolder

Method currentDocumentFolder

tao/widget.cpp:12652–12659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12650
12651
12652text Widget::currentDocumentFolder()
12653// ----------------------------------------------------------------------------
12654// Return native path to current document folder
12655// ----------------------------------------------------------------------------
12656{
12657 Window *window = findTaoWidget()->taoWindow();
12658 return +QDir::toNativeSeparators(window->currentProjectFolderPath());
12659}
12660
12661
12662bool Widget::blink(double on, double off, double after)

Callers

nothing calls this directly

Calls 2

taoWindowMethod · 0.80

Tested by

no test coverage detected