14 #ifndef SCISSORATTRIB_H 15 #define SCISSORATTRIB_H 42 INLINE
static CPT(
RenderAttrib) make(PN_stdfloat left, PN_stdfloat right, PN_stdfloat bottom, PN_stdfloat top);
46 INLINE
bool is_off()
const;
48 INLINE
const LVecBase4 &get_frame()
const;
51 MAKE_PROPERTY(frame, get_frame);
54 virtual void output(std::ostream &out)
const;
57 virtual int compare_to_impl(
const RenderAttrib *other)
const;
58 virtual size_t get_hash_impl()
const;
67 static int get_class_slot() {
70 virtual int get_slot()
const {
71 return get_class_slot();
73 MAKE_PROPERTY(class_slot, get_class_slot);
76 static void register_with_read_factory();
87 static void init_type() {
88 RenderAttrib::init_type();
90 RenderAttrib::get_class_type());
97 return get_class_type();
99 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
103 static int _attrib_slot;
This is the base class for a number of render attributes (other than transform) that may be set on sc...
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Base class for objects that can be written to and read from Bam files.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual void write_datagram(BamWriter *manager, Datagram &dg)
Writes the contents of this object to the datagram for shipping out to a Bam file.
static int register_slot(TypeHandle type_handle, int sort, RenderAttrib *default_attrib)
Adds the indicated TypeHandle to the registry, if it is not there already, and returns a unique slot ...
An instance of this class is passed to the Factory when requesting it to do its business and construc...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This restricts rendering to within a rectangular region of the scene, without otherwise affecting the...
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 ...