X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fvaluenode.h;h=e118c95c73a01b5610b5d69316f0996800fb7a5a;hb=4408ad32372553408acef1320ac33dba4a65001b;hp=e74c679aa71b559782d7e7b76986fe40dfc012e1;hpb=c2f4ed7dd055d8503ace2d680b5fb5c4a904aedb;p=synfig.git diff --git a/synfig-core/src/synfig/valuenode.h b/synfig-core/src/synfig/valuenode.h index e74c679..e118c95 100644 --- a/synfig-core/src/synfig/valuenode.h +++ b/synfig-core/src/synfig/valuenode.h @@ -291,6 +291,10 @@ public: */ typedef LinkableValueNode* (*Factory)(const ValueBase&); + //! This represents a pointer to a Type check member fucntion + /*! As a pointer to the member, it represents a fucntion that checks + ** the type of the provided ValueBase + */ typedef bool (*CheckType)(ValueBase::Type); struct BookEntry