Go to the documentation of this file.
36 nassertv(_tables.empty());
43 output(std::ostream &out)
const {
44 out << get_type() <<
" " << *
get_name();
51 write(std::ostream &out,
int indent_level)
const {
53 << *
this <<
" = " << get_slider() <<
"\n";
62 mark_modified(
Thread *current_thread) {
63 CDWriter cdata(_cycler,
true, current_thread);
67 for (ti = _tables.begin(); ti != _tables.end(); ++ti) {
68 (*ti)->update_modified(cdata->_modified, current_thread);
95 return new CData(*
this);
102 void VertexSlider::CData::
110 int VertexSlider::CData::
121 void VertexSlider::CData::
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
A single page of data maintained by a PipelineCycler.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A class to retrieve the individual data elements previously stored in a Datagram.
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
Encodes a string name in a hash table, mapping it to a pointer.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Base class for objects that can be written to and read from Bam files.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
TypeHandle is the identifier used to differentiate C++ class types.
virtual void write_datagram(BamWriter *manager, Datagram &dg)
Writes the contents of this object to the datagram for shipping out to a Bam file.
get_name
Returns the name of this particular slider.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual void fillin(DatagramIterator &scan, BamReader *manager)
This internal function is intended to be called by each class's make_from_bam() method to read in all...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A thread; that is, a lightweight process.
virtual int complete_pointers(TypedWritable **p_list, BamReader *manager)
Receives an array of pointers, one for each time manager->read_pointer() was called in fillin().
virtual void write_datagram(BamWriter *manager, Datagram &dg)
Writes the contents of this object to the datagram for shipping out to a Bam file.