#include <QString>
Go to the source code of this file.
◆ fileFromStdString()
| QString fileFromStdString |
( |
const std::string & | _string | ) |
|
|
inlinestatic |
◆ nameFromStdString()
| QString nameFromStdString |
( |
const std::string & | _string | ) |
|
|
inlinestatic |
◆ textFromStdString()
| QString textFromStdString |
( |
const std::string & | _string | ) |
|
|
inlinestatic |
◆ MAX_FILE_LENGTH
| int MAX_FILE_LENGTH = 0x1fffff |
|
constexpr |
◆ MAX_NAME_LENGTH
| int MAX_NAME_LENGTH = 0xff |
|
constexpr |
◆ MAX_TEXT_LENGTH
| int MAX_TEXT_LENGTH = 0xfff |
|
constexpr |
◆ MAXIMUM_DICE_TO_ROLL
| uint MAXIMUM_DICE_TO_ROLL = 100 |
|
constexpr |
◆ MAXIMUM_DIE_SIDES
| uint MAXIMUM_DIE_SIDES = 1000000 |
|
constexpr |
◆ MINIMUM_DICE_TO_ROLL
| uint MINIMUM_DICE_TO_ROLL = 1 |
|
constexpr |
◆ MINIMUM_DIE_SIDES
| uint MINIMUM_DIE_SIDES = 2 |
|
constexpr |