Panda3D
|
This is a specialization of CullTraverser for use within the pgui system. More...
#include "pgCullTraverser.h"
Public Member Functions | |
PGCullTraverser (PGTop *top, CullTraverser *trav) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. | |
Public Attributes | |
int | _sort_index |
PGTop * | _top |
This is a specialization of CullTraverser for use within the pgui system.
It is substituted in for the normal CullTraverser by the PGTop node. Its purpose is to carry additional data through the traversal so that PGItems can know how to register their regions with the current MouseWatcherGroup.
Definition at line 32 of file pgCullTraverser.h.
static void PGCullTraverser::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from CullTraverser.
Definition at line 43 of file pgCullTraverser.h.
References CullTraverser::init_type().