MCPcopy Create free account

hub / github.com/alembic/abcview / functions

Functions763 in github.com/alembic/abcview

Methodhandle_new_camera
handles adding a new camera to the session :param camera: GLCamera
python/AbcView/lib/abcview/app.py:1186
Methodhandle_object_selected
GLWidget object selected handler. :param name: name of object
python/AbcView/lib/abcview/app.py:1236
Methodhandle_object_selection
(self)
python/AbcView/lib/abcview/app.py:1263
Methodhandle_open
File->Open menud handler
python/AbcView/lib/abcview/app.py:1334
Methodhandle_property_clicked
Property tree item clicked handler. :param item: PropertyTreeWidgetItem
python/AbcView/lib/abcview/app.py:1316
Methodhandle_reload
File->Reload menu handler, reloads session
python/AbcView/lib/abcview/app.py:1358
Methodhandle_remove_item
remove item action handler, calls remove_item().
python/AbcView/lib/abcview/widget/tree_widget.py:740
Methodhandle_run_script
(self)
python/AbcView/lib/abcview/app.py:368
Methodhandle_scene_opened
Scene open signal handler.
python/AbcView/lib/abcview/app.py:1107
Methodhandle_scene_selected
GLWidget scene selected handler. :param scene: GLScene
python/AbcView/lib/abcview/app.py:1221
Methodhandle_set_camera
handles setting the camera name on the session :param camera: GLCamera
python/AbcView/lib/abcview/app.py:1197
Methodhandle_set_camera
Sets camera from name derived from the text of a QAction. :param action: QAction
python/AbcView/lib/abcview/widget/viewer_widget.py:945
Methodhandle_set_color
Set item color menu handler :param item: SceneTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:753
Methodhandle_set_mode
Set item shading mode menu handler :param mode: abcview.io.Mode enum value
python/AbcView/lib/abcview/widget/tree_widget.py:768
Methodhandle_show_console
(self, toggled)
python/AbcView/lib/abcview/app.py:372
Methodhandle_show_objects
(self)
python/AbcView/lib/abcview/app.py:375
Methodhandle_show_props
(self)
python/AbcView/lib/abcview/app.py:378
Methodhandle_show_timeline
(self)
python/AbcView/lib/abcview/app.py:381
Methodhandle_show_viewer
(self)
python/AbcView/lib/abcview/app.py:384
Methodhandle_state_change
State change signal handler.
python/AbcView/lib/abcview/widget/viewer_widget.py:939
Methodhandle_state_play_fwd
viewer state play foward signal handler
python/AbcView/lib/abcview/app.py:1146
Methodhandle_state_play_stop
viewer state play stop signal handler
python/AbcView/lib/abcview/app.py:1152
Methodhandle_time_slider_change
handles frame changes coming from time slider :param frame: frame number
python/AbcView/lib/abcview/app.py:1118
Methodhandle_update_frame
handles frame changes coming from viewer
python/AbcView/lib/abcview/app.py:1158
Methodhandle_value_change
Handles text change for item delegate line edits.
python/AbcView/lib/abcview/widget/tree_widget.py:586
Methodhandle_view_camera
object tree 'view through selected' menu handler :param item: CameraTreeWidgetItem
python/AbcView/lib/abcview/app.py:1207
Methodhandle_viewer_error
(self, msg)
python/AbcView/lib/abcview/app.py:1115
Methodhas_key
(self, key)
python/AbcView/lib/abcview/io.py:153
MethodinitializeGL
(self)
python/AbcView/lib/abcview/widget/viewer_widget.py:1111
MethodinitializeGL
bin/AbcView/GLWidget.cpp:75
FunctionisConstant
This returns constancy.
lib/AbcOpenGL/MeshDrwHelper.h:83
MethodisConstant
lib/AbcOpenGL/SceneWrapper.cpp:103
Methodis_archive
(self)
python/AbcView/lib/abcview/io.py:204
Methodis_removable
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:406
Methodis_removable
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:454
MethodkeyPressEvent
Handles key press events for the main application. If nothing matches, it defers to the viewer.
python/AbcView/lib/abcview/app.py:1458
MethodkeyPressEvent
key press event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1203
MethodkeyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/tree_widget.py:228
MethodkeyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/console_widget.py:251
MethodkeyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:297
MethodkeyPressEvent
bin/AbcView/GLWidget.cpp:148
MethodleaveEvent
(self, event)
python/AbcView/lib/abcview/app.py:405
MethodleaveEvent
(self, event)
python/AbcView/lib/abcview/widget/console_widget.py:69
MethodleaveEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:220
Methodload
Defers actually loading the scene until necessary.
python/AbcView/lib/abcview/gl.py:173
Methodlook_at
(self, eye, at)
python/AbcView/lib/abcview/gl.py:332
Methodlook_at
(self, eye, at)
python/AbcView/lib/abcview/gl.py:433
Functionmain
-
bin/AbcView/main.cpp:8
Functionmake_clean
make abcview session clean decorator
python/AbcView/lib/abcview/app.py:77
Functionmake_dirty
make abcview session dirty decorator
python/AbcView/lib/abcview/app.py:68
MethodmapToSphere
bin/AbcView/GLWidget.cpp:127
Methodmax_bounds
lib/AbcOpenGL/SceneWrapper.cpp:205
Methodmax_time
(self)
python/AbcView/lib/abcview/gl.py:234
Methodmerge
Merges a given session into this session. :param session: Session object to merge in
python/AbcView/lib/abcview/io.py:886
Methodmin_bounds
lib/AbcOpenGL/SceneWrapper.cpp:195
Methodmin_time
(self)
python/AbcView/lib/abcview/gl.py:228
MethodmouseDoubleClickEvent
mouse double-click event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1308
MethodmouseMoveEvent
mouse move event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1545
MethodmouseMoveEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:101
MethodmouseMoveEvent
bin/AbcView/GLWidget.cpp:172
MethodmousePressEvent
mouse press event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1329
MethodmousePressEvent
(self, event)
python/AbcView/lib/abcview/widget/tree_widget.py:462
MethodmousePressEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:96
MethodmousePressEvent
bin/AbcView/GLWidget.cpp:163
MethodmouseReleaseEvent
mouse release event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1582
MethodmouseReleaseEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:111
MethodnumChildren
bin/AbcView/ObjectTreeWidget.h:19
MethodnumChildren
bin/AbcView/ObjectTreeWidget.h:36
Methodoperator()
bin/AbcView/ObjectTreeWidget.cpp:8
MethodpaintEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:117
MethodpaintGL
bin/AbcView/GLWidget.cpp:96
Methodpath
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:143
MethodplayForward
lib/AbcOpenGL/SceneWrapper.cpp:68
Methodplay_forward
(self, fps=24)
python/AbcView/lib/abcview/gl.py:758
MethodprocessHits
-
lib/AbcOpenGL/Scene.cpp:168
Methodproperties
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:323
Methodproperties
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:403
Methodremove_camera
:param: GLCamera
python/AbcView/lib/abcview/io.py:815
Methodremove_camera
:param camera: GLCamera object to remove
python/AbcView/lib/abcview/widget/viewer_widget.py:598
Methodremove_scene
Removes a given GLScene object from the master scene. :param scene: GLScene to remove.
python/AbcView/lib/abcview/widget/viewer_widget.py:578
Functionrequire_loaded
Load decorator
python/AbcView/lib/abcview/gl.py:103
MethodresizeEvent
(self, event)
python/AbcView/lib/abcview/app.py:1453
MethodresizeEvent
bin/AbcView/GLWidget.cpp:114
MethodresizeGL
bin/AbcView/GLWidget.cpp:121
Functionrestart
lib/AbcOpenGL/Scene.h:62
Methodroot
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:146
Methodrotate
(self, dx, dy)
python/AbcView/lib/abcview/gl.py:328
Methodrun
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:87
Methodsamples
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:327
Methodsave_settings
Saves layout settings to a PyQt settings file.
python/AbcView/lib/abcview/app.py:731
Methodscene
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:152
MethodsceneAdded
bin/AbcView/ObjectTreeWidget.cpp:51
Methodselection
(self, x, y, camera)
python/AbcView/lib/abcview/gl.py:744
Methodselection
lib/AbcOpenGL/SceneWrapper.cpp:56
Methodselection
-
lib/AbcOpenGL/Scene.cpp:197
Methodserialize
(self)
python/AbcView/lib/abcview/io.py:280
Methodserialize
(self)
python/AbcView/lib/abcview/io.py:354
Methodserialize
(self)
python/AbcView/lib/abcview/io.py:531
Methodserialize
(self)
python/AbcView/lib/abcview/io.py:678
FunctionsetCenterOfInterest
lib/AbcOpenGL/GLCamera.h:69
← previousnext →601–700 of 763, ranked by callers