15 #ifndef CONFIG_PGRAPH_H 16 #define CONFIG_PGRAPH_H 18 #include "pandabase.h" 19 #include "notifyCategoryProxy.h" 21 #include "configVariableBool.h" 22 #include "configVariableInt.h" 23 #include "configVariableDouble.h" 24 #include "configVariableList.h" 28 ConfigureDecl(config_pgraph, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH);
29 NotifyCategoryDecl(pgraph, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH);
30 NotifyCategoryDecl(loader, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH);
31 NotifyCategoryDecl(portal, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH);
78 extern EXPCL_PANDA_PGRAPH
void init_libpgraph();
This is a convenience class to specialize ConfigVariable as a boolean type.
This class is similar to ConfigVariable, but it reports its value as a list of strings.
This is a convenience class to specialize ConfigVariable as a floating-point type.
This is a convenience class to specialize ConfigVariable as a string type.
This is a convenience class to specialize ConfigVariable as an integer type.
This class stores a list of directories that can be searched, in order, to locate a particular file...