summaryrefslogtreecommitdiff
path: root/support/dktools/WxdkdrawControl.cpp
blob: a1ff51f1e2ec17d179643cf797e528492ac55081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
/*
Copyright (C) 2019-2020, Dirk Krause
SPDX-License-Identifier: BSD-3-Clause
*/

/*
	WARNING: This file was generated by the dkct program (see
	http://dktools.sourceforge.net/ for details).
	Changes you make here will be lost if dkct is run again!
	You should modify the original source and run dkct on it.
	Original source: WxdkdrawControl.cpt
*/

/**	@file WxdkdrawControl.cpp The WxdkdrawControl module.
*/


#line 10 "WxdkdrawControl.cpt"


#include "wxdkdraw.h"

#ifndef	WXDKDRAWAPPH_INCLUDED
#include "WxdkdrawApp.h"
#endif
#ifndef	WXDKDRAWFRAME_H_INCLUDED
#include "WxdkdrawFrame.h"
#endif





#line 24 "WxdkdrawControl.cpt"



WxdkdrawFrame::Control::Control()
: m_szDrawco(
	0, 0
)
{
	

#line 33 "WxdkdrawControl.cpt"
	m_pParent = NULL;
	m_pB1 = NULL;
	m_pB2 = NULL;
	m_pB3 = NULL;
	m_bCanAllocate = true;
	m_ptRes.x = 96.0;
	m_ptRes.y = 96.0;
	m_dZoom = 1.0;
	m_uGridOptical	= 8128000UL;
	m_uGridSnap		= 2032000UL;
	

#line 44 "WxdkdrawControl.cpt"
}



/**	Constructor
*/
WxdkdrawFrame::Control::Control(
	wxWindow				*pParent,
	wxWindowID				 wxid,
	WxdkdrawFrame			*pFrame,
	wxPoint const &			 pos,
	wxSize  const &			 sz,
	long					 st,
	wxChar const			*name
) : wxControl(
	pParent, wxid, pos, sz, st, wxDefaultValidator, name
), m_szDrawco(
	0, 0
)
{
	

#line 65 "WxdkdrawControl.cpt"
	m_pParent = pFrame;
	m_pB1 = NULL;
	m_pB2 = NULL;
	m_pB3 = NULL;
	m_bCanAllocate = true;
	m_ptRes.x = 96.0;
	m_ptRes.y = 96.0;
	m_dZoom = 1.0;
	m_uGridOptical	= 8128000UL;
	m_uGridSnap		= 2032000UL;
	

#line 76 "WxdkdrawControl.cpt"
}



bool
WxdkdrawFrame::Control::Create(
	wxWindow				*pParent,
	wxWindowID				 wxid,
	WxdkdrawFrame			*pFrame,
	wxPoint const &			 pos,
	wxSize  const &			 sz,
	long					 st,
	wxChar const			*name
)
{
	bool back;
	

#line 93 "WxdkdrawControl.cpt"
	back = wxControl::Create(
        pParent, wxid, pos, sz, st, wxDefaultValidator,
        wxString(name)
    );
	m_pParent = pFrame;
	m_pB1 = NULL;
	m_pB2 = NULL;
	m_pB3 = NULL;
	m_bCanAllocate = true;
	m_ptRes.x = 96.0;
	m_ptRes.y = 96.0;
	m_dZoom = 1.0;
	m_szDrawco = wxSize(0, 0);
	m_uGridOptical	= 8128000UL;
	m_uGridSnap		= 2032000UL;
	

#line 109 "WxdkdrawControl.cpt"
	return back;
}



WxdkdrawFrame::Control::~Control()
{
	

#line 117 "WxdkdrawControl.cpt"
	m_pParent = NULL;
	if (NULL != m_pB1) { delete m_pB1; }
	m_pB1 = NULL;
	if (NULL != m_pB2) { delete m_pB2; }
	m_pB2 = NULL;
	if (NULL != m_pB3) { delete m_pB3; }
	m_pB3 = NULL;
	m_bCanAllocate = false;
	

#line 126 "WxdkdrawControl.cpt"
}



void
WxdkdrawFrame::Control::PrepareForDestruction(void)
{
	

#line 134 "WxdkdrawControl.cpt"
	if (NULL != m_pB1) { delete m_pB1; }
	m_pB1 = NULL;
	if (NULL != m_pB2) { delete m_pB2; }
	m_pB2 = NULL;
	if (NULL != m_pB3) { delete m_pB3; }
	m_pB3 = NULL;
	m_bCanAllocate = false;
	

#line 142 "WxdkdrawControl.cpt"
}





/* vim: set ai sw=4 ts=4 : */