MCPcopy Create free account
hub / github.com/KDE/labplot / dxfIndexValid

Method dxfIndexValid

src/3rdparty/QXlsx/source/xlsxformat.cpp:1249–1254  ·  view source on GitHub ↗

! * \internal * Returns whether the dxf index is valid or not. */

Source from the content-addressed store, hash-verified

1247 * Returns whether the dxf index is valid or not.
1248 */
1249bool Format::dxfIndexValid() const
1250{
1251 if (!d)
1252 return false;
1253 return d->dxf_indexValid;
1254}
1255
1256/*!
1257 Returns ture if the \a format is equal to this format.

Callers 2

saveToXmlMethod · 0.80
addDxfFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected