Closed MartinPacker closed 10 months ago
Branch cardObjects created and prototype Card
class created in card.py.
Card class has attributes title. bullets, graphic right now.
Completed - eliminating [c]
coding. Will make future enhancements easier.
Shipped in v4.3.1.
Today cards are arrays. It's OK to have a
SlideInfo
object have an array of cards but cards should have at very least the following attributes:card[0]
)card[2]
)card[1]
)Obviously some of these wouldn't be filled in.
A good class name candidate would be
CardInfo
.