15 #ifndef SHOWINTERVAL_H
16 #define SHOWINTERVAL_H
18 #include "directbase.h"
19 #include "cInterval.h"
35 static int _unique_index;
41 static void init_type() {
42 CInterval::init_type();
43 register_type(_type_handle,
"ShowInterval",
44 CInterval::get_class_type());
47 return get_class_type();
49 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
55 #include "showInterval.I"
virtual void priv_instant()
This is called in lieu of priv_initialize() .
The base class for timeline components.
virtual void priv_reverse_instant()
This is called in lieu of priv_reverse_initialize()
TypeHandle is the identifier used to differentiate C++ class types.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
An interval that calls NodePath::show().