X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Factivepoint.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Factivepoint.h;h=d2b784a98c1972afb6bcc402ead744564a3c77fb;hb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;hp=f0f902a4e91497dd3f9481e5e88a890b327b577f;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/activepoint.h b/synfig-core/trunk/src/synfig/activepoint.h index f0f902a..d2b784a 100644 --- a/synfig-core/trunk/src/synfig/activepoint.h +++ b/synfig-core/trunk/src/synfig/activepoint.h @@ -40,29 +40,29 @@ namespace synfig { class GUID; class ValueNode; - + struct Activepoint : public UniqueID { private: etl::loose_handle parent_; int index; - + public: //! Time of the activepoint Time time; - + //! Priority int priority; //! Does this activepoint turn the entry on, or off? bool state; - + bool operator<(const Activepoint& rhs) { return time &get_parent_value_node()const { return parent_; } - void set_parent_value_node(const etl::loose_handle &x) { parent_=x; } - + void set_parent_value_node(const etl::loose_handle &x) { parent_=x; } + int get_parent_index()const { return index; } void set_parent_index(int x) { index=x; } - + GUID get_guid()const; }; // END of struct ValueNode_BLine::Activepoint