message.hpp
Go to the documentation of this file.
void displayError(const std::string &_message)
Create a simple error message.
void displayWarning(const std::string &_message)
Create a simple warning message.
Definition: Area.hpp:16
void displayInfo(const std::string &_message)
Create a simple information message.
void displayCritical(const std::string &_message)
Create a simple critical message.
void create(enum ewol::tools::message::type _type, const std::string &_message)
Create a simple pop-up message on the screen for application error.