My Project
Loading...
Searching...
No Matches
wnderror.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
wndtitledmessage.h
"
4
#include "
icon.h
"
5
6
namespace
{
7
const
char
* TXT_TITLE =
"ERROR"
;
8
}
9
10
class
WndError
:
public
WndTitledMessage
{
11
private
:
12
13
public
:
14
WndError
(
const
std::string& message)
15
:
WndTitledMessage
(
Icons
::get(
Icons
::WARNING), TXT_TITLE, message)
16
{
17
18
}
19
};
Icons
Definition
icon.h:5
WndError::WndError
WndError(const std::string &message)
Definition
wnderror.h:14
WndTitledMessage::WndTitledMessage
WndTitledMessage(Image *icon, const std::string &title, const std::string &message)
Definition
wndtitledmessage.cpp:10
icon.h
wndtitledmessage.h
pd
wnderror.h
Generated by
1.13.2