Property API clean to smooth the task of generating wrappers.
This commit is contained in:
@@ -50,6 +50,7 @@ class SG_EXPORT NodeCallback : public virtual Object {
|
||||
|
||||
void setNestedCallback(NodeCallback* nc) { _nestedCallback = nc; }
|
||||
NodeCallback* getNestedCallback() { return _nestedCallback.get(); }
|
||||
const NodeCallback* getNestedCallback() const { return _nestedCallback.get(); }
|
||||
|
||||
inline void addNestedCallback(NodeCallback* nc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user