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