#include <KStrList.h>
#include <KAudioFormat.h>
#include <KProgress.h>
#include "iklaxlib_global.h"
#include "KFile.h"
Functions | |
| KL_API KStrList * | k_getAllEltsNames (KFile *pKFile) |
| Gets all elements names of a KFile structure. | |
| KL_API KBool | k_exportIKlaxFile (KFile *pKFile, KCString sPath, KAudioFormat *pFmt, KProgress *pPrg) |
| Exports a KFile structure in an iKlax File. | |
| KL_API KFile * | KFile_create (KCString sFilePath) |
| Allocates a KFile structure. | |
| KL_API KBool | k_addTag (KFile *pKFile, KCString sTag, KCString sText) |
| Adds a tag and an associated text to a KFile structure. | |
| KL_API KBool | k_delTag (KFile *pKFile, KCString sTag) |
| Deletes a tag and an its associated text from a KFile structure. | |
| KL_API KBool | KFile_setMasterLvl (KFile *pKFile, KLevel dLvl) |
| Sets the volume level of the master of a KFile structure. | |
| KL_API KBool | KFile_setMasterPan (KFile *pKFile, KDouble dPan) |
| Sets the panoramization of the master of a KFile structure. | |
|
||||||||||||||||
|
Adds a tag and an associated text to a KFile structure.
|
|
||||||||||||
|
Deletes a tag and an its associated text from a KFile structure.
|
|
||||||||||||||||||||
|
Exports a KFile structure in an iKlax File.
|
|
|
Gets all elements names of a KFile structure.
|
|
|
Allocates a KFile structure.
|
|
||||||||||||
|
Sets the volume level of the master of a KFile structure.
|
|
||||||||||||
|
Sets the panoramization of the master of a KFile structure.
|
1.3.8