wiRedPanda
Home
About
Download
Try out
API Docs
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
19
class
ContextDirProvider
20
{
21
public
:
22
virtual
~ContextDirProvider
() =
default
;
23
25
virtual
QString
contextDir
()
const
= 0;
26
};
ContextDirProvider
Narrow interface exposing a scene's context directory.
Definition
ContextDirProvider.h:20
ContextDirProvider::contextDir
virtual QString contextDir() const =0
Returns the directory of the .panda file associated with the scene.
ContextDirProvider::~ContextDirProvider
virtual ~ContextDirProvider()=default
App
Core
ContextDirProvider.h
Generated by
1.16.1