Panda3D
Static Public Member Functions
DConfig Class Reference

This class emulates the old dconfig-style interface to our Panda config system. More...

#include "dconfig.h"

List of all members.

Static Public Member Functions

static bool GetBool (const string &sym, bool def=false)
static double GetDouble (const string &sym, double def=0.)
static float GetFloat (const string &sym, float def=0.)
static int GetInt (const string &sym, int def=0)
static string GetString (const string &sym, const string &def="")

Detailed Description

This class emulates the old dconfig-style interface to our Panda config system.

It exists only to provide backward-compatible support, and it is used primarily by Python code. For modern code, use the new ConfigVariable* interface instead of this deprecated interface.

Definition at line 37 of file dconfig.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations