Method | Description | |
---|---|---|
GenerateSourceFilePath ( ContentRef |
||
ImportFile ( string filePath ) : bool | ||
IsImportFileExisting ( string filePath ) : bool | ||
NotifyFileRenamed ( string filePathOld, string filePathNew ) : void | ||
OpenSourceFile ( ContentRef |
||
ReimportFile ( string filePath ) : void |
Method | Description | |
---|---|---|
Init ( ) : void | ||
PrepareImportFilePaths ( string filePath, string &srcFilePath, string &targetName, string &targetDir ) : void | ||
Terminate ( ) : void |
public static GenerateSourceFilePath ( ContentRef |
||
r | ContentRef |
|
srcFileExt | string | |
return | string |
public static ImportFile ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public static IsImportFileExisting ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public static NotifyFileRenamed ( string filePathOld, string filePathNew ) : void | ||
filePathOld | string | |
filePathNew | string | |
return | void |
public static OpenSourceFile ( ContentRef |
||
resourceRef | ContentRef |
|
srcFileExt | string | |
saveSrcToAction | Action |
|
return | void |
public static ReimportFile ( string filePath ) : void | ||
filePath | string | |
return | void |