From 4a9055ebb2f5fc69205a1082bbc813839c0e3138 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 21 Nov 2013 14:18:31 +0100 Subject: wx: Update documentation links to wxWidgets --- lib/wx/src/gen/wxRegion.erl | 48 ++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'lib/wx/src/gen/wxRegion.erl') diff --git a/lib/wx/src/gen/wxRegion.erl b/lib/wx/src/gen/wxRegion.erl index 3e23623741..addb752680 100644 --- a/lib/wx/src/gen/wxRegion.erl +++ b/lib/wx/src/gen/wxRegion.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2012. All Rights Reserved. +%% Copyright Ericsson AB 2008-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxRegion. +%% @doc See external documentation: wxRegion. %% @type wxRegion(). An object reference, The representation is internal %% and can be changed without notice. It can't be used for comparsion %% stored on disc or distributed for use on other nodes. @@ -37,13 +37,13 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxRegion() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxRegion(). new() -> wxe_util:construct(?wxRegion_new_0, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% new(Rect) -> wxRegion() when
%% Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -61,7 +61,7 @@ new({RectX,RectY,RectW,RectH}) wxe_util:construct(?wxRegion_new_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(TopLeft, BottomRight) -> wxRegion() when TopLeft::{X::integer(), Y::integer()}, BottomRight::{X::integer(), Y::integer()}. new({TopLeftX,TopLeftY},{BottomRightX,BottomRightY}) @@ -69,7 +69,7 @@ new({TopLeftX,TopLeftY},{BottomRightX,BottomRightY}) wxe_util:construct(?wxRegion_new_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(X, Y, W, H) -> wxRegion() when X::integer(), Y::integer(), W::integer(), H::integer(). new(X,Y,W,H) @@ -77,7 +77,7 @@ new(X,Y,W,H) wxe_util:construct(?wxRegion_new_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clear(This) -> ok when This::wxRegion(). clear(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -85,7 +85,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxRegion_Clear, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% contains(This, Rect) -> wx:wx_enum() when
%% This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -106,7 +106,7 @@ contains(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) wxe_util:call(?wxRegion_Contains_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion -spec contains(This, X, Y) -> wx:wx_enum() when This::wxRegion(), X::integer(), Y::integer(). @@ -116,7 +116,7 @@ contains(#wx_ref{type=ThisT,ref=ThisRef},X,Y) wxe_util:call(?wxRegion_Contains_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion -spec contains(This, X, Y, W, H) -> wx:wx_enum() when This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer(). @@ -126,7 +126,7 @@ contains(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) wxe_util:call(?wxRegion_Contains_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec convertToBitmap(This) -> wxBitmap:wxBitmap() when This::wxRegion(). convertToBitmap(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -134,7 +134,7 @@ convertToBitmap(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxRegion_ConvertToBitmap, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBox(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()} when This::wxRegion(). getBox(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -142,7 +142,7 @@ getBox(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxRegion_GetBox, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% intersect(This, Rect) -> boolean() when
%% This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -162,7 +162,7 @@ intersect(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) wxe_util:call(?wxRegion_Intersect_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec intersect(This, X, Y, W, H) -> boolean() when This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer(). intersect(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) @@ -171,7 +171,7 @@ intersect(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) wxe_util:call(?wxRegion_Intersect_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isEmpty(This) -> boolean() when This::wxRegion(). isEmpty(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -179,7 +179,7 @@ isEmpty(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxRegion_IsEmpty, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% subtract(This, Rect) -> boolean() when
%% This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -199,7 +199,7 @@ subtract(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) wxe_util:call(?wxRegion_Subtract_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec subtract(This, X, Y, W, H) -> boolean() when This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer(). subtract(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) @@ -208,7 +208,7 @@ subtract(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) wxe_util:call(?wxRegion_Subtract_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec offset(This, Pt) -> boolean() when This::wxRegion(), Pt::{X::integer(), Y::integer()}. offset(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) @@ -217,7 +217,7 @@ offset(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) wxe_util:call(?wxRegion_Offset_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec offset(This, X, Y) -> boolean() when This::wxRegion(), X::integer(), Y::integer(). offset(#wx_ref{type=ThisT,ref=ThisRef},X,Y) @@ -226,7 +226,7 @@ offset(#wx_ref{type=ThisT,ref=ThisRef},X,Y) wxe_util:call(?wxRegion_Offset_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% union(This, Rect) -> boolean() when
%% This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -259,7 +259,7 @@ union(This,Bmp,Transp) when is_record(This, wx_ref),is_record(Bmp, wx_ref),tuple_size(Transp) =:= 3; tuple_size(Transp) =:= 4 -> union(This,Bmp,Transp, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec union(This, Bmp, Transp, [Option]) -> boolean() when This::wxRegion(), Bmp::wxBitmap:wxBitmap(), Transp::wx:wx_colour(), Option :: {tolerance, integer()}. @@ -273,7 +273,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=BmpT,ref=BmpRef},Transp, Opti wxe_util:call(?wxRegion_Union_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec union(This, X, Y, W, H) -> boolean() when This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer(). union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) @@ -282,7 +282,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) wxe_util:call(?wxRegion_Union_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% 'Xor'(This, Rect) -> boolean() when
%% This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -302,7 +302,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) wxe_util:call(?wxRegion_Xor_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec 'Xor'(This, X, Y, W, H) -> boolean() when This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer(). 'Xor'(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) -- cgit v1.2.3