shotgun.publish_widgets#
Tree view and model used to display ShotGrid Steps and Tasks.
Classes:
|
Displays the current asset entity. |
|
Widget used to provide an area to drop a file onto. |
|
Lets the user select a ShotGrid task. |
|
|
|
Displays the current project entity. |
|
Lets the user select a ShotGrid task. |
|
Lets the user select a status code. |
|
Lets the user select a ShotGrid task. |
- class bookmarks.shotgun.publish_widgets.AssetEntityEditor(parent=None)[source]#
Bases:
EntityComboBox
Displays the current asset entity.
- class bookmarks.shotgun.publish_widgets.DropWidget(parent=None)[source]#
Bases:
QWidget
Widget used to provide an area to drop a file onto.
Methods:
dragEnterEvent
(self, event)dragLeaveEvent
(self, event)dragMoveEvent
(self, event)dropEvent
(self, event)enterEvent
(self, event)leaveEvent
(self, event)mouseReleaseEvent
(self, event)paintEvent
(self, event)statusTip
(self)toolTip
(self)
- class bookmarks.shotgun.publish_widgets.LocalStorageEditor(parent=None)[source]#
Bases:
EntityComboBox
Lets the user select a ShotGrid task.
Methods:
Request Status entity data.
- class bookmarks.shotgun.publish_widgets.ProjectEntityEditor(parent=None)[source]#
Bases:
EntityComboBox
Displays the current project entity.
- class bookmarks.shotgun.publish_widgets.PublishedFileTypeEditor(parent=None)[source]#
Bases:
EntityComboBox
Lets the user select a ShotGrid task.
Methods:
Request Status entity data.
- class bookmarks.shotgun.publish_widgets.StatusEditor(parent=None)[source]#
Bases:
EntityComboBox
Lets the user select a status code.
Methods:
Request Status entity data.
Select the default status code, if a 'default' value is found in the entity list.