10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
UnixBrowserIntegration.h
1
#ifndef TENDUKE_OSA_UNX_UNIXBROWSERINTEGRATION_H
2
#define TENDUKE_OSA_UNX_UNIXBROWSERINTEGRATION_H
3
4
#include "osa/BrowserIntegration.h"
5
6
namespace
tenduke
{
namespace
osa
{
namespace
unx {
7
11
class
UnixBrowserIntegration
:
public
tenduke::osa::BrowserIntegration
12
{
13
public
:
14
void
openUrl
(
const
std::string &url)
const override
;
15
};
16
17
}}}
18
19
#endif
//TENDUKE_OSA_UNX_UNIXBROWSERINTEGRATION_H
tenduke::osa::BrowserIntegration
Service for opening URL in a browser.
Definition
BrowserIntegration.h:11
tenduke::osa::unx::UnixBrowserIntegration
Unix-specific implementation of tenduke::osa::BrowserIntegration.
Definition
UnixBrowserIntegration.h:12
tenduke::osa::unx::UnixBrowserIntegration::openUrl
void openUrl(const std::string &url) const override
Opens URL in a browser.
Definition
UnixBrowserIntegration.cpp:7
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
unx
UnixBrowserIntegration.h
Generated by
1.17.0