|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::FileDialog Class Reference#include <FileDialog.h>
Inheritance diagram for acdk::wx::FileDialog:
List of all members.
Detailed Description
see wxFileDialog
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.6
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::FileDialog::FileDialog |
( |
IN(RWindow) |
parent, |
|
|
IN(RString) |
message, |
|
|
IN(RString) |
defaultDir = , |
|
|
IN(RString) |
defaultFile = , |
|
|
IN(RString) |
wildCard = *.*, |
|
|
int |
style = 0, |
|
|
IN(RPoint) |
pos = Point::defaultPosition() |
|
) |
[inline] |
|
|
- Parameters:
-
style | combination of FileDialogFlags |
|
Member Function Documentation
RString acdk::wx::FileDialog::getDirectory |
( |
|
) |
const [inline] |
|
RString acdk::wx::FileDialog::getFilename |
( |
|
) |
const [inline] |
|
RStringArray acdk::wx::FileDialog::getFilenames |
( |
|
) |
const [inline] |
|
int acdk::wx::FileDialog::getFilterIndex |
( |
|
) |
const [inline] |
|
RString acdk::wx::FileDialog::getMessage |
( |
|
) |
const [inline] |
|
RString acdk::wx::FileDialog::getPath |
( |
|
) |
const [inline] |
|
void acdk::wx::FileDialog::getPaths |
( |
IN(RStringArray) |
paths |
) |
const [inline] |
|
int acdk::wx::FileDialog::getStyle |
( |
|
) |
const [inline] |
|
RString acdk::wx::FileDialog::getWildcard |
( |
|
) |
const [inline] |
|
void acdk::wx::FileDialog::setDirectory |
( |
IN(RString) |
dir |
) |
[inline] |
|
void acdk::wx::FileDialog::setFilename |
( |
IN(RString) |
name |
) |
[inline] |
|
void acdk::wx::FileDialog::setFilterIndex |
( |
int |
filterIndex |
) |
[inline] |
|
void acdk::wx::FileDialog::setMessage |
( |
IN(RString) |
message |
) |
[inline] |
|
void acdk::wx::FileDialog::setPath |
( |
IN(RString) |
path |
) |
[inline] |
|
void acdk::wx::FileDialog::setStyle |
( |
int |
style |
) |
[inline] |
|
void acdk::wx::FileDialog::setWildcard |
( |
IN(RString) |
wildCard |
) |
[inline] |
|
virtual int acdk::wx::FileDialog::showModal |
( |
|
) |
[inline, virtual] |
|
|
|