#include <SystemInterface.hpp>
|
| std::chrono::steady_clock::time_point | _startTime = std::chrono::steady_clock::now() |
| std::string | _clipboard |
◆ SystemInterface()
| Rmlui::Utils::SystemInterface::SystemInterface |
( |
| ) |
|
|
default |
◆ ~SystemInterface()
| Rmlui::Utils::SystemInterface::~SystemInterface |
( |
| ) |
|
|
overridedefault |
◆ GetClipboardText()
| void Rmlui::Utils::SystemInterface::GetClipboardText |
( |
Rml::String & | text | ) |
|
|
override |
◆ GetElapsedTime()
| double Rmlui::Utils::SystemInterface::GetElapsedTime |
( |
| ) |
|
|
override |
◆ LogMessage()
| bool Rmlui::Utils::SystemInterface::LogMessage |
( |
Rml::Log::Type | type, |
|
|
const Rml::String & | message ) |
|
override |
◆ SetClipboardText()
| void Rmlui::Utils::SystemInterface::SetClipboardText |
( |
const Rml::String & | text | ) |
|
|
override |
◆ _clipboard
| std::string Rmlui::Utils::SystemInterface::_clipboard |
|
private |
◆ _startTime
| std::chrono::steady_clock::time_point Rmlui::Utils::SystemInterface::_startTime = std::chrono::steady_clock::now() |
|
private |
The documentation for this class was generated from the following files: