Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes

PGCullTraverser Class Reference

This is a specialization of CullTraverser for use within the pgui system. More...

#include "pgCullTraverser.h"

Inheritance diagram for PGCullTraverser:
CullTraverser TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

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

Detailed Description

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.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations