Home :: GreenPad | classes |
class SaveFileDlg | ^ |
「ファイルを保存」ダイアログWindows共通のダイアログの下に、文字コードの選択欄と 改行コードの選択欄を付け加えたものを表示する。
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:103
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description SaveFileDlg constructor public undocumented ConnectWithNull method public undocumented csi method public undocumented DoModal method public undocumented filename method public undocumented lb method public undocumented
constructor SaveFileDlg | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:105
- Code:
public explicit SaveFileDlg (
const CharSetList & csl ,
int cs ,
int lb )
method ConnectWithNull | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:114
- Code:
public static ki::aarr < TCHAR > ConnectWithNull (
ki::String lst [ ] ,
int num )
method csi | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:110
- Code:
public int csi (
) const
method DoModal | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:106
- Code:
public bool DoModal (
HWND wnd ,
const TCHAR * filter ,
const TCHAR * fnm )
method filename | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:109
- Code:
public const TCHAR * filename (
) const
method lb | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\OpenSaveDlg.h:111
- Code:
public int lb (
) 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.