libtcod

Core

  • Colors
  • Console
  • System layer

Base toolkits

  • Line Drawing Toolkit
  • Contexts
  • REXPaint Files
  • Tilesets

How-tos

  • Upgrading
  • Getting Started

API

  • Library API
    • Page Hierarchy
    • File Hierarchy
    • Full API
      • Namespaces
        • Namespace tcod
        • Namespace tcod::console
        • Namespace tcod::sdl2
        • Namespace tcod::tileset
      • Classes and Structs
      • Enums
      • Unions
      • Functions
      • Defines
      • Typedefs
libtcod
  • Library API
  • Namespace tcod
  • View page source

Namespace tcod¶

Contents

  • Namespaces

  • Classes

  • Functions

  • Typedefs

  • Variables

Namespaces¶

  • Namespace tcod::console

  • Namespace tcod::sdl2

  • Namespace tcod::tileset

Classes¶

  • Struct BresenhamLine::Matrix

  • Struct ColorRGB

  • Struct ColorRGBA

  • Struct ConsoleDeleter

  • Struct ContextDeleter

  • Struct ImageDeleter

  • Struct TilesetDeleter

  • Class BresenhamLine

  • Class Console

  • Template Class Matrix

  • Template Class MatrixView

  • Class Tileset

  • Class Timer

Functions¶

  • Function tcod::blit

  • Function tcod::check_path

  • Function tcod::check_throw_error(TCOD_Error)

  • Function tcod::check_throw_error(int)

  • Function tcod::draw_frame

  • Function tcod::draw_quartergraphics

  • Function tcod::draw_rect

  • Function tcod::get_height_rect

  • Function tcod::load_bdf

  • Template Function tcod::load_tilesheet

  • Function tcod::load_xp

  • Function tcod::new_context(const TCOD_ContextParams&, TCOD_Error&)

  • Function tcod::new_context(const TCOD_ContextParams&)

  • Function tcod::print

  • Function tcod::print_frame

  • Function tcod::print_rect

  • Function tcod::save_xp

  • Function tcod::set_error(const std::string&)

  • Function tcod::set_error(const std::exception&)

  • Template Function tcod::stringf

Typedefs¶

  • Typedef tcod::ConsolePtr

  • Typedef tcod::ContextPtr

  • Typedef tcod::ContextSharedPtr

  • Typedef tcod::ImagePtr

  • Typedef tcod::TilesetPtr

Variables¶

  • Variable tcod::CHARMAP_CP437

  • Variable tcod::CHARMAP_TCOD

Previous Next

© Copyright 2008-2022, Richard Tew.

Built with Sphinx using a theme provided by Read the Docs.