ACF
$AcfVersion:0$
Acf
Include
idoc
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
9
#include <
idoc/IHelpInfoProvider.h
>
10
11
12
namespace
idoc
13
{
14
15
47
class
IHelpFileProvider
:
virtual
public
IHelpInfoProvider
48
{
49
public
:
58
virtual
QString
GetHelpFilePath
(
const
QString& contextText,
const
istd::IPolymorphic
* contextObjectPtr)
const
= 0;
59
};
60
61
62
}
// namespace idoc
63
64
65
66
IHelpInfoProvider.h
idoc::IHelpFileProvider
Allow to show help document to specified object or text.
Definition
IHelpFileProvider.h:48
idoc::IHelpFileProvider::GetHelpFilePath
virtual QString GetHelpFilePath(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const =0
Get access to help file path for specified help information.
idoc::IHelpInfoProvider
Allow to show help document to specified object or text.
Definition
IHelpInfoProvider.h:54
istd::IPolymorphic
Base interface for all used interfaces and implementations.
Definition
IPolymorphic.h:18
idoc
Contains the system independent basic implementations of Document/View design pattern.
Definition
CCompositeDocumentTemplateComp.h:11
Generated by
1.9.8