#include "iklaxlib_global.h"
#include "KFile.h"
Typedefs | |
| typedef _KMixFileMng | KMixFileMng |
| Mix files directory management hidden structure. | |
Functions | |
| KL_API KMixFileMng * | KMixFileMng_new () |
| Creates and initializes a KMixFileMng structure. | |
| KL_API void | KMixFileMng_delete (KMixFileMng **ppMFM) |
| Deletes a KMixFileMng structure. | |
| KL_API KBool | KMixFileMng_setIKmixDir (KMixFileMng *pMFM, KCString sDirPath) |
| Sets a directory for the mix files. | |
| KL_API KFile * | KMixFileMng_openIKlax (KMixFileMng *pMFM, KCString sIKlaxFilePath) |
| Opens an iKlax file and loads its mixes. | |
| KL_API KBool | KMixFileMng_closeIKlax (KMixFileMng *pMFM) |
| Closes an iKlax file. | |
| KL_API KBool | KMixFileMng_isAuthorMix (KMixFileMng *pMFM, KCString sMixName) |
| Says if the given mix is an author mix in an opened file. | |
| KL_API KFile * | KMixFileMng_getKFile (KMixFileMng *pMFM) |
| Gets the KFile structure associated to the given KMixFileMng. | |
The specifity of this object is an automatic loading of iKmix files. If you set a directory to this object, it will can:
|
|
Closes an iKlax file. Saves its non-author mixes in the mix files directory
|
|
|
Deletes a KMixFileMng structure.
|
|
|
Gets the KFile structure associated to the given KMixFileMng.
|
|
||||||||||||
|
Says if the given mix is an author mix in an opened file.
|
|
|
Creates and initializes a KMixFileMng structure.
|
|
||||||||||||
|
Opens an iKlax file and loads its mixes. The loaded mixes are found in the mix files directory
|
|
||||||||||||
|
Sets a directory for the mix files.
|
1.3.8