|
Panda3D
|
Public Member Functions | |
| __init__ (self, parent=None, nodePath=None, isItemEditable=True, **kw) | |
| mouse2Down (self, event) | |
| mouse2Motion (self, event) | |
| onDestroy (self, event) | |
| setChildrenTag (self, tag, fModeChildrenTag) | |
| setFSortChildren (self, fSortChildren) | |
| update (self, fUseCachedChildren=1) | |
| updateSelection (self, searchKey) | |
Public Member Functions inherited from DirectObject | |
| __init__ (self) | |
| accept (self, event, method, extraArgs=[]) | |
| acceptOnce (self, event, method, extraArgs=[]) | |
| addTask (self, *args, **kwargs) | |
| detectLeaks (self) | |
| doMethodLater (self, *args, **kwargs) | |
| getAllAccepting (self) | |
| ignore (self, event) | |
| ignoreAll (self) | |
| isAccepting (self, event) | |
| isIgnoring (self, event) | |
| removeAllTasks (self) | |
| removeTask (self, taskOrName) | |
Public Attributes | |
| mouse2Down = BOTH) | |
| mouse2Motion | |
| nodePath = nodePath | |
| onDestroy = self._scrolledCanvas: | |
Protected Attributes | |
| _2lx = event.x | |
| _2ly = event.y | |
| _canvas = self._scrolledCanvas.component('canvas') | |
| _dxview = xview[1] - xview[0] | |
| _dyview = yview[1] - yview[0] | |
| float | _height = 1.0 * self._canvas.winfo_height() |
| _label | |
| _left = xview[0] | |
| _node | |
| _parentFrame = Frame(interior) | |
| _scrolledCanvas | |
| _top = yview[0] | |
| _treeItem = SceneGraphExplorerItem(self.nodePath, isItemEditable) | |
| float | _width = 1.0 * self._canvas.winfo_width() |
Protected Attributes inherited from DirectObject | |
| dict | _taskList = {} |
Additional Inherited Members | |
Static Public Attributes inherited from DirectObject | |
| accept_once = acceptOnce | |
| add_task = addTask | |
| detect_leaks = detectLeaks | |
| do_method_later = doMethodLater | |
| get_all_accepting = getAllAccepting | |
| ignore_all = ignoreAll | |
| is_accepting = isAccepting | |
| is_ignoring = isIgnoring | |
| remove_all_tasks = removeAllTasks | |
| remove_task = removeTask | |
Protected Member Functions inherited from DirectObject | |
| _addTask (self, task) | |
| _clearTask (self, task) | |
| __init__ | ( | self, | |
| parent = None, | |||
| nodePath = None, | |||
| isItemEditable = True, | |||
| ** | kw ) |
| mouse2Down | ( | self, | |
| event ) |
| mouse2Motion | ( | self, | |
| event ) |
| onDestroy | ( | self, | |
| event ) |
| setChildrenTag | ( | self, | |
| tag, | |||
| fModeChildrenTag ) |
| setFSortChildren | ( | self, | |
| fSortChildren ) |
| update | ( | self, | |
| fUseCachedChildren = 1 ) |
Refresh scene graph explorer
| updateSelection | ( | self, | |
| searchKey ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| mouse2Down = BOTH) |
| mouse2Motion |
| nodePath = nodePath |
| onDestroy = self._scrolledCanvas: |