This is the complete list of members for SequenceControllerCurve, including all inherited members.
| addNewCurveTrack() | SequenceControllerCurve | |
| assignNewOutputID(const std::string &trackID, const std::string &outputID) | SequenceController | |
| changeCurvePoint(const std::string &trackID, const std::string &segmentID, int pointIndex, int curveIndex, float time, float value) | SequenceControllerCurve | |
| changeCurvePoint(SequenceTrackSegment &segment, int pointIndex, int curveIndex, float time, float value) | SequenceControllerCurve | protected |
| changeCurveSegmentValue(const std::string &trackID, const std::string &segmentID, float newValue, int curveIndex, sequencecurveenums::ESegmentValueTypes valueType) | SequenceControllerCurve | |
| changeCurveSegmentValue(SequenceTrack &track, SequenceTrackSegment &segment, float newValue, int curveIndex, sequencecurveenums::ESegmentValueTypes valueType) | SequenceControllerCurve | protected |
| changeCurveType(SequenceTrackSegment &segment, math::ECurveInterp type, int curveIndex) | SequenceControllerCurve | |
| changeCurveType(const std::string &trackID, const std::string &segmentID, math::ECurveInterp type, int curveIndex) | SequenceControllerCurve | |
| changeLastCurvePoint(SequenceTrackSegment &segment, int curveIndex, float time, float value) | SequenceControllerCurve | protected |
| changeMinMaxCurveTrack(const std::string &trackID, T minimum, T maximum) | SequenceControllerCurve | |
| changeMinMaxCurveTrack(const std::string &trackID, float minimum, float maximum) | SequenceControllerCurve | |
| changeSegmentColor(const std::string &trackID, const std::string &segmentID, const RGBAColorFloat &newColor) | SequenceControllerCurve | |
| changeSegmentLabel(const std::string &trackID, const std::string &segmentID, const std::string &newLabel) | SequenceController | |
| changeTanPoint(const std::string &trackID, const std::string &segmentID, int pointIndex, int curveIndex, sequencecurveenums::ETanPointTypes tanType, float time, float value) | SequenceControllerCurve | |
| changeTanPoint(SequenceTrackSegment &segment, const std::string &trackID, int pointIndex, int curveIndex, sequencecurveenums::ETanPointTypes tanType, float time, float value) | SequenceControllerCurve | protected |
| changeTrackHeight(const std::string &trackID, float newHeight) | SequenceController | |
| changeTrackName(const std::string &trackID, const std::string &name) | SequenceController | |
| deleteCurvePoint(const std::string &trackID, const std::string &segmentID, int index, int curveIndex) | SequenceControllerCurve | |
| deleteCurvePoint(SequenceTrackSegment &segment, int index, int curveIndex) | SequenceControllerCurve | protected |
| deleteObjectFromSequencePlayer(const std::string &id) | SequenceController | protected |
| deleteSegment(const std::string &trackID, const std::string &segmentID) override | SequenceControllerCurve | virtual |
| deleteTrack(const std::string &deleteTrackID) | SequenceController | |
| findSegment(const std::string &trackID, const std::string &segmentID) | SequenceController | protected |
| findTrack(const std::string &trackID) | SequenceController | protected |
| getPlayerOwnedObjects() | SequenceController | protected |
| getPlayerReadObjectIDs() | SequenceController | protected |
| getSegment(const std::string &trackID, const std::string &segmentID) const | SequenceController | |
| getSequence() | SequenceController | protected |
| getTrack(const std::string &trackID) const | SequenceController | |
| insertCurvePoint(const std::string &trackID, const std::string &segmentID, float pos, int curveIndex) | SequenceControllerCurve | |
| insertCurvePoint(SequenceTrackSegment &segment, float pos, int curveIndex) | SequenceControllerCurve | protected |
| insertCurveSegment(const std::string &trackID, double time) | SequenceControllerCurve | protected |
| insertSegment(const std::string &trackID, double time) override | SequenceControllerCurve | virtual |
| insertTrack(rtti::TypeInfo type) override | SequenceControllerCurve | virtual |
| mChangeCurvePointFunctionMap | SequenceControllerCurve | protected |
| mChangeCurveTypeFunctionMap | SequenceControllerCurve | protected |
| mChangeLastCurvePointFunctionMap | SequenceControllerCurve | protected |
| mChangeSegmentValueFunctionMap | SequenceControllerCurve | protected |
| mChangeTanPointFunctionMap | SequenceControllerCurve | protected |
| mDeleteCurvePointFunctionMap | SequenceControllerCurve | protected |
| mEditor | SequenceController | protected |
| mInsertCurvePointFunctionMap | SequenceControllerCurve | protected |
| mInsertSegmentFunctionMap | SequenceControllerCurve | protected |
| mInsertTrackFunctionMap | SequenceControllerCurve | protected |
| moveTrackDown(const std::string &trackID) | SequenceController | |
| moveTrackUp(const std::string &trackID) | SequenceController | |
| mPlayer | SequenceController | protected |
| mService | SequenceController | protected |
| mUpdateSegmentFunctionMap | SequenceControllerCurve | protected |
| performEditAction(std::function< void()> action) | SequenceController | protected |
| segmentDurationChange(const std::string &trackID, const std::string &segmentID, float duration, bool adjustFollowingSegments) | SequenceControllerCurve | |
| SequenceController(SequenceService &service, SequencePlayer &player, SequenceEditor &editor) | SequenceController | |
| SequenceControllerCurve(SequenceService &service, SequencePlayer &player, SequenceEditor &editor) | SequenceControllerCurve | |
| setSegmentLocked(const std::string &trackID, const std::string &segmentID, bool locked) | SequenceControllerCurve | |
| updateCurveSegments(const std::string &trackID) | SequenceControllerCurve | |
| updateCurveSegments(SequenceTrack &track) | SequenceControllerCurve | protected |
| updateTracks() | SequenceController | protected |
| ~SequenceController()=default | SequenceController | virtual |