~ubuntu-branches/ubuntu/karmic/erlang/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

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_wxfiledirpickerevent.html">wxFileDirPickerEvent</a>.
 
21
%% <dl><dt>Use {@link wxEvtHandler:connect/3.} with EventType:</dt>
 
22
%% <dd><em>command_filepicker_changed</em>, <em>command_dirpicker_changed</em></dd></dl>
 
23
%% See also the message variant {@link wxEvtHandler:wxFileDirPicker(). #wxFileDirPicker{}} event record type.
 
24
%%
 
25
%% <p>This class is derived (and can use functions) from: 
 
26
%% <br />{@link wxCommandEvent}
 
27
%% <br />{@link wxEvent}
 
28
%% </p>
 
29
%% @type wxFileDirPickerEvent().  An object reference, The representation is internal
 
30
%% and can be changed without notice. It can't be used for comparsion
 
31
%% stored on disc or distributed for use on other nodes.
 
32
 
 
33
-module(wxFileDirPickerEvent).
 
34
-include("wxe.hrl").
 
35
-export([getPath/1]).
 
36
 
 
37
%% inherited exports
 
38
-export([getClientData/1,getExtraLong/1,getId/1,getInt/1,getSelection/1,getSkipped/1,
 
39
  getString/1,getTimestamp/1,isChecked/1,isCommandEvent/1,isSelection/1,
 
40
  parent_class/1,resumePropagation/2,setInt/2,setString/2,shouldPropagate/1,
 
41
  skip/1,skip/2,stopPropagation/1]).
 
42
 
 
43
%% @hidden
 
44
parent_class(wxCommandEvent) -> true;
 
45
parent_class(wxEvent) -> true;
 
46
parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
 
47
 
 
48
%% @spec (This::wxFileDirPickerEvent()) -> string()
 
49
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxfiledirpickerevent.html#wxfiledirpickereventgetpath">external documentation</a>.
 
50
getPath(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
51
  ?CLASS(ThisT,wxFileDirPickerEvent),
 
52
  wxe_util:call(?wxFileDirPickerEvent_GetPath,
 
53
  <<ThisRef:32/?UI>>).
 
54
 
 
55
 %% From wxCommandEvent 
 
56
%% @hidden
 
57
setString(This,S) -> wxCommandEvent:setString(This,S).
 
58
%% @hidden
 
59
setInt(This,I) -> wxCommandEvent:setInt(This,I).
 
60
%% @hidden
 
61
isSelection(This) -> wxCommandEvent:isSelection(This).
 
62
%% @hidden
 
63
isChecked(This) -> wxCommandEvent:isChecked(This).
 
64
%% @hidden
 
65
getString(This) -> wxCommandEvent:getString(This).
 
66
%% @hidden
 
67
getSelection(This) -> wxCommandEvent:getSelection(This).
 
68
%% @hidden
 
69
getInt(This) -> wxCommandEvent:getInt(This).
 
70
%% @hidden
 
71
getExtraLong(This) -> wxCommandEvent:getExtraLong(This).
 
72
%% @hidden
 
73
getClientData(This) -> wxCommandEvent:getClientData(This).
 
74
 %% From wxEvent 
 
75
%% @hidden
 
76
stopPropagation(This) -> wxEvent:stopPropagation(This).
 
77
%% @hidden
 
78
skip(This, Options) -> wxEvent:skip(This, Options).
 
79
%% @hidden
 
80
skip(This) -> wxEvent:skip(This).
 
81
%% @hidden
 
82
shouldPropagate(This) -> wxEvent:shouldPropagate(This).
 
83
%% @hidden
 
84
resumePropagation(This,PropagationLevel) -> wxEvent:resumePropagation(This,PropagationLevel).
 
85
%% @hidden
 
86
isCommandEvent(This) -> wxEvent:isCommandEvent(This).
 
87
%% @hidden
 
88
getTimestamp(This) -> wxEvent:getTimestamp(This).
 
89
%% @hidden
 
90
getSkipped(This) -> wxEvent:getSkipped(This).
 
91
%% @hidden
 
92
getId(This) -> wxEvent:getId(This).