|
libtcod
|
This is the complete list of members for TCODConsole, including all inherited members.
| blit(const TCODConsole *src, int xSrc, int ySrc, int wSrc, int hSrc, TCODConsole *dst, int xDst, int yDst, float foreground_alpha=1.0f, float background_alpha=1.0f) | TCODConsole | static |
| checkForKeypress(int flags=TCOD_KEY_RELEASED) (defined in TCODConsole) | TCODConsole | static |
| clear() | TCODConsole | |
| credits() | TCODConsole | static |
| disableKeyboardRepeat() (defined in TCODConsole) | TCODConsole | static |
| flush() | TCODConsole | static |
| get() noexcept -> TCOD_Console * | TCODConsole | inline |
| get() const noexcept -> const TCOD_Console * (defined in TCODConsole) | TCODConsole | inline |
| get_data() noexcept -> TCOD_Console * | TCODConsole | inline |
| get_data() const noexcept -> const TCOD_Console * (defined in TCODConsole) | TCODConsole | inline |
| getAlignment() const | TCODConsole | |
| getBackgroundFlag() const | TCODConsole | |
| getChar(int x, int y) const | TCODConsole | |
| getCharBackground(int x, int y) const | TCODConsole | |
| getCharForeground(int x, int y) const | TCODConsole | |
| getColorControlString(TCOD_colctrl_t ctrl) (defined in TCODConsole) | TCODConsole | static |
| getDefaultBackground() const | TCODConsole | |
| getDefaultForeground() const | TCODConsole | |
| getFade() | TCODConsole | static |
| getFadingColor() | TCODConsole | static |
| getHeight() const | TCODConsole | |
| getHeightRect(int x, int y, int w, int h, const char *fmt,...) | TCODConsole | |
| getHeightRect(int x, int y, int w, int h, const wchar_t *fmt,...) (defined in TCODConsole) | TCODConsole | |
| getRGBColorControlString(TCOD_colctrl_t ctrl, const TCODColor &col) (defined in TCODConsole) | TCODConsole | static |
| getWidth() const | TCODConsole | |
| hasMouseFocus() | TCODConsole | static |
| hline(int x, int y, int l, TCOD_bkgnd_flag_t flag=TCOD_BKGND_DEFAULT) | TCODConsole | |
| initRoot(int w, int h, const char *title, bool fullscreen=false, TCOD_renderer_t renderer=TCOD_RENDERER_SDL) | TCODConsole | static |
| isActive() | TCODConsole | static |
| isFullscreen() | TCODConsole | static |
| isKeyPressed(TCOD_keycode_t key) | TCODConsole | static |
| isWindowClosed() | TCODConsole | static |
| loadApf(const char *filename) | TCODConsole | |
| loadAsc(const char *filename) | TCODConsole | |
| loadXp(const char *filename) (defined in TCODConsole) | TCODConsole | inline |
| mapAsciiCodesToFont(int firstAsciiCode, int nbCodes, int fontCharX, int fontCharY) | TCODConsole | static |
| mapAsciiCodeToFont(int asciiCode, int fontCharX, int fontCharY) | TCODConsole | static |
| mapStringToFont(const char *s, int fontCharX, int fontCharY) | TCODConsole | static |
| mapStringToFont(const wchar_t *s, int fontCharX, int fontCharY) | TCODConsole | static |
| operator const TCOD_Console &() const | TCODConsole | inline |
| operator const TCOD_Console *() const noexcept | TCODConsole | inlineexplicit |
| operator TCOD_Console &() | TCODConsole | inline |
| operator TCOD_Console *() noexcept | TCODConsole | inlineexplicit |
| print(int x, int y, const char *fmt,...) | TCODConsole | |
| print(int x, int y, const std::string &str) | TCODConsole | |
| print(int x, int y, const std::string &str, TCOD_alignment_t alignment, TCOD_bkgnd_flag_t flag) | TCODConsole | |
| print(int x, int y, const wchar_t *fmt,...) (defined in TCODConsole) | TCODConsole | |
| printEx(int x, int y, TCOD_bkgnd_flag_t flag, TCOD_alignment_t alignment, const char *fmt,...) | TCODConsole | |
| printEx(int x, int y, TCOD_bkgnd_flag_t flag, TCOD_alignment_t alignment, const wchar_t *fmt,...) (defined in TCODConsole) | TCODConsole | |
| printf(int x, int y, const char *fmt,...) | TCODConsole | |
| printf(int x, int y, TCOD_bkgnd_flag_t flag, TCOD_alignment_t alignment, const char *fmt,...) | TCODConsole | |
| printFrame(int x, int y, int w, int h, bool clear=true, TCOD_bkgnd_flag_t flag=TCOD_BKGND_DEFAULT, const char *fmt=NULL,...) | TCODConsole | |
| printRect(int x, int y, int w, int h, const char *fmt,...) | TCODConsole | |
| printRect(int x, int y, int w, int h, const wchar_t *fmt,...) (defined in TCODConsole) | TCODConsole | |
| printRectEx(int x, int y, int w, int h, TCOD_bkgnd_flag_t flag, TCOD_alignment_t alignment, const char *fmt,...) | TCODConsole | |
| printRectEx(int x, int y, int w, int h, TCOD_bkgnd_flag_t flag, TCOD_alignment_t alignment, const wchar_t *fmt,...) (defined in TCODConsole) | TCODConsole | |
| putChar(int x, int y, int c, TCOD_bkgnd_flag_t flag=TCOD_BKGND_DEFAULT) | TCODConsole | |
| putCharEx(int x, int y, int c, const TCODColor &fore, const TCODColor &back) | TCODConsole | |
| rect(int x, int y, int w, int h, bool clear, TCOD_bkgnd_flag_t flag=TCOD_BKGND_DEFAULT) | TCODConsole | |
| renderCredits(int x, int y, bool alpha) | TCODConsole | static |
| resetCredits() | TCODConsole | static |
| root (defined in TCODConsole) | TCODConsole | static |
| saveApf(const char *filename) const | TCODConsole | |
| saveAsc(const char *filename) const | TCODConsole | |
| saveXp(const char *filename, int compress_level) (defined in TCODConsole) | TCODConsole | inline |
| setAlignment(TCOD_alignment_t alignment) | TCODConsole | |
| setBackgroundFlag(TCOD_bkgnd_flag_t flag) | TCODConsole | |
| setChar(int x, int y, int c) | TCODConsole | |
| setCharBackground(int x, int y, const TCODColor &col, TCOD_bkgnd_flag_t flag=TCOD_BKGND_SET) | TCODConsole | |
| setCharForeground(int x, int y, const TCODColor &col) | TCODConsole | |
| setColorControl(TCOD_colctrl_t con, const TCODColor &fore, const TCODColor &back) | TCODConsole | static |
| setCustomFont(const char *fontFile, int flags=TCOD_FONT_LAYOUT_ASCII_INCOL, int nbCharHoriz=0, int nbCharVertic=0) | TCODConsole | static |
| setDefaultBackground(TCODColor back) | TCODConsole | |
| setDefaultForeground(TCODColor fore) | TCODConsole | |
| setDirty(int x, int y, int w, int h) (defined in TCODConsole) | TCODConsole | |
| setFade(uint8_t fade, const TCODColor &fadingColor) | TCODConsole | static |
| setFullscreen(bool fullscreen) | TCODConsole | static |
| setKeyboardRepeat(int initialDelay, int interval) | TCODConsole | static |
| setKeyColor(const TCODColor &col) | TCODConsole | |
| setWindowTitle(const char *title) | TCODConsole | static |
| TCODConsole()=default | TCODConsole | |
| TCODConsole(int w, int h) | TCODConsole | |
| TCODConsole(const char *filename) | TCODConsole | |
| TCODConsole(TCOD_Console *console) (defined in TCODConsole) | TCODConsole | inline |
| TCODConsole(tcod::ConsolePtr console) | TCODConsole | inlineexplicit |
| vline(int x, int y, int l, TCOD_bkgnd_flag_t flag=TCOD_BKGND_DEFAULT) | TCODConsole | |
| waitForKeypress(bool flush) | TCODConsole | static |