ファイル名profileeditor.cpp
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 169 | 15% |
| 空行行数 | 147 | 13% |
| 実行行数 | 840 | 72% |
| 合計行数 | 1156 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 39 |
定義関数| No. | 型 | 名称 | 属性 | 説明 |
|---|---|---|---|---|
1 |
BEGIN_EVENT_TABLE | |||
2 |
AppArmorProfileTool::OnExit | int | This isn't actually used | |
3 |
ProfileToolFrame::ProfileToolFrame | |||
4 |
ProfileToolFrame::~ProfileToolFrame | |||
5 |
ProfileToolFrame::CreateControls | void | The great big nasty function that puts the main frame together. | |
6 |
ProfileToolFrame::ClearProfile | void | Clears the current text window | |
7 |
ProfileToolFrame::DeleteProfile | bool | Deletes a profile from disk. | |
8 |
ProfileToolFrame::FindTreeNodeAndHighlight | int | Given a path to a profile, find it in the tree, and highlight it. | |
9 |
ProfileToolFrame::LoadProfile | void | Load a profile from disk into the profile view | |
10 |
ProfileToolFrame::PopulateControls | void | Scans through the default profile directory and loads the names into | |
11 |
ProfileToolFrame::ProfileHasBeenModified | void | Called when text in the profile view has been changed, enabling the Save(As) menu functions | |
12 |
ProfileToolFrame::ProfileNeedSaving | int | Asks the user whether or not they'd like to save the profile | |
13 |
ProfileToolFrame::ReloadProfile | void | Feeds the profile to the AppArmor parser. | |
14 |
ProfileToolFrame::RepopulateControl | void | Clears the tree and reloads the profile tree. Used when someone modifies the | |
15 |
ProfileToolFrame::ReplaceAll | void | Replaces all instances of a phrase, without user confirmation | |
16 |
ProfileToolFrame::SaveCurrentProfile | int | A small wrapper around the profile view's save function. | |
17 |
ProfileToolFrame::OnAbout | void | Event handler triggered by the Help->About menu | |
18 |
ProfileToolFrame::OnClose | void | Event handler triggered by a close event | |
19 |
ProfileToolFrame::OnDeleteProfile | void | Event handler triggered by the "Delete profile" tree context menu | |
20 |
ProfileToolFrame::OnEditMenu | void | Event handler for the Cut/Copy/Paste/Undo/Redo Edit menu events | |
21 |
ProfileToolFrame::OnEndOfProfileReload | void | Event handler triggered by the end of the profile reload child | |
22 |
ProfileToolFrame::OnFind | void | Event handler triggered by the "Find" menu item | |
23 |
ProfileToolFrame::OnFindButton | void | Event handler triggered by the "Find" button in the Find/Replace dialog | |
24 |
ProfileToolFrame::OnHelp | void | Event handler triggered by the Help->Profiles menu item. | |
25 |
ProfileToolFrame::OnInsertInclude | void | Event handler triggered by the profile view's "Insert an include..." | |
26 |
ProfileToolFrame::OnNewProfile | void | Event handler triggered by File->New Profile | |
27 |
ProfileToolFrame::OnOpenInclude | void | Event handler triggered by the profile view's "Open Include in New..." | |
28 |
ProfileToolFrame::OnPreferences | void | Event handler triggered by File->Preferences. Displays the preferences, | |
29 |
ProfileToolFrame::OnProfileModified | void | Event handler passed up from the profile editor when something has changed | |
30 |
ProfileToolFrame::OnQuit | void | ||
31 |
ProfileToolFrame::OnReloadProfile | void | Event handler triggered by the "Reload profile" tree context menu | |
32 |
ProfileToolFrame::OnReplace | void | Event handler triggered by Edit->Replace | |
33 |
ProfileToolFrame::OnSave | void | Event handler triggered by Edit->Save | |
34 |
ProfileToolFrame::OnSaveAs | void | Event handler triggered by Edit->SaveAs | |
35 |
ProfileToolFrame::OnSearchAllProfiles | void | Event handler triggered by Edit->Search All | |
36 |
ProfileToolFrame::OnSize | void | Event handler for resize events | |
37 |
ProfileToolFrame::OnTreeContextMenu | void | Displays a tree context menu upon right clicks | |
38 |
ProfileToolFrame::OnTreeSelection | void | Event handler triggered by a double click on a tree item | |
39 |
ProfileToolFrame::OnUpdateUI | void | Takes care of brace matching |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー