|
wex v26.10.0
|
Represents a show or a log message item. More...
#include <wex/ui/lsp.h>
Public Types | |
| enum | message_t |
| Message type values. | |
Public Member Functions | |
| show_message_item (std::string msg=std::string(), message_t t=INFO, bool is_show_item=true) | |
| Default constructor, taking a message type and a message string. | |
| show_message_item (const boost::json::object &obj, bool is_show_item=true) | |
| Constructor from a JSON object, as received from the language server. | |
Represents a show or a log message item.