My Project
Loading...
Searching...
No Matches
wndmessage.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
window.h
"
4
5
class
WndMessage
:
public
Window
{
6
private
:
7
static
const
int
WIDTH_P = 120;
8
static
const
int
WIDTH_L = 144;
9
static
const
int
MARGIN = 4;
10
11
public
:
12
WndMessage
(
const
std::string& text);
13
};
Window::Window
Window()
Definition
window.cpp:47
WndMessage::WndMessage
WndMessage(const std::string &text)
Definition
wndmessage.cpp:6
window.h
pd
wndmessage.h
Generated by
1.13.2