! * \internal * Returns whether the dxf index is valid or not. */
| 1247 | * Returns whether the dxf index is valid or not. |
| 1248 | */ |
| 1249 | bool 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. |
no outgoing calls
no test coverage detected