24 #include <tulip/tulipconf.h>
27 extern TLP_SCOPE
const char PATH_DELIMITER;
28 extern TLP_SCOPE std::string TulipLibDir;
29 extern TLP_SCOPE std::string TulipPluginsPath;
30 extern TLP_SCOPE std::string TulipDocProfile;
31 extern TLP_SCOPE std::string TulipUserHandBookIndex;
32 extern TLP_SCOPE std::string TulipBitmapDir;
33 extern TLP_SCOPE std::string TulipShareDir;
47 extern TLP_SCOPE
void initTulipLib(
const char* appDirPath = NULL);
65 TLP_SCOPE std::istream *
getIgzstream(
const char *name,
int open_mode = std::ios::in);
75 TLP_SCOPE std::ostream *
getOgzstream(
const char *name,
int open_mode = std::ios::out);