Inheritance diagram for DzSourceFileData:
Properties | |
String | sourceFilePath |
Constructors | |
DzSourceFileData (String filePath="") | |
Methods | |
Boolean | getGeometryChanged () |
String | getPoserRuntimeRelativePath () |
void | setGeometryChanged (Boolean onoff) |
This class is mainly used by the framework to store source paths for imported Poser content. The class can be used as follows to retrieve the path of the CR2 file from which a figure was loaded:
DzSourceFileData::DzSourceFileData | ( | String | filePath = "" |
) |
Creates a new Source File Data object that stores the given file path.
Boolean DzSourceFileData::getGeometryChanged | ( | ) |
QString DzSourceFileData::getPoserRuntimeRelativePath | ( | ) |
Tries to convert the source path into a "Poser" style Runtime-relative path (i.e. ":Runtime:Libraries:Character:FileName.cr2"). Returns the converted path if successful, and an empty string if unsuccessful.
DzSourceFileData::setGeometryChanged | ( | Boolean | onoff | ) |
Sets whether or not the source geometry has changed.
The path to the source file.