#include <model_notification.h>
|
| ModelNotification (const std::string &sType, const std::string &sSection, const std::string &sMessage) |
|
std::string | type () |
|
std::string | message () |
|
nlohmann::json | toJson () |
|
◆ ModelNotification()
ModelNotification::ModelNotification |
( |
const std::string & |
sType, |
|
|
const std::string & |
sSection, |
|
|
const std::string & |
sMessage |
|
) |
| |
◆ message()
std::string ModelNotification::message |
( |
| ) |
|
◆ toJson()
nlohmann::json ModelNotification::toJson |
( |
| ) |
|
◆ type()
std::string ModelNotification::type |
( |
| ) |
|
◆ m_sMessage
std::string ModelNotification::m_sMessage |
|
private |
◆ m_sSection
std::string ModelNotification::m_sSection |
|
private |
◆ m_sType
std::string ModelNotification::m_sType |
|
private |
◆ TAG
std::string ModelNotification::TAG |
|
private |
The documentation for this class was generated from the following files: