|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Typed external destinations opened by the editor through platform APIs. More...
#include <string_view>Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Enumerations | |
| enum class | donner::editor::ExternalUrlTarget { DonnerRepository } |
| External destinations the editor is allowed to open. | |
Functions | |
| std::string_view | donner::editor::ExternalUrlValue (ExternalUrlTarget target) |
| Resolve an allowlisted external destination to its HTTPS URL. | |
| bool | donner::editor::LaunchExternalUrl (ExternalUrlTarget target) |
| Open an allowlisted destination with the platform URL handler. | |
Typed external destinations opened by the editor through platform APIs.
|
nodiscard |
Resolve an allowlisted external destination to its HTTPS URL.
| target | Destination to resolve. |
|
nodiscard |
Open an allowlisted destination with the platform URL handler.
| target | Destination to open. |