|
stmm-games-doc
0.32.0
|
This is the complete list of members for stmg::Tile, including all inherited members.
| ALPHA_MAX enum value | stmg::TileAlpha | private |
| ALPHA_MIN enum value | stmg::TileAlpha | private |
| alphaUint8ToDouble1(uint8_t nAlpha) noexcept | stmg::TileAlpha | inlineprivatestatic |
| CHAR_FONT_INDEX_MAX enum value | stmg::TileFont | private |
| CHAR_FONT_INDEX_MIN enum value | stmg::TileFont | private |
| CHAR_INDEX_MAX enum value | stmg::TileChar | private |
| CHAR_INDEX_MIN enum value | stmg::TileChar | private |
| CHAR_UCS4_MAX enum value | stmg::TileChar | private |
| CHAR_UCS4_MIN enum value | stmg::TileChar | private |
| clear() noexcept | stmg::Tile | inline |
| COLOR_INDEX_MAX enum value | stmg::TileColor | private |
| COLOR_INDEX_MIN enum value | stmg::TileColor | private |
| COLOR_PAL enum name | stmg::TileColor | private |
| COLOR_PAL_FIRST enum value | stmg::TileColor | private |
| COLOR_PAL_LAST enum value | stmg::TileColor | private |
| COLOR_PAL_STD_BLACK enum value | stmg::TileColor | private |
| COLOR_PAL_STD_BLUE enum value | stmg::TileColor | private |
| COLOR_PAL_STD_BROWN enum value | stmg::TileColor | private |
| COLOR_PAL_STD_CYAN enum value | stmg::TileColor | private |
| COLOR_PAL_STD_FIRST enum value | stmg::TileColor | private |
| COLOR_PAL_STD_GRAY enum value | stmg::TileColor | private |
| COLOR_PAL_STD_GREEN enum value | stmg::TileColor | private |
| COLOR_PAL_STD_LAST enum value | stmg::TileColor | private |
| COLOR_PAL_STD_MAGENTA enum value | stmg::TileColor | private |
| COLOR_PAL_STD_ORANGE enum value | stmg::TileColor | private |
| COLOR_PAL_STD_PINK enum value | stmg::TileColor | private |
| COLOR_PAL_STD_RED enum value | stmg::TileColor | private |
| COLOR_PAL_STD_WHITE enum value | stmg::TileColor | private |
| COLOR_PAL_STD_YELLOW enum value | stmg::TileColor | private |
| COLOR_TYPE enum name | stmg::TileColor | private |
| COLOR_TYPE_EMPTY enum value | stmg::TileColor | private |
| COLOR_TYPE_INDEX enum value | stmg::TileColor | private |
| COLOR_TYPE_PAL enum value | stmg::TileColor | private |
| COLOR_TYPE_RGB enum value | stmg::TileColor | private |
| colorUint8ToDouble1(uint8_t nCol) noexcept | stmg::TileColor | inlineprivatestatic |
| dump() const noexcept | stmg::Tile | inline |
| GAMMA_MAX enum value | stmg::TileGamma | private |
| GAMMA_MIN enum value | stmg::TileGamma | private |
| getAlpha() const noexcept | stmg::TileAlpha | inlineprivate |
| getAlpha1() const noexcept | stmg::TileAlpha | inlineprivate |
| getChar() const noexcept | stmg::TileChar | inlineprivate |
| getCharIndex() const noexcept | stmg::TileChar | inlineprivate |
| getColorBlue1() const noexcept | stmg::TileColor | inlineprivate |
| getColorGreen1() const noexcept | stmg::TileColor | inlineprivate |
| getColorIndex() const noexcept | stmg::TileColor | inlineprivate |
| getColorPal() const noexcept | stmg::TileColor | inlineprivate |
| getColorRed1() const noexcept | stmg::TileColor | inlineprivate |
| getColorRGB(uint8_t &nR, uint8_t &nG, uint8_t &nB) const noexcept | stmg::TileColor | inlineprivate |
| getColorType() const noexcept | stmg::TileColor | inlineprivate |
| getFontIndex() const noexcept | stmg::TileFont | inlineprivate |
| getGammaValue() const noexcept | stmg::TileGamma | inlineprivate |
| getThetaValue() const noexcept | stmg::TileTheta | inlineprivate |
| getTileAlpha() const noexcept | stmg::Tile | inline |
| getTileAlpha() noexcept | stmg::Tile | inline |
| getTileChar() const noexcept | stmg::Tile | inline |
| getTileChar() noexcept | stmg::Tile | inline |
| getTileColor() const noexcept | stmg::Tile | inline |
| getTileColor() noexcept | stmg::Tile | inline |
| getTileFont() const noexcept | stmg::Tile | inline |
| getTileFont() noexcept | stmg::Tile | inline |
| getTileGamma() const noexcept | stmg::Tile | inline |
| getTileGamma() noexcept | stmg::Tile | inline |
| getTileTheta() const noexcept | stmg::Tile | inline |
| getTileTheta() noexcept | stmg::Tile | inline |
| int32ToRgb(int32_t nRgb, uint8_t &nR, uint8_t &nG, uint8_t &nB) noexcept | stmg::TileColor | inlineprivatestatic |
| isCharIndex() const noexcept | stmg::TileChar | inlineprivate |
| isEmpty() const noexcept | stmg::Tile | inline |
| isOpaque() const noexcept | stmg::TileAlpha | inlineprivate |
| operator==(const Tile &oTile) const noexcept | stmg::Tile | inline |
| stmg::TileChar::operator==(const TileChar &oTileChar) const noexcept | stmg::TileChar | inlineprivate |
| stmg::TileColor::operator==(const TileColor &oTileColor) const noexcept | stmg::TileColor | inlineprivate |
| stmg::TileAlpha::operator==(const TileAlpha &oTileAlpha) const noexcept | stmg::TileAlpha | inlineprivate |
| stmg::TileFont::operator==(const TileFont &oTileFont) const noexcept | stmg::TileFont | inlineprivate |
| stmg::TileGamma::operator==(const TileGamma &oTileGamma) const noexcept | stmg::TileGamma | inlineprivate |
| stmg::TileTheta::operator==(const TileTheta &oTileTheta) const noexcept | stmg::TileTheta | inlineprivate |
| rgbToInt32(uint8_t nR, uint8_t nG, uint8_t nB) noexcept | stmg::TileColor | inlineprivatestatic |
| s_oEmptyTile | stmg::Tile | static |
| setAlpha(uint8_t nA) noexcept | stmg::TileAlpha | inlineprivate |
| setAlpha1(double fA01) noexcept | stmg::TileAlpha | inlineprivate |
| setChar(uint32_t nChar) noexcept | stmg::TileChar | inlineprivate |
| setCharIndex(uint32_t nCharIndex) noexcept | stmg::TileChar | inlineprivate |
| setColorIndex(uint32_t nIdx) noexcept | stmg::TileColor | inlineprivate |
| setColorPal(uint32_t nColor) noexcept | stmg::TileColor | inlineprivate |
| setColorRGB(uint8_t nR, uint8_t nG, uint8_t nB) noexcept | stmg::TileColor | inlineprivate |
| setColorRGB1(double fR, double fG, double fB) noexcept | stmg::TileColor | inlineprivate |
| setFontIndex(int32_t nFontIndex) noexcept | stmg::TileFont | inlineprivate |
| setGammaValue(int32_t nGammaValue) noexcept | stmg::TileGamma | inlineprivate |
| setThetaValue(int32_t nThetaValue) noexcept | stmg::TileTheta | inlineprivate |
| setTileAlpha(const TileAlpha &oTileAlpha) noexcept | stmg::Tile | inline |
| setTileChar(const TileChar &oTileChar) noexcept | stmg::Tile | inline |
| setTileColor(const TileColor &oTileColor) noexcept | stmg::Tile | inline |
| setTileFont(const TileFont &oTileFont) noexcept | stmg::Tile | inline |
| setTileGamma(const TileGamma &oTileGamma) noexcept | stmg::Tile | inline |
| setTileTheta(const TileTheta &oTileTheta) noexcept | stmg::Tile | inline |
| THETA_MAX enum value | stmg::TileTheta | private |
| THETA_MIN enum value | stmg::TileTheta | private |
| Tile() noexcept | stmg::Tile | inline |
| TileAlpha() noexcept | stmg::TileAlpha | inlineprivate |
| TileChar() noexcept | stmg::TileChar | inlineprivate |
| TileColor() noexcept | stmg::TileColor | inlineprivate |
| TileFont() noexcept | stmg::TileFont | inlineprivate |
| TileGamma() noexcept | stmg::TileGamma | inlineprivate |
| TileTheta() noexcept | stmg::TileTheta | inlineprivate |
1.8.13