This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:int (*path_pathtype1)(const T * path);
int (*path_pathtype2)(const T * path,int system);
int (*path_pathtype3)(const T * path,T dirsep);
int (*path_pathtype4)(const T * path,T dirsep,T labelsep);
int (*path_pathtype5)(const T * path,const T * dirsep,const T * labelsep);
int (*path_pathtype6)(const T * path,const T * dirsep,const T * labelsep,const T * rootsym);
const T *(*path_onopath1)(const T * path);
const T *(*path_onopath2)(const T * path,T dirsep);
const T *(*path_onopath3)(const T * path,const T * dirsep);
const T *(*path_fnopath1)(const T * path);
const T *(*path_fnopath2)(const T * path,T dirsep);
const T *(*path_fnopath3)(const T * path,const T * dirsep);
T *(*path_dnopath1)(const T * path);
T *(*path_dnopath2)(const T * path,T dirsep);
T *(*path_dnopath3)(const T * path,const T * dirsep);
T *(*path_pnopath1)(const T * path);
T *(*path_pnopath2)(const T * path,T dirsep);
T *(*path_pnopath3)(const T * path,const T * dirsep);
const T *(*path_sxopath1)(const T * path);
const T *(*path_sxopath2)(const T * path,T dirsep,T labelsep,T susep);
const T *(*path_sxopath3)(const T * path,const T * dirsep,const T * labelsep,const T * susep);
const T *(*path_sxopath4)(const T * path,const T * dirsep,const T * labelsep,const T * susep,const T * rootsym);
bool (*path_pathcmp1)(const T * path_a,const T * path_b);
T *(*path_compresspath1)(T * path);
T *(*path_compresspath2)(T * path,const T * dirsep);
bool (*path_copy1)(const T * targetpath,const T * sourcepath);
bool (*path_copy2)(const T * targetpath,const T * sourcepath,const T * object);
bool (*path_copy3)(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool (*path_copy4)(const T * targetpath,const T * sourcepath,const T * object,CondCopyControl< T > *ccc);
T *(*path_makeabspath1)(const T * path);
T *(*path_makeabspath2)(const T * path,const T * cd);
T *(*path_makeabspath3)(const T * path,const T * cd,const T * dirsep);
bool (*path_testpath)(const T * path);
int path_pathtype1(const T * path);
int path_pathtype2(const T * path,int system);
int path_pathtype3(const T * path,T dirsep);
int path_pathtype4(const T * path,T dirsep,T labelsep);
int path_pathtype5(const T * path,const T * dirsep,const T * labelsep);
int path_pathtype6(const T * path,const T * dirsep,const T * labelsep,const T * rootsym);
const T *path_onopath1(const T * path);
const T *path_onopath2(const T * path,T dirsep);
const T *path_onopath3(const T * path,const T * dirsep);
const T *path_fnopath1(const T * path);
const T *path_fnopath2(const T * path,T dirsep);
const T *path_fnopath3(const T * path,const T * dirsep);
T *path_dnopath1(const T * path);
T *path_dnopath2(const T * path,T dirsep);
T *path_dnopath3(const T * path,const T * dirsep);
T *path_pnopath1(const T * path);
T *path_pnopath2(const T * path,T dirsep);
T *path_pnopath3(const T * path,const T * dirsep);
const T *path_sxopath1(const T * path);
const T *path_sxopath2(const T * path,T dirsep,T labelsep,T susep);
const T *path_sxopath3(const T * path,const T * dirsep,const T * labelsep,const T * susep);
const T *path_sxopath4(const T * path,const T * dirsep,const T * labelsep,const T * susep,const T * rootsym);
bool path_pathcmp1(const T * path_a,const T * path_b);
T *path_compresspath1(T * path);
T *path_compresspath2(T * path,const T * dirsep);
bool path_copy1(const T * targetpath,const T * sourcepath);
bool path_copy2(const T * targetpath,const T * sourcepath,const T * object);
bool path_copy3(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool path_copy4(const T * targetpath,const T * sourcepath,const T * object,CondCopyControl< T > *ccc);
T *path_makeabspath1(const T * path);
T *path_makeabspath2(const T * path,const T * cd);
T *path_makeabspath3(const T * path,const T * cd,const T * dirsep);
bool path_testpath(const T * path);