Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a configuration template base class for hierarchies that use Super<> #61

Open
dimitar-asenov opened this issue Jan 26, 2015 · 0 comments

Comments

@dimitar-asenov
Copy link
Owner

For example, for make all visualizations inherit from a configuration template, which in turn directly inherits from Super<Item>. The template is a thin wrapper on top that just exports the new visualization's style, node, and top-level class as types. This will make a lot of things simpler when declaring objects.

A problem might be inheriting visualizations (e.g. in TextRenderer) where multiple configurations are needed throughout the hierarchy. This needs to be investigated.

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

No branches or pull requests

1 participant