You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now if you want to have an externalwindow class, or a class that suports local presets, you have to inherit from that class (either ofxOceanodeNodeModelExternalWindow, or ofxOceanodeNodeModelLocalPreset)
The most reasonable way to do that probably multiple inheritance? friendship classes?
The text was updated successfully, but these errors were encountered:
Now if you want to have an externalwindow class, or a class that suports local presets, you have to inherit from that class (either ofxOceanodeNodeModelExternalWindow, or ofxOceanodeNodeModelLocalPreset)
The most reasonable way to do that probably multiple inheritance? friendship classes?
The text was updated successfully, but these errors were encountered: