#include <sequenceeditor.h>
Public Member Functions | |
| SequenceEditorHistoryPoint (DateTime dateTime, rtti::TypeInfo actionType) | |
Public Attributes | |
| DateTime | mDateTime |
| rtti::TypeInfo | mActionType |
| rtti::BinaryWriter | mBinaryWriter |
A history point created by the SequenceEditor A history point of a serialized sequence, action type that describes the action that creates the history point and the date & time of the history point
| SequenceEditorHistoryPoint | ( | DateTime | dateTime, |
| rtti::TypeInfo | actionType | ||
| ) |
| rtti::TypeInfo mActionType |
| rtti::BinaryWriter mBinaryWriter |
| DateTime mDateTime |