Panda3D
pandatool
src
ptloader
config_ptloader.h
Go to the documentation of this file.
1
/**
2
* PANDA 3D SOFTWARE
3
* Copyright (c) Carnegie Mellon University. All rights reserved.
4
*
5
* All use of this software is subject to the terms of the revised BSD
6
* license. You should have received a copy of this license along
7
* with this source code in a file named "LICENSE."
8
*
9
* @file config_ptloader.h
10
* @author drose
11
* @date 2001-04-26
12
*/
13
14
#ifndef CONFIG_PTLOADER_H
15
#define CONFIG_PTLOADER_H
16
17
#include "
pandatoolbase.h
"
18
#include "
notifyCategoryProxy.h
"
19
#include "
dconfig.h
"
20
#include "
distanceUnit.h
"
21
#include "
configVariableEnum.h
"
22
#include "
configVariableBool.h
"
23
24
ConfigureDecl(config_ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER);
25
NotifyCategoryDecl(ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER);
26
27
extern
ConfigVariableEnum<DistanceUnit>
ptloader_units;
28
extern
ConfigVariableBool
ptloader_load_node;
29
30
extern
EXPCL_PTLOADER
void
init_libptloader
();
31
32
#endif
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition:
configVariableBool.h:23
ConfigVariableEnum
This class specializes ConfigVariable as an enumerated type.
Definition:
configVariableEnum.h:31
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableEnum.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
init_libptloader
EXPCL_PTLOADER void init_libptloader()
Initializes the library.
Definition:
config_ptloader.cxx:71
distanceUnit.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
dconfig.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
pandatoolbase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Sat Jan 11 2020 15:15:40 for Panda3D by
1.8.17