libtcod
Loading...
Searching...
No Matches
TCODConsole Member List

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)TCODConsolestatic
checkForKeypress(int flags=TCOD_KEY_RELEASED) (defined in TCODConsole)TCODConsolestatic
clear()TCODConsole
credits()TCODConsolestatic
disableKeyboardRepeat() (defined in TCODConsole)TCODConsolestatic
flush()TCODConsolestatic
get() noexcept -> TCOD_Console *TCODConsoleinline
get() const noexcept -> const TCOD_Console * (defined in TCODConsole)TCODConsoleinline
get_data() noexcept -> TCOD_Console *TCODConsoleinline
get_data() const noexcept -> const TCOD_Console * (defined in TCODConsole)TCODConsoleinline
getAlignment() constTCODConsole
getBackgroundFlag() constTCODConsole
getChar(int x, int y) constTCODConsole
getCharBackground(int x, int y) constTCODConsole
getCharForeground(int x, int y) constTCODConsole
getColorControlString(TCOD_colctrl_t ctrl) (defined in TCODConsole)TCODConsolestatic
getDefaultBackground() constTCODConsole
getDefaultForeground() constTCODConsole
getFade()TCODConsolestatic
getFadingColor()TCODConsolestatic
getHeight() constTCODConsole
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)TCODConsolestatic
getWidth() constTCODConsole
hasMouseFocus()TCODConsolestatic
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)TCODConsolestatic
isActive()TCODConsolestatic
isFullscreen()TCODConsolestatic
isKeyPressed(TCOD_keycode_t key)TCODConsolestatic
isWindowClosed()TCODConsolestatic
loadApf(const char *filename)TCODConsole
loadAsc(const char *filename)TCODConsole
loadXp(const char *filename) (defined in TCODConsole)TCODConsoleinline
mapAsciiCodesToFont(int firstAsciiCode, int nbCodes, int fontCharX, int fontCharY)TCODConsolestatic
mapAsciiCodeToFont(int asciiCode, int fontCharX, int fontCharY)TCODConsolestatic
mapStringToFont(const char *s, int fontCharX, int fontCharY)TCODConsolestatic
mapStringToFont(const wchar_t *s, int fontCharX, int fontCharY)TCODConsolestatic
operator const TCOD_Console &() constTCODConsoleinline
operator const TCOD_Console *() const noexceptTCODConsoleinlineexplicit
operator TCOD_Console &()TCODConsoleinline
operator TCOD_Console *() noexceptTCODConsoleinlineexplicit
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)TCODConsolestatic
resetCredits()TCODConsolestatic
root (defined in TCODConsole)TCODConsolestatic
saveApf(const char *filename) constTCODConsole
saveAsc(const char *filename) constTCODConsole
saveXp(const char *filename, int compress_level) (defined in TCODConsole)TCODConsoleinline
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)TCODConsolestatic
setCustomFont(const char *fontFile, int flags=TCOD_FONT_LAYOUT_ASCII_INCOL, int nbCharHoriz=0, int nbCharVertic=0)TCODConsolestatic
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)TCODConsolestatic
setFullscreen(bool fullscreen)TCODConsolestatic
setKeyboardRepeat(int initialDelay, int interval)TCODConsolestatic
setKeyColor(const TCODColor &col)TCODConsole
setWindowTitle(const char *title)TCODConsolestatic
TCODConsole()=defaultTCODConsole
TCODConsole(int w, int h)TCODConsole
TCODConsole(const char *filename)TCODConsole
TCODConsole(TCOD_Console *console) (defined in TCODConsole)TCODConsoleinline
TCODConsole(tcod::ConsolePtr console)TCODConsoleinlineexplicit
vline(int x, int y, int l, TCOD_bkgnd_flag_t flag=TCOD_BKGND_DEFAULT)TCODConsole
waitForKeypress(bool flush)TCODConsolestatic