The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Functions
tooltips.hpp File Reference
#include "gui/core/top_level_drawable.hpp"
#include "sdl/rect.hpp"
#include <string>
Include dependency graph for tooltips.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tooltips::manager
 

Namespaces

 tooltips
 tooltips.
 

Functions

void tooltips::clear_tooltips ()
 
void tooltips::clear_tooltips (const SDL_Rect &r)
 
int tooltips::add_tooltip (const SDL_Rect &origin, const std::string &message, const std::string &action)
 
bool tooltips::update_tooltip (int id, const SDL_Rect &origin, const std::string &message)
 
void tooltips::remove_tooltip (int id)
 
void tooltips::process (int mousex, int mousey)
 
bool tooltips::click (int mousex, int mousey)