This is the complete list of members for mrpt::opengl::CTextMessageCapable, including all inherited members.
addTextMessage(const double x_frac, const double y_frac, const std::string &text, const mrpt::utils::TColorf &color=mrpt::utils::TColorf(1.0, 1.0, 1.0), const size_t unique_index=0, const mrpt::opengl::TOpenGLFont font=mrpt::opengl::MRPT_GLUT_BITMAP_TIMES_ROMAN_24) | mrpt::opengl::CTextMessageCapable | |
addTextMessage(const double x_frac, const double y_frac, const std::string &text, const mrpt::utils::TColorf &color, const std::string &font_name, const double font_size, const mrpt::opengl::TOpenGLFontStyle font_style=mrpt::opengl::NICE, const size_t unique_index=0, const double font_spacing=1.5, const double font_kerning=0.1, const bool has_shadow=false, const mrpt::utils::TColorf &shadow_color=mrpt::utils::TColorf(0, 0, 0)) | mrpt::opengl::CTextMessageCapable | |
clearTextMessages() | mrpt::opengl::CTextMessageCapable | |
m_2D_texts | mrpt::opengl::CTextMessageCapable | protected |
render_text_messages(const int w, const int h) const | mrpt::opengl::CTextMessageCapable | protected |
updateTextMessage(const size_t unique_index, const std::string &text) | mrpt::opengl::CTextMessageCapable | |