2.23. View

2.23.1. Synopsis

2.23.1.1. Functions

2.23.1.2. Properties

  • property id [read-only] of int

2.23.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(id)
Parameters

id (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

bool

View.__eq__(rhs)
Return type

bool

View.id
Type

int

Access

read-only Provides access to view ID value.