10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
MacBrowserIntegration.h
1
#ifndef TENDUKE_OSA_MAC_MACBROWSERINTEGRATION_H
2
#define TENDUKE_OSA_MAC_MACBROWSERINTEGRATION_H
3
4
#include "../BrowserIntegration.h"
5
6
namespace
tenduke
{
namespace
osa
{
namespace
mac {
7
11
class
MacBrowserIntegration
:
public
tenduke::osa::BrowserIntegration
12
{
13
public
:
14
void
openUrl
(
const
std::string &url)
const override
;
15
16
};
17
18
}}}
19
20
#endif
//TENDUKE_OSA_MAC_MACBROWSERINTEGRATION_H
tenduke::osa::BrowserIntegration
Service for opening URL in a browser.
Definition
BrowserIntegration.h:11
tenduke::osa::mac::MacBrowserIntegration
Mac-specific implementation of tenduke::osa::BrowserIntegration.
Definition
MacBrowserIntegration.h:12
tenduke::osa::mac::MacBrowserIntegration::openUrl
void openUrl(const std::string &url) const override
Opens URL in a browser.
Definition
MacBrowserIntegration.cpp:5
tenduke::osa
Operating system abstraction.
Definition
win32_utils.h:7
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
mac
MacBrowserIntegration.h
Generated by
1.17.0