1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %% Name: filepicker.tex
3 %% Purpose: wxFilePickerCtrl and wxFileDirPickerEvent documentation
4 %% Author: Francesco Montorsi
7 %% Copyright: (c) 2006 Francesco Montorsi
8 %% License: wxWindows license
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11 \section{\class{wxFilePickerCtrl
}}\label{wxfilepickerctrl
}
13 This control allows the user to select a file. The generic implementation is
14 a button which brings up a
\helpref{wxFileDialog
}{wxfiledialog
} when clicked. Native implementation
15 may differ but this is usually a (small) widget which give access to the file-chooser
17 It is only available if
\texttt{wxUSE
\_FILEPICKERCTRL} is set to $
1$ (the default).
19 \wxheading{Derived from
}
21 \helpref{wxPickerBase
}{wxpickerbase
}\\
22 \helpref{wxControl
}{wxcontrol
}\\
23 \helpref{wxWindow
}{wxwindow
}\\
24 \helpref{wxEvtHandler
}{wxevthandler
}\\
25 \helpref{wxObject
}{wxobject
}
27 \wxheading{Include files
}
31 \wxheading{Window styles
}
34 \begin{twocollist
}\itemsep=
0pt
35 \twocolitem{\windowstyle{wxFLP
\_DEFAULT\_STYLE}}{The default style: includes
36 wxFLP
\_OPEN | wxFLP
\_FILE\_MUST\_EXIST and, under wxMSW only,
37 wxFLP
\_USE\_TEXTCTRL.
}
38 \twocolitem{\windowstyle{wxFLP
\_USE\_TEXTCTRL}}{Creates a text control to the left of the
39 picker button which is completely managed by the
\helpref{wxFilePickerCtrl
}{wxfilepickerctrl
}
40 and which can be used by the user to specify a path (see
\helpref{SetPath
}{wxfilepickerctrlsetpath
}).
41 The text control is automatically synchronized with button's value. Use functions defined in
\helpref{wxPickerBase
}{wxpickerbase
} to modify the text control.
}
42 \twocolitem{\windowstyle{wxFLP
\_OPEN}}{Creates a picker which allows the user to select a file to open.
}
43 \twocolitem{\windowstyle{wxFLP
\_SAVE}}{Creates a picker which allows the user to select a file to save.
}
44 \twocolitem{\windowstyle{wxFLP
\_OVERWRITE\_PROMPT}}{Can be combined with wxFLP
\_SAVE only: ask confirmation to the user before selecting a file.
}
45 \twocolitem{\windowstyle{wxFLP
\_FILE\_MUST\_EXIST}}{Can be combined with wxFLP
\_OPEN only: the selected file must be an existing file.
}
46 \twocolitem{\windowstyle{wxFLP
\_CHANGE\_DIR}}{Change current working directory on each user file selection change.
}
48 NB: the wxFD
\_MULTIPLE style of wxFileDialog is not supported!
52 \wxheading{Event handling
}
55 \begin{twocollist
}\itemsep=
0pt
56 \twocolitem{{\bf EVT
\_FILEPICKER\_CHANGED(id, func)
}}{The user changed the file
57 selected in the control either using the button or using text control (see
58 wxFLP
\_USE\_TEXTCTRL; note that in this case the event is fired only if the
59 user's input is valid, e.g. an existing file path if wxFLP
\_FILE\_MUST\_EXIST
65 \helpref{wxFileDialog
}{wxfiledialog
},\\
66 \helpref{wxFileDirPickerEvent
}{wxfiledirpickerevent
}
69 \latexignore{\rtfignore{\wxheading{Members
}}}
71 \membersection{wxFilePickerCtrl::wxFilePickerCtrl
}\label{wxfilepickerctrl
}
73 \func{}{wxFilePickerCtrl
}{\param{wxWindow *
}{parent
},
\rtfsp
74 \param{wxWindowID
}{ id
},
\rtfsp
75 \param{const wxString\&
}{path = wxEmptyString
},
\rtfsp
76 \param{const wxString\&
}{message = ``Select a file"
},
\rtfsp
77 \param{const wxString\&
}{wildcard = ``*.*"
},
\rtfsp
78 \param{const wxPoint\&
}{pos = wxDefaultPosition
},
\rtfsp
79 \param{const wxSize\&
}{size = wxDefaultSize
},
\rtfsp
80 \param{long
}{ style = wxFLP
\_DEFAULT\_STYLE},
\rtfsp
81 \param{const wxValidator\&
}{validator = wxDefaultValidator
},
82 \param{const wxString\&
}{name = ``filepickerctrl"
}}
84 Initializes the object and calls
\helpref{Create
}{wxfilepickerctrlcreate
} with
88 \membersection{wxFilePickerCtrl::Create
}\label{wxfilepickerctrlcreate
}
90 \func{bool
}{Create
}{\param{wxWindow *
}{parent
},
\rtfsp
91 \param{wxWindowID
}{ id
},
\rtfsp
92 \param{const wxString\&
}{path = wxEmptyString
},
\rtfsp
93 \param{const wxString\&
}{message = ``Select a file"
},
\rtfsp
94 \param{const wxString\&
}{wildcard = ``*.*"
},
\rtfsp
95 \param{const wxPoint\&
}{pos = wxDefaultPosition
},
\rtfsp
96 \param{const wxSize\&
}{size = wxDefaultSize
},
\rtfsp
97 \param{long
}{ style = wxFLP
\_DEFAULT\_STYLE},
\rtfsp
98 \param{const wxValidator\&
}{validator = wxDefaultValidator
},
99 \param{const wxString\&
}{name = ``filepickerctrl"
}}
101 \wxheading{Parameters
}
103 \docparam{parent
}{Parent window, must not be non-
\texttt{NULL
}.
}
105 \docparam{id
}{The identifier for the control.
}
107 \docparam{path
}{The initial file shown in the control. Must be a valid path to a file or the empty string.
}
109 \docparam{message
}{The message shown to the user in the
\helpref{wxFileDialog
}{wxfiledialog
} shown by the control.
}
111 \docparam{wildcard
}{A wildcard which defines user-selectable files (use the same syntax as for
\helpref{wxFileDialog
}{wxfiledialog
}'s wildcards).
}
113 \docparam{pos
}{Initial position.
}
115 \docparam{size
}{Initial size.
}
117 \docparam{style
}{The window style, see
{\tt wxFLP
\_*
} flags.
}
119 \docparam{validator
}{Validator which can be used for additional date checks.
}
121 \docparam{name
}{Control name.
}
123 \wxheading{Return value
}
125 \true if the control was successfully created or
\false if creation failed.
128 \membersection{wxFilePickerCtrl::GetPath
}\label{wxfilepickerctrlgetpath
}
130 \constfunc{wxString
}{GetPath
}{\void}
132 Returns the absolute path of the currently selected file.
135 \membersection{wxFilePickerCtrl::SetPath
}\label{wxfilepickerctrlsetpath
}
137 \func{void
}{SetPath
}{\param{const wxString \&
}{filename
}}
139 Sets the absolute path of the currently selected file. This must be a valid file if
140 the
{\tt wxFLP
\_FILE\_MUST\_EXIST} style was given.
144 %% wxFileDirPickerEvent documentation
146 \section{\class{wxFileDirPickerEvent
}}\label{wxfiledirpickerevent
}
148 This event class is used for the events generated by
149 \helpref{wxFilePickerCtrl
}{wxfilepickerctrl
} and by
\helpref{wxDirPickerCtrl
}{wxdirpickerctrl
}.
151 \wxheading{Derived from
}
153 \helpref{wxCommandEvent
}{wxcommandevent
}\\
154 \helpref{wxEvent
}{wxevent
}\\
155 \helpref{wxObject
}{wxobject
}
157 \wxheading{Include files
}
161 \wxheading{Event handling
}
163 To process input from a wxFilePickerCtrl or from a wxDirPickerCtrl, use one of these event handler macros to
164 direct input to member function that take a
\helpref{wxFileDirPickerEvent
}{wxfiledirpickerevent
} argument:
168 \twocolitem{{\bf EVT
\_FILEPICKER\_CHANGED(id, func)
}}{Generated whenever the selected file changes.
}
169 \twocolitem{{\bf EVT
\_DIRPICKER\_CHANGED(id, func)
}}{Generated whenever the selected directory changes.
}
175 \helpref{wxfilepickerctrl
}{wxfilepickerctrl
}
177 \latexignore{\rtfignore{\wxheading{Members
}}}
179 \membersection{wxFileDirPickerEvent::wxFileDirPickerEvent
}\label{wxfiledirpickereventctor
}
181 \func{}{wxFileDirPickerEvent
}{\param{wxEventType
}{ type
},
\param{wxObject *
}{ generator
},
\param{int
}{ id
},
\param{const wxString&
}{ path
}}
183 The constructor is not normally used by the user code.
186 \membersection{wxFileDirPickerEvent::GetPath
}\label{wxfiledirpickereventgetpath
}
188 \constfunc{wxString
}{GetPath
}{\void}
190 Retrieve the absolute path of the file/directory the user has just selected.
193 \membersection{wxFileDirPickerEvent::SetPath
}\label{wxfiledirpickereventsetpath
}
195 \func{void
}{SetPath
}{\param{const wxString \&
}{path
}}
197 Set the absolute path of the file/directory associated with the event.