Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Write baseclasses in C++ to be able to add methods #23

Open
FRidh opened this issue Mar 15, 2013 · 2 comments
Open

Write baseclasses in C++ to be able to add methods #23

FRidh opened this issue Mar 15, 2013 · 2 comments

Comments

@FRidh
Copy link
Member

FRidh commented Mar 15, 2013

Write the baseclasses in C++ by subclassing App::FeaturePython.
This opens the possibility to add methods to the classes. When this is done, most actions can be put in the baseclasses.

@FRidh
Copy link
Member Author

FRidh commented Apr 2, 2013

Not necessary anymore as it is possible to add methods to the adapter classes. See commit d701483

@FRidh FRidh closed this as completed Apr 2, 2013
@FRidh FRidh reopened this May 13, 2013
@FRidh
Copy link
Member Author

FRidh commented May 13, 2013

Methods are not stored when saving.

By writing ABC's in C++ and using pointers to Python methods it should work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant