ACF $AcfVersion:0$
IHelpFileProvider.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// Qt includes
6#include <QtCore/QString>
7
8// ACF includes
10
11
12namespace idoc
13{
14
15
48{
49public:
58 virtual QString GetHelpFilePath(const QString& contextText, const istd::IPolymorphic* contextObjectPtr) const = 0;
59};
60
61
62} // namespace idoc
63
64
65
66
Allow to show help document to specified object or text.
virtual QString GetHelpFilePath(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const =0
Get access to help file path for specified help information.
Allow to show help document to specified object or text.
Base interface for all used interfaces and implementations.
Contains the system independent basic implementations of Document/View design pattern.