This class makes up the StoryboardItem class. It consists of pointer to its parent item and the data ...
void setData(QVariant value)
QWeakPointer< StoryboardItem > m_parentItem
void setParent(StoryboardItemSP parent)
StoryboardItemSP parent()
StoryboardChild(QVariant data)
StoryboardChild(const StoryboardChild &rhs)
This class stores a list of StoryboardChild objects and provides functionality to manipulate the list...
QVector< QSharedPointer< StoryboardChild > > m_childData
childType
This enum defines the data type to be stored at particular indices.
@ DurationFrame
Store the duration in frame at index 3. Data type stored here should be int.
@ FrameNumber
Store the frame number at index 0. Data type stored here should be ThumbnailData.
@ DurationSecond
Store the duration in second at index 2. Data type stored here should be int.
@ ItemName
Store the item name at index 1. Data type stored here should be string.