Nui
|
Public Member Functions | |
void | registerSchemeHandlers (WindowOptions const &options) override |
MacOsImplementation () | |
Public Member Functions inherited from Nui::Window::Implementation | |
Implementation () | |
virtual | ~Implementation () |
void | initialize (bool debug, void *options) |
template<class Derived > | |
std::shared_ptr< Derived > | shared_from_base () |
template<class Derived > | |
std::weak_ptr< Derived > | weak_from_base () |
Implementation () | |
Public Attributes | |
HostNameMappingInfo | hostNameMappingInfo |
Public Attributes inherited from Nui::Window::Implementation | |
std::recursive_mutex | viewGuard |
boost::asio::thread_pool | pool |
std::unique_ptr< webview::webview > | view |
std::vector< std::filesystem::path > | cleanupFiles |
std::unordered_map< std::string, std::function< void(nlohmann::json const &)> > | callbacks |
int | width |
int | height |
std::function< void(std::string_view)> | onRpcError |
|
inline |
|
overridevirtual |
Implements Nui::Window::Implementation.
HostNameMappingInfo Nui::Window::MacOsImplementation::hostNameMappingInfo |