Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

dtool/src/dconfig/configTable.I

Go to the documentation of this file.
00001 // Filename: configTable.I
00002 // Created by:  drose (15May00)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) 2001, Disney Enterprises, Inc.  All rights reserved
00008 //
00009 // All use of this software is subject to the terms of the Panda 3d
00010 // Software license.  You should have received a copy of this license
00011 // along with this source code; you will also find a current copy of
00012 // the license at http://www.panda3d.org/license.txt .
00013 //
00014 // To contact the maintainers of this program write to
00015 // panda3d@yahoogroups.com .
00016 //
00017 ////////////////////////////////////////////////////////////////////
00018 
00019 
00020 INLINE void ConfigTable::ConfigDbgDefault(void) {
00021   // this should not be called if  CONFIG_CONFIG=:configdbg=1 
00022   configdbg = false;
00023   microconfig_cat->set_severity(NS_info);
00024   dconfig_cat->set_severity(NS_info);
00025 }
00026 
00027 INLINE void ConfigTable::ReadArgsDefault(void) {
00028   readargs = true;
00029 }
00030 
00031 INLINE void ConfigTable::ReadEnvsDefault(void) {
00032   readenvs = true;
00033 }
00034 
00035 INLINE void ConfigTable::PathSepDefault(void) {
00036   pathsep = ": ";
00037 }
00038 
00039 INLINE void ConfigTable::FileSepDefault(void) {
00040   filesep = "/";
00041 }
00042 
00043 INLINE void ConfigTable::ConfigNameDefault(void) {
00044   configname = "Configrc";
00045 }
00046 
00047 INLINE void ConfigTable::ConfigSuffixDefault(void) {
00048   configsuffix = "";
00049 }
00050 
00051 INLINE void ConfigTable::ConfigArgsDefault(void) {
00052   configargs = "";
00053 }
00054 
00055 INLINE void ConfigTable::ConfigPathDefault(void) {
00056   configpath = "CFG_PATH";
00057 }
00058 
00059 INLINE void ConfigTable::ConfigCmtDefault(void) {
00060   configcmt = "#";
00061 }
00062 
00063 INLINE void ConfigTable::ArgSuffixDefault(void) {
00064   argsuffix = "_ARGS";
00065 }
00066 
00067 INLINE void ConfigTable::CommandStubDefault(void) {
00068   commandstub = "CONFIG";
00069 }
00070 
00071 INLINE ConfigString ConfigTable::GetConfigPath(void) const {
00072   return configpath;
00073 }

Generated on Thu May 1 22:12:57 2003 for DTool by doxygen1.3