15 #ifndef CONFIG_DISPLAY_H
16 #define CONFIG_DISPLAY_H
18 #include "pandabase.h"
19 #include "windowProperties.h"
20 #include "notifyCategoryProxy.h"
21 #include "configVariableBool.h"
22 #include "configVariableString.h"
23 #include "configVariableList.h"
24 #include "configVariableInt.h"
25 #include "configVariableEnum.h"
26 #include "configVariableFilename.h"
27 #include "configVariableColor.h"
28 #include "coordinateSystem.h"
33 ConfigureDecl(config_display, EXPCL_PANDA_DISPLAY, EXPTP_PANDA_DISPLAY);
34 NotifyCategoryDecl(display, EXPCL_PANDA_DISPLAY, EXPTP_PANDA_DISPLAY);
35 NotifyCategoryDecl(gsg, EXPCL_PANDA_DISPLAY, EXPTP_PANDA_DISPLAY);
112 extern EXPCL_PANDA_DISPLAY
void init_libdisplay();
This is a convenience class to specialize ConfigVariable as a Filename type.
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a set of floating-point types representin...
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 class specializes ConfigVariable as an enumerated type.
This is a convenience class to specialize ConfigVariable as an integer type.