ACF $AcfVersion:0$
IHelpInfoProvider.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
9#include <istd/IPolymorphic.h>
10
11
12namespace idoc
13{
14
15
54{
55public:
68 virtual double GetHelpQuality(const QString& contextText, const istd::IPolymorphic* contextObjectPtr) const = 0;
69};
70
71
72} // namespace idoc
73
74
75
76
Allow to show help document to specified object or text.
virtual double GetHelpQuality(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const =0
Get quality of help information for specified context and/or object.
Base interface for all used interfaces and implementations.
Contains the system independent basic implementations of Document/View design pattern.