|
wiRedPanda
Logic Circuit Simulator
|
Narrow interface exposing a scene's context directory. More...
#include <ContextDirProvider.h>
Public Member Functions | |
| virtual QString | contextDir () const =0 |
| Returns the directory of the .panda file associated with the scene. | |
| virtual | ~ContextDirProvider ()=default |
Narrow interface exposing a scene's context directory.
Lets Scene::deserializationContext() populate SerializationContext::contextDir without the Element layer needing to name the concrete Scene class.
Definition at line 19 of file ContextDirProvider.h.
|
virtualdefault |
|
pure virtual |
Returns the directory of the .panda file associated with the scene.
Implemented in Scene.