|
LMMS
|
Issue type bundled with informational string. More...
#include <PluginIssue.h>
Public Member Functions | |
| PluginIssue (PluginIssueType it, std::string msg=std::string()) | |
| PluginIssueType | type () const |
| bool | operator== (const PluginIssue &other) const |
| bool | operator< (const PluginIssue &other) const |
Static Private Member Functions | |
| static const char * | msgFor (const PluginIssueType &it) |
Private Attributes | |
| PluginIssueType | m_issueType |
| std::string | m_info |
Friends | |
| QDebug | operator<< (QDebug stream, const PluginIssue &iss) |
Issue type bundled with informational string.
|
inline |
|
staticprivate |
| bool lmms::PluginIssue::operator< | ( | const PluginIssue & | other | ) | const |
| bool lmms::PluginIssue::operator== | ( | const PluginIssue & | other | ) | const |
|
inline |
|
friend |
|
private |
|
private |