Nemiver  0.3
Namespaces | Functions
nmv-env.h File Reference
#include "nmv-api-macros.h"
#include "nmv-ustring.h"
#include "nmv-exception.h"

Go to the source code of this file.

Namespaces

 nemiver
 
 nemiver::common
 
 nemiver::common::env
 

Functions

void nemiver::common::env::do_init ()
 
const UStringnemiver::common::env::get_system_config_dir ()
 
const UStringnemiver::common::env::get_system_config_file ()
 
const UStringnemiver::common::env::get_data_dir ()
 
const UStringnemiver::common::env::get_system_lib_dir ()
 
const UStringnemiver::common::env::get_gtkbuilder_files_dir ()
 
const UStringnemiver::common::env::get_menu_files_dir ()
 
const UStringnemiver::common::env::get_image_files_dir ()
 
const UStringnemiver::common::env::get_install_prefix ()
 
const UStringnemiver::common::env::get_system_modules_config_file ()
 
const UStringnemiver::common::env::get_system_modules_dir ()
 
const UStringnemiver::common::env::get_system_plugins_dir ()
 
const UStringnemiver::common::env::get_user_db_dir ()
 
const UStringnemiver::common::env::get_gdb_program ()
 
bool nemiver::common::env::create_user_db_dir ()
 
UString nemiver::common::env::build_path_to_gtkbuilder_file (const UString &a_gtkbuilder_file_name)
 
UString nemiver::common::env::build_path_to_menu_file (const UString &a_ui_file_name)
 
UString nemiver::common::env::build_path_to_image_file (const UString &a_image_file_name)
 
bool nemiver::common::env::build_path_to_executable (const UString &a_exe_name, UString &a_exe_path)
 
bool nemiver::common::env::find_file (const UString &a_file_name, const list< UString > &a_where_to_look, UString &a_aboslute_file_path)
 
bool nemiver::common::env::read_file_line (const UString &a_file_path, int a_line_number, string &a_line)