15 #ifndef RECORDERBASE_H 16 #define RECORDERBASE_H 18 #include "pandabase.h" 19 #include "referenceCount.h" 62 INLINE
bool is_recording()
const;
63 INLINE
bool is_playing()
const;
73 virtual void ref()
const=0;
74 virtual bool unref()
const=0;
90 static void init_type() {
91 ReferenceCount::init_type();
92 register_type(_type_handle,
"RecorderBase",
93 ReferenceCount::get_class_type());
96 return get_class_type();
106 #include "recorderBase.I" This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
Base class for objects that can be written to and read from Bam files.
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
This object is used by the RecorderController to write (and read) a record of the set of recorders in...
This is the base class to a number of objects that record particular kinds of user input (like a Mous...
This object manages the process of recording the user's runtime inputs to a bam file so that the sess...
A class to retrieve the individual data elements previously stored in a Datagram. ...
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...