Nui
Public Member Functions | Public Attributes | List of all members
Nui::Window::LinuxImplementation Struct Reference
Inheritance diagram for Nui::Window::LinuxImplementation:
Inheritance graph
[legend]
Collaboration diagram for Nui::Window::LinuxImplementation:
Collaboration graph
[legend]

Public Member Functions

 LinuxImplementation ()
 
void registerSchemeHandlers (WindowOptions const &options) override
 
void registerSchemeHandler (CustomScheme const &scheme)
 
- 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
 
std::recursive_mutex schemeResponseRegistryGuard
 
SelectablesRegistry< std::unique_ptr< Nui::Impl::Linux::SchemeContext > > schemeResponseRegistry
 
std::list< std::string > schemes {}
 
- 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
 

Constructor & Destructor Documentation

◆ LinuxImplementation()

Nui::Window::LinuxImplementation::LinuxImplementation ( )
inline

Member Function Documentation

◆ registerSchemeHandler()

void Nui::Window::LinuxImplementation::registerSchemeHandler ( CustomScheme const &  scheme)

◆ registerSchemeHandlers()

void Nui::Window::LinuxImplementation::registerSchemeHandlers ( WindowOptions const &  options)
overridevirtual

Member Data Documentation

◆ hostNameMappingInfo

HostNameMappingInfo Nui::Window::LinuxImplementation::hostNameMappingInfo

◆ schemeResponseRegistry

SelectablesRegistry<std::unique_ptr<Nui::Impl::Linux::SchemeContext> > Nui::Window::LinuxImplementation::schemeResponseRegistry

◆ schemeResponseRegistryGuard

std::recursive_mutex Nui::Window::LinuxImplementation::schemeResponseRegistryGuard

◆ schemes

std::list<std::string> Nui::Window::LinuxImplementation::schemes {}

The documentation for this struct was generated from the following file: