2.21. View

2.21.1. Synopsis

2.21.1.1. Functions

2.21.1.2. Properties

  • property id [read-only] of int

2.21.2. Detailed Description

Clip view class. Defines views for clips.
class mocha.project.View

Constructs new clip view instance with default view id (0).

class mocha.project.View(View)
class mocha.project.View(id)
Parameters:id (PySide.QtCore.int) – New view id.

Constructs new clip view instance with given view id. It might be called as implicit constructor using only int value.

View.__repr__()
Return type:unicode
View.__str__()
Return type:unicode
View.__lt__(rhs)
Return type:PySide.QtCore.bool
View.__eq__(rhs)
Return type:PySide.QtCore.bool
View.id
Type:int
Access:read-only

Provides access to view ID value.