~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/wx/src/gen/wxWindowDC.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-07 15:07:37 UTC
  • mfrom: (1.2.1 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090507150737-i4yb5elwinm7r0hc
Tags: 1:13.b-dfsg1-1
* Removed another bunch of non-free RFCs from original tarball
  (closes: #527053).
* Fixed build-dependencies list by adding missing comma. This requires
  libsctp-dev again. Also, added libsctp1 dependency to erlang-base and
  erlang-base-hipe packages because the shared library is loaded via
  dlopen now and cannot be added using dh_slibdeps (closes: #526682).
* Weakened dependency of erlang-webtool on erlang-observer to recommends
  to avoid circular dependencies (closes: #526627).
* Added solaris-i386 to HiPE enabled architectures.
* Made script sources in /usr/lib/erlang/erts-*/bin directory executable,
  which is more convenient if a user wants to create a target Erlang system.
* Shortened extended description line for erlang-dev package to make it
  fit 80x25 terminals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%
 
2
%% %CopyrightBegin%
 
3
%% 
 
4
%% Copyright Ericsson AB 2008-2009. All Rights Reserved.
 
5
%% 
 
6
%% The contents of this file are subject to the Erlang Public License,
 
7
%% Version 1.1, (the "License"); you may not use this file except in
 
8
%% compliance with the License. You should have received a copy of the
 
9
%% Erlang Public License along with this software. If not, it can be
 
10
%% retrieved online at http://www.erlang.org/.
 
11
%% 
 
12
%% Software distributed under the License is distributed on an "AS IS"
 
13
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
14
%% the License for the specific language governing rights and limitations
 
15
%% under the License.
 
16
%% 
 
17
%% %CopyrightEnd%
 
18
%% This file is generated DO NOT EDIT
 
19
 
 
20
%% @doc See external documentation: <a href="http://www.wxwidgets.org/manuals/stable/wx_wxwindowdc.html">wxWindowDC</a>.
 
21
%% <p>This class is derived (and can use functions) from: 
 
22
%% <br />{@link wxDC}
 
23
%% </p>
 
24
%% @type wxWindowDC().  An object reference, The representation is internal
 
25
%% and can be changed without notice. It can't be used for comparsion
 
26
%% stored on disc or distributed for use on other nodes.
 
27
 
 
28
-module(wxWindowDC).
 
29
-include("wxe.hrl").
 
30
-export([destroy/1,new/0,new/1]).
 
31
 
 
32
%% inherited exports
 
33
-export([blit/5,blit/6,calcBoundingBox/3,clear/1,computeScaleAndOrigin/1,crossHair/2,
 
34
  destroyClippingRegion/1,deviceToLogicalX/2,deviceToLogicalXRel/2,
 
35
  deviceToLogicalY/2,deviceToLogicalYRel/2,drawArc/4,drawBitmap/3,drawBitmap/4,
 
36
  drawCheckMark/2,drawCircle/3,drawEllipse/2,drawEllipse/3,drawEllipticArc/5,
 
37
  drawIcon/3,drawLabel/3,drawLabel/4,drawLine/3,drawLines/2,drawLines/3,
 
38
  drawPoint/2,drawPolygon/2,drawPolygon/3,drawRectangle/2,drawRectangle/3,
 
39
  drawRotatedText/4,drawRoundedRectangle/3,drawRoundedRectangle/4,
 
40
  drawText/3,endDoc/1,endPage/1,floodFill/3,floodFill/4,getBackground/1,
 
41
  getBackgroundMode/1,getBrush/1,getCharHeight/1,getCharWidth/1,getClippingBox/2,
 
42
  getFont/1,getLayoutDirection/1,getLogicalFunction/1,getMapMode/1,
 
43
  getMultiLineTextExtent/2,getMultiLineTextExtent/3,getPPI/1,getPartialTextExtents/3,
 
44
  getPen/1,getPixel/3,getSize/1,getSizeMM/1,getTextBackground/1,getTextExtent/2,
 
45
  getTextExtent/3,getTextForeground/1,getUserScale/1,gradientFillConcentric/4,
 
46
  gradientFillConcentric/5,gradientFillLinear/4,gradientFillLinear/5,
 
47
  isOk/1,logicalToDeviceX/2,logicalToDeviceXRel/2,logicalToDeviceY/2,
 
48
  logicalToDeviceYRel/2,maxX/1,maxY/1,minX/1,minY/1,parent_class/1,resetBoundingBox/1,
 
49
  setAxisOrientation/3,setBackground/2,setBackgroundMode/2,setBrush/2,
 
50
  setClippingRegion/2,setClippingRegion/3,setDeviceOrigin/3,setFont/2,
 
51
  setLayoutDirection/2,setLogicalFunction/2,setMapMode/2,setPalette/2,
 
52
  setPen/2,setTextBackground/2,setTextForeground/2,setUserScale/3,startDoc/2,
 
53
  startPage/1]).
 
54
 
 
55
%% @hidden
 
56
parent_class(wxDC) -> true;
 
57
parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
 
58
 
 
59
%% @spec () -> wxWindowDC()
 
60
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxwindowdc.html#wxwindowdcwxwindowdc">external documentation</a>.
 
61
new() ->
 
62
  wxe_util:construct(?wxWindowDC_new_0,
 
63
  <<>>).
 
64
 
 
65
%% @spec (Win::wxWindow:wxWindow()) -> wxWindowDC()
 
66
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxwindowdc.html#wxwindowdcwxwindowdc">external documentation</a>.
 
67
new(#wx_ref{type=WinT,ref=WinRef}) ->
 
68
  ?CLASS(WinT,wxWindow),
 
69
  wxe_util:construct(?wxWindowDC_new_1,
 
70
  <<WinRef:32/?UI>>).
 
71
 
 
72
%% @spec (This::wxWindowDC()) -> ok
 
73
%% @doc Destroys this object, do not use object again
 
74
destroy(Obj=#wx_ref{type=Type}) -> 
 
75
  ?CLASS(Type,wxWindowDC),
 
76
  wxe_util:destroy(?DESTROY_OBJECT,Obj),
 
77
  ok.
 
78
 %% From wxDC 
 
79
%% @hidden
 
80
startPage(This) -> wxDC:startPage(This).
 
81
%% @hidden
 
82
startDoc(This,Message) -> wxDC:startDoc(This,Message).
 
83
%% @hidden
 
84
setUserScale(This,X,Y) -> wxDC:setUserScale(This,X,Y).
 
85
%% @hidden
 
86
setTextForeground(This,Colour) -> wxDC:setTextForeground(This,Colour).
 
87
%% @hidden
 
88
setTextBackground(This,Colour) -> wxDC:setTextBackground(This,Colour).
 
89
%% @hidden
 
90
setPen(This,Pen) -> wxDC:setPen(This,Pen).
 
91
%% @hidden
 
92
setPalette(This,Palette) -> wxDC:setPalette(This,Palette).
 
93
%% @hidden
 
94
setMapMode(This,Mode) -> wxDC:setMapMode(This,Mode).
 
95
%% @hidden
 
96
setLogicalFunction(This,Function) -> wxDC:setLogicalFunction(This,Function).
 
97
%% @hidden
 
98
setLayoutDirection(This,Dir) -> wxDC:setLayoutDirection(This,Dir).
 
99
%% @hidden
 
100
setFont(This,Font) -> wxDC:setFont(This,Font).
 
101
%% @hidden
 
102
setDeviceOrigin(This,X,Y) -> wxDC:setDeviceOrigin(This,X,Y).
 
103
%% @hidden
 
104
setClippingRegion(This,Pt,Sz) -> wxDC:setClippingRegion(This,Pt,Sz).
 
105
%% @hidden
 
106
setClippingRegion(This,Region) -> wxDC:setClippingRegion(This,Region).
 
107
%% @hidden
 
108
setBrush(This,Brush) -> wxDC:setBrush(This,Brush).
 
109
%% @hidden
 
110
setBackgroundMode(This,Mode) -> wxDC:setBackgroundMode(This,Mode).
 
111
%% @hidden
 
112
setBackground(This,Brush) -> wxDC:setBackground(This,Brush).
 
113
%% @hidden
 
114
setAxisOrientation(This,XLeftRight,YBottomUp) -> wxDC:setAxisOrientation(This,XLeftRight,YBottomUp).
 
115
%% @hidden
 
116
resetBoundingBox(This) -> wxDC:resetBoundingBox(This).
 
117
%% @hidden
 
118
isOk(This) -> wxDC:isOk(This).
 
119
%% @hidden
 
120
minY(This) -> wxDC:minY(This).
 
121
%% @hidden
 
122
minX(This) -> wxDC:minX(This).
 
123
%% @hidden
 
124
maxY(This) -> wxDC:maxY(This).
 
125
%% @hidden
 
126
maxX(This) -> wxDC:maxX(This).
 
127
%% @hidden
 
128
logicalToDeviceYRel(This,Y) -> wxDC:logicalToDeviceYRel(This,Y).
 
129
%% @hidden
 
130
logicalToDeviceY(This,Y) -> wxDC:logicalToDeviceY(This,Y).
 
131
%% @hidden
 
132
logicalToDeviceXRel(This,X) -> wxDC:logicalToDeviceXRel(This,X).
 
133
%% @hidden
 
134
logicalToDeviceX(This,X) -> wxDC:logicalToDeviceX(This,X).
 
135
%% @hidden
 
136
gradientFillLinear(This,Rect,InitialColour,DestColour, Options) -> wxDC:gradientFillLinear(This,Rect,InitialColour,DestColour, Options).
 
137
%% @hidden
 
138
gradientFillLinear(This,Rect,InitialColour,DestColour) -> wxDC:gradientFillLinear(This,Rect,InitialColour,DestColour).
 
139
%% @hidden
 
140
gradientFillConcentric(This,Rect,InitialColour,DestColour,CircleCenter) -> wxDC:gradientFillConcentric(This,Rect,InitialColour,DestColour,CircleCenter).
 
141
%% @hidden
 
142
gradientFillConcentric(This,Rect,InitialColour,DestColour) -> wxDC:gradientFillConcentric(This,Rect,InitialColour,DestColour).
 
143
%% @hidden
 
144
getUserScale(This) -> wxDC:getUserScale(This).
 
145
%% @hidden
 
146
getTextForeground(This) -> wxDC:getTextForeground(This).
 
147
%% @hidden
 
148
getTextExtent(This,String, Options) -> wxDC:getTextExtent(This,String, Options).
 
149
%% @hidden
 
150
getTextExtent(This,String) -> wxDC:getTextExtent(This,String).
 
151
%% @hidden
 
152
getTextBackground(This) -> wxDC:getTextBackground(This).
 
153
%% @hidden
 
154
getSizeMM(This) -> wxDC:getSizeMM(This).
 
155
%% @hidden
 
156
getSize(This) -> wxDC:getSize(This).
 
157
%% @hidden
 
158
getPPI(This) -> wxDC:getPPI(This).
 
159
%% @hidden
 
160
getPixel(This,Pt,Col) -> wxDC:getPixel(This,Pt,Col).
 
161
%% @hidden
 
162
getPen(This) -> wxDC:getPen(This).
 
163
%% @hidden
 
164
getPartialTextExtents(This,Text,Widths) -> wxDC:getPartialTextExtents(This,Text,Widths).
 
165
%% @hidden
 
166
getMultiLineTextExtent(This,String, Options) -> wxDC:getMultiLineTextExtent(This,String, Options).
 
167
%% @hidden
 
168
getMultiLineTextExtent(This,String) -> wxDC:getMultiLineTextExtent(This,String).
 
169
%% @hidden
 
170
getMapMode(This) -> wxDC:getMapMode(This).
 
171
%% @hidden
 
172
getLogicalFunction(This) -> wxDC:getLogicalFunction(This).
 
173
%% @hidden
 
174
getLayoutDirection(This) -> wxDC:getLayoutDirection(This).
 
175
%% @hidden
 
176
getFont(This) -> wxDC:getFont(This).
 
177
%% @hidden
 
178
getClippingBox(This,Rect) -> wxDC:getClippingBox(This,Rect).
 
179
%% @hidden
 
180
getCharWidth(This) -> wxDC:getCharWidth(This).
 
181
%% @hidden
 
182
getCharHeight(This) -> wxDC:getCharHeight(This).
 
183
%% @hidden
 
184
getBrush(This) -> wxDC:getBrush(This).
 
185
%% @hidden
 
186
getBackgroundMode(This) -> wxDC:getBackgroundMode(This).
 
187
%% @hidden
 
188
getBackground(This) -> wxDC:getBackground(This).
 
189
%% @hidden
 
190
floodFill(This,Pt,Col, Options) -> wxDC:floodFill(This,Pt,Col, Options).
 
191
%% @hidden
 
192
floodFill(This,Pt,Col) -> wxDC:floodFill(This,Pt,Col).
 
193
%% @hidden
 
194
endPage(This) -> wxDC:endPage(This).
 
195
%% @hidden
 
196
endDoc(This) -> wxDC:endDoc(This).
 
197
%% @hidden
 
198
drawText(This,Text,Pt) -> wxDC:drawText(This,Text,Pt).
 
199
%% @hidden
 
200
drawRoundedRectangle(This,Pt,Sz,Radius) -> wxDC:drawRoundedRectangle(This,Pt,Sz,Radius).
 
201
%% @hidden
 
202
drawRoundedRectangle(This,R,Radius) -> wxDC:drawRoundedRectangle(This,R,Radius).
 
203
%% @hidden
 
204
drawRotatedText(This,Text,Pt,Angle) -> wxDC:drawRotatedText(This,Text,Pt,Angle).
 
205
%% @hidden
 
206
drawRectangle(This,Pt,Sz) -> wxDC:drawRectangle(This,Pt,Sz).
 
207
%% @hidden
 
208
drawRectangle(This,Rect) -> wxDC:drawRectangle(This,Rect).
 
209
%% @hidden
 
210
drawPoint(This,Pt) -> wxDC:drawPoint(This,Pt).
 
211
%% @hidden
 
212
drawPolygon(This,Points, Options) -> wxDC:drawPolygon(This,Points, Options).
 
213
%% @hidden
 
214
drawPolygon(This,Points) -> wxDC:drawPolygon(This,Points).
 
215
%% @hidden
 
216
drawLines(This,Points, Options) -> wxDC:drawLines(This,Points, Options).
 
217
%% @hidden
 
218
drawLines(This,Points) -> wxDC:drawLines(This,Points).
 
219
%% @hidden
 
220
drawLine(This,Pt1,Pt2) -> wxDC:drawLine(This,Pt1,Pt2).
 
221
%% @hidden
 
222
drawLabel(This,Text,Rect, Options) -> wxDC:drawLabel(This,Text,Rect, Options).
 
223
%% @hidden
 
224
drawLabel(This,Text,Rect) -> wxDC:drawLabel(This,Text,Rect).
 
225
%% @hidden
 
226
drawIcon(This,Icon,Pt) -> wxDC:drawIcon(This,Icon,Pt).
 
227
%% @hidden
 
228
drawEllipticArc(This,Pt,Sz,Sa,Ea) -> wxDC:drawEllipticArc(This,Pt,Sz,Sa,Ea).
 
229
%% @hidden
 
230
drawEllipse(This,Pt,Sz) -> wxDC:drawEllipse(This,Pt,Sz).
 
231
%% @hidden
 
232
drawEllipse(This,Rect) -> wxDC:drawEllipse(This,Rect).
 
233
%% @hidden
 
234
drawCircle(This,Pt,Radius) -> wxDC:drawCircle(This,Pt,Radius).
 
235
%% @hidden
 
236
drawCheckMark(This,Rect) -> wxDC:drawCheckMark(This,Rect).
 
237
%% @hidden
 
238
drawBitmap(This,Bmp,Pt, Options) -> wxDC:drawBitmap(This,Bmp,Pt, Options).
 
239
%% @hidden
 
240
drawBitmap(This,Bmp,Pt) -> wxDC:drawBitmap(This,Bmp,Pt).
 
241
%% @hidden
 
242
drawArc(This,Pt1,Pt2,Centre) -> wxDC:drawArc(This,Pt1,Pt2,Centre).
 
243
%% @hidden
 
244
deviceToLogicalYRel(This,Y) -> wxDC:deviceToLogicalYRel(This,Y).
 
245
%% @hidden
 
246
deviceToLogicalY(This,Y) -> wxDC:deviceToLogicalY(This,Y).
 
247
%% @hidden
 
248
deviceToLogicalXRel(This,X) -> wxDC:deviceToLogicalXRel(This,X).
 
249
%% @hidden
 
250
deviceToLogicalX(This,X) -> wxDC:deviceToLogicalX(This,X).
 
251
%% @hidden
 
252
destroyClippingRegion(This) -> wxDC:destroyClippingRegion(This).
 
253
%% @hidden
 
254
crossHair(This,Pt) -> wxDC:crossHair(This,Pt).
 
255
%% @hidden
 
256
computeScaleAndOrigin(This) -> wxDC:computeScaleAndOrigin(This).
 
257
%% @hidden
 
258
clear(This) -> wxDC:clear(This).
 
259
%% @hidden
 
260
calcBoundingBox(This,X,Y) -> wxDC:calcBoundingBox(This,X,Y).
 
261
%% @hidden
 
262
blit(This,DestPt,Sz,Source,SrcPt, Options) -> wxDC:blit(This,DestPt,Sz,Source,SrcPt, Options).
 
263
%% @hidden
 
264
blit(This,DestPt,Sz,Source,SrcPt) -> wxDC:blit(This,DestPt,Sz,Source,SrcPt).