Panda3D
|
Public Member Functions | |
__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) | |
Static Public Attributes | |
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 | |
_addTask (self, task) | |
_clearTask (self, task) | |
Protected Attributes | |
_taskList | |
This is the class that all Direct/SAL classes should inherit from
__init__ | ( | self | ) |
Reimplemented in DirectCameraControl, DirectManipulationControl, SelectedNodePaths, DirectSession, DisplayRegionList, ToonEyes, LevelEditor, LevelEditorBase, AppRunner, TestJob, MessengerLeakObject, ThreeUpShow, Func, LerpFuncNS, LerpFunc, ActorInterval, DistributedCameraAI, DistributedObjectAI, DistributedObjectGlobalAI, DistributedObjectGlobalUD, DistributedObjectUD, TimeManagerAI, DistributedNodeAI, DistributedNodeUD, DistributedSmoothNodeAI, AsyncRequest, DistributedCartesianGridAI, AnimPanel, DWBPackageInstaller, PackageInstaller, Loader, DisplayRegionContext, AnimControlInterval, DistributedActor, DistributedCamera, DistributedCameraOV, DistributedCartesianGrid, DistributedNode, DistributedObject, DistributedObjectBase, DistributedObjectGlobal, DistributedObjectOV, DistributedSmoothNode, SampleObject, TimeManager, _MessageTypeLeakDetectorCreator, _MessageListenerTypeLeakDetectorCreator, ShadowPlacer, DirectRadamec, DirectJoybox, DirectFastrak, AcceptInterval, IgnoreInterval, StateData, CurveEditor, EventPulse, EventArgument, EventInterval, FSMInspector, ShowBase, FunctionInterval, LerpFunctionNoStateInterval, LerpFunctionInterval, OnscreenGeom, DirectGrid, TexMemWatcher, Fixture, OnscreenImage, InterestWatcher, IndirectInterval, Actor, MopathInterval, FSM, ClassicStyle, Job, MessengerLeakDetector, GarbageLogger, Viewport, BufferedDistancePhasedNode, Interval, State, ContainerLeakDetector, FindContainers, PruneObjectRefs, CheckContainers, FPTObjsNamed, FPTObjsOfType, ContainerReport, GarbageReport, MotionTrail, DistancePhasedNode, BulletinBoardWatcher, ClassicFSM, EventGroup, ObjectHandles, ForceGroup, GlobalForceGroup, Mopath, ProjectileInterval, HprInterval, HprScaleInterval, ParentInterval, WrtParentInterval, PosInterval, PosHprInterval, PosHprScaleInterval, ScaleInterval, ReferrerSearch, ExclusiveObjectPool, TaskManagerWidget, DirectSessionPanel, MopathRecorder, Placer, AppShell, TestAppShell, MemoryExplorer, SceneGraphExplorer, TestInterval, ParticleInterval, ParticlePanel, DirectDeviceManager, SoundInterval, TaskManagerPanel, TexViewer, DirectButtons, DirectAnalogs, DirectTracker, DirectDials, DirectTimecodeReader, FilterManager, and BufferViewer.
|
protected |
|
protected |
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 ) |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |