#include <KeycodeSet.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | LINUX = Underlying::LINUX |
|
static constexpr auto | XT = Underlying::XT |
|
static constexpr auto | ATSET1 = Underlying::ATSET1 |
|
static constexpr auto | ATSET2 = Underlying::ATSET2 |
|
static constexpr auto | ATSET3 = Underlying::ATSET3 |
|
static constexpr auto | OSX = Underlying::OSX |
|
static constexpr auto | KBD = Underlying::KBD |
|
static constexpr auto | USB = Underlying::USB |
|
static constexpr auto | WIN32 = Underlying::WIN32 |
|
static constexpr auto | QNUM = Underlying::QNUM |
|
|
static constexpr std::array | values = {"linux", "xt", "atset1", "atset2", "atset3", "osx", ""} |
|
static constexpr auto virt::enums::domain::KeycodeSet::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::KeycodeSet::ATSET1 = Underlying::ATSET1 |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::ATSET2 = Underlying::ATSET2 |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::ATSET3 = Underlying::ATSET3 |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::KBD = Underlying::KBD |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::LINUX = Underlying::LINUX |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::OSX = Underlying::OSX |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::QNUM = Underlying::QNUM |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::USB = Underlying::USB |
|
static |
constexpr std::array virt::enums::domain::KeycodeSet::values = {"linux", "xt", "atset1", "atset2", "atset3", "osx", ""} |
|
staticprotected |
constexpr auto virt::enums::domain::KeycodeSet::WIN32 = Underlying::WIN32 |
|
static |
constexpr auto virt::enums::domain::KeycodeSet::XT = Underlying::XT |
|
static |
The documentation for this class was generated from the following file: