wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
ContextDirProvider.h
Go to the documentation of this file.
1// Copyright 2015 - 2026, GIBIS-UNIFESP and the wiRedPanda contributors
2// SPDX-License-Identifier: GPL-3.0-or-later
3
7
8#pragma once
9
10#include <QString>
11
20{
21public:
22 virtual ~ContextDirProvider() = default;
23
25 virtual QString contextDir() const = 0;
26};
Narrow interface exposing a scene's context directory.
virtual QString contextDir() const =0
Returns the directory of the .panda file associated with the scene.
virtual ~ContextDirProvider()=default