dlg.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 157 | 30% |
空行行数 | 110 | 21% |
実行行数 | 258 | 49% |
合計行数 | 525 | 100% |
内容 | 定義数 |
---|---|
関数数 | 32 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | DlgUpdateStatus | static void | Update Status |
2 |
Static | DlgFinalizeFileDialogue | static void | Finalize file dialogue |
3 |
Static | DlgClear | static void | Clear File |
4 |
Static | DlgOpen | static void | Open Selected File |
5 |
Static | DlgSave | static void | Save Current File |
6 |
Static | DlgSaveAndContinue | static void | Save Current File and Continue |
7 |
Static | DlgSaveAs | static void | Save As Selected File |
8 |
Function | DlgCopyTo | void | Copy To Selected File |
9 |
Function | DlgMoveTo | void | Move To Selected File |
10 |
Function | DlgRemove | void | Remove Current File |
11 |
Function | DlgKeepFileDialogueCB | void | User specified if file selection dialogue should |
12 |
Function | DlgRevertToOpenCB | void | User specified if dialogue should revert to Open |
13 |
Function | DlgNoteJustChangedCB | void | User's first modification of current file since saving it |
14 |
Function | DlgNoteJustChangedSinceCB | void | User's first modification of current file since saving it |
15 |
Function | DlgSaveYesCB | void | User agreed to save current modified file when asked |
16 |
Function | DlgSaveNoCB | void | User declined to save current modified file when asked |
17 |
Function | DlgSaveCancelCB | void | User cancelled operation when asked if file should be saved |
18 |
Function | DlgWarnCancelCB | void | User cancelled operation when asked if file should be saved |
19 |
Function | DlgSelectOpenCB | void | User specified a file to open |
20 |
Function | DlgSelectSaveCB | void | User specified a file to save as |
21 |
Function | DlgSelectCopyCB | void | User specified a file to copy to |
22 |
Function | DlgSelectMoveCB | void | User selected a file to move to |
23 |
Function | DlgSelectCancelCB | void | User cancelled file selection |
24 |
Function | DlgWantClearCB | void | User wants to clear the workspace |
25 |
Function | DlgWantOpenCB | void | User wants to open a file |
26 |
Function | DlgWantSaveAsCB | void | User wants to save current file as modifed under a new name |
27 |
Function | DlgWantSaveCB | void | User wants to save current file as modified |
28 |
Function | DlgWantCopyCB | void | User wants to store modified version of file under a new |
29 |
Function | DlgWantMoveCB | void | User wants to save current file as modified under a new name |
30 |
Function | DlgWantRemoveCB | void | User wants to remove the current file |
31 |
Function | DlgQuestionYesCB | void | User confirmed removal of the current file |
32 |
Function | DlgExitCB | void | Used requested exit |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー