Home :: GreenPad | classes |
class OpenFileDlg | ^ |
「ファイルを開く」ダイアログWindows共通のダイアログの下に、文字コードの選択欄を 付け加えたものを表示する。
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:54
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description OpenFileDlg constructor public undocumented ConnectWithNull method public undocumented csi method public undocumented DoModal method public undocumented filename method public undocumented
constructor OpenFileDlg | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:56
- Code:
public explicit OpenFileDlg (
const CharSetList & csl )
method ConnectWithNull | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:64
- Code:
public static ki::aarr < TCHAR > ConnectWithNull (
ki::String lst [ ] ,
int num )
method csi | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:61
- Code:
public int csi (
) const
method DoModal | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:57
- Code:
public bool DoModal (
HWND wnd ,
const TCHAR * filter ,
const TCHAR * fnm )
method filename | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:60
- Code:
public const TCHAR * filename (
) const
Created Mon May 06 21:01:04 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.