projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f4ed7
)
Small documentation in the valuenode.h
author
Carlos Lopez
<genetita@gmail.com>
Mon, 14 Jun 2010 19:28:29 +0000
(21:28 +0200)
committer
Carlos Lopez
<genetita@gmail.com>
Mon, 14 Jun 2010 19:28:29 +0000
(21:28 +0200)
synfig-core/src/synfig/valuenode.h
patch
|
blob
|
history
diff --git
a/synfig-core/src/synfig/valuenode.h
b/synfig-core/src/synfig/valuenode.h
index
e74c679
..
e118c95
100644
(file)
--- 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