HelpClientManager.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 #include <HelpSystem\HelpSystem.h>
11 #include <HelpSystem\IHelpClient.h>
13 
15 
16 //=======================================================================================
22 //=======================================================================================
23 enum class HelpClientType
24  {
25  Windows,
26  Browser
27  };
28 
29 //=======================================================================================
34 //=======================================================================================
36  {
37  public:
38  static IHelpClient* CreateHelpClient (IHelpClientHost* helpClientHost, HelpClientType clientType);
39  };
HelpClientType
Definition: HelpClientManager.h:23
#define END_BENTLEY_HELPSYSTEM_NAMESPACE
Definition: HelpSystem.h:15
HelpClientManager class provides access to help system interfaces and classes.
Definition: HelpClientManager.h:35
#define DLLEXPORT
Definition: basedefs.h:137
#define BEGIN_BENTLEY_HELPSYSTEM_NAMESPACE
Definition: HelpSystem.h:14
Definition: IHelpClientHost.h:23
Definition: IHelpClient.h:22

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.