|
synfig-core
1.0.3
|
#include <node.h>
Public Member Functions | |
| iterator | insert (const TimePoint &x) |
| template<typename ITER > | |
| void | insert (ITER begin, ITER end) |
| TimePointSet::iterator TimePointSet::insert | ( | const TimePoint & | x | ) |
finds a iterator to a Time Point with the same time
If iter is not a the end of the set (we found one Time Point)
Absorb the time point
Else, insert it at the first of the set
References synfig::TimePoint::absorb().
Referenced by synfig::ValueNode_DynamicList::ListEntry::get_times(), synfig::LinkableValueNode::get_times_vfunc(), synfig::Layer::get_times_vfunc(), and synfig::Canvas::get_times_vfunc().
|
inline |
1.8.1.2