pyforms :: gui :: Controls :: ControlEventTimeline :: TimelineDelta :: TimelineDelta :: Class TimelineDelta
[hide private]
[frames] | no frames]

Class TimelineDelta

source code


Instance Methods [hide private]
 
__init__(self, begin, end=30, title=None, height=30, top=0, parent=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
collide(self, x, y) source code
 
canSlideBegin(self, x, y) source code
 
canSlideEnd(self, x, y) source code
 
moveEnd(self, x)
Move the right edge of the event rectangle.
source code
 
moveBegin(self, x)
Move the left edge of the event rectangle.
source code
 
move(self, x, y) source code
 
showEditWindow(self) source code
 
draw(self, painter, showvalues=False) source code
 
lock(self, value) source code
 
begin(self, value) source code
 
end(self, value) source code
 
track(self, value) source code
 
color(self, value) source code
 
properties(self, value) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, begin, end=30, title=None, height=30, top=0, parent=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

lock(self, value)

source code 
Decorators:
  • @lock.setter

begin(self, value)

source code 
Decorators:
  • @begin.setter

end(self, value)

source code 
Decorators:
  • @end.setter

track(self, value)

source code 
Decorators:
  • @track.setter

color(self, value)

source code 
Decorators:
  • @color.setter

properties(self, value)

source code 
Decorators:
  • @properties.setter