Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
SceneGraphExplorer Class Reference
Inheritance diagram for SceneGraphExplorer:
DirectObject

Public Member Functions

def __init__
 
def mouse2Down
 
def mouse2Motion
 
def onDestroy
 
def setChildrenTag
 
def setFSortChildren
 
def update
 
def updateSelection
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 nodePath
 

Constructor & Destructor Documentation

def __init__ (   self,
  parent = None,
  nodePath = render,
  isItemEditable = True,
  kw 
)

Member Function Documentation

def mouse2Down (   self,
  event 
)
def mouse2Motion (   self,
  event 
)
def onDestroy (   self,
  event 
)
def setChildrenTag (   self,
  tag,
  fModeChildrenTag 
)
def setFSortChildren (   self,
  fSortChildren 
)
def update (   self,
  fUseCachedChildren = 1 
)
Refresh scene graph explorer 
def updateSelection (   self,
  searchKey 
)

Member Data Documentation

nodePath