|
def | delete |
| Delete the object from the project data store. More...
|
|
def | filter |
| Take any arguments given as filters, and find a list of matching objects. More...
|
|
def | get |
| Take any arguments given as filters, and find the first matching object. More...
|
|
def | save |
| Save the object back to the project data store. More...
|
|
def | title |
| Get the translated display title of this item. More...
|
|
def | __init__ |
| Constructor. More...
|
|
def | delete |
| Delete the object from the project data store. More...
|
|
def | filter |
| Take any arguments given as filters, and find a list of matching objects. More...
|
|
def | get |
| Take any arguments given as filters, and find the first matching object. More...
|
|
def | save |
| Save the object back to the project data store. More...
|
|
def | title |
| Get the translated display title of this item. More...
|
|
This class allows Transitions (i.e.
timeline effects) to be queried, updated, and deleted from the project data.
Definition at line 186 of file query.py.