| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=FRAME_HUD_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | |
| 7 | = Analysis = |
| 8 | |
| 9 | == Overview == |
| 10 | Frame Hud is the hud that appear when the appropriate Halo Button of the Frame Halo Menu is clicked. Using this hud Background Color, Border Thickness, Border Color, Transparency, etc. of the frame can be changed. |
| 11 | |
| 12 | == Task requirements == |
| 13 | * Create a Hud halo button as part of the frame halo menu. |
| 14 | * Create a hud. |
| 15 | * Provide that background color, border thickness and color, position, size of the frame can be changed through the hud. |
| 16 | * (Optional, if there is time) Margins, paddings of the frame can be changed through the hud. |
| 17 | |
| 18 | == Task result == |
| 19 | * The result of this task should be a source code. |
| 20 | |
| 21 | == Implementation idea == |
| 22 | * Create a !FrameHud class |
| 23 | |
| 24 | == Related == |
| 25 | * [wiki:FRAME_MARGINS_R0] |
| 26 | * [wiki:FRAME_INSETS_R0] |
| 27 | * [wiki:FRAME_BORDERS_R0] |
| 28 | * [wiki:FRAME_PADDING_R0] |
| 29 | * [wiki:FRAME_BOUNDS_R0] |
| 30 | |
| 31 | == How to demo == |
| 32 | ^(In this section you must add instructions for the demo of the task.)^ |
| 33 | |
| 34 | = Design = |
| 35 | |
| 36 | = Implementation = |
| 37 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 38 | |
| 39 | = Testing = |
| 40 | |
| 41 | = Comments = |
| 42 | ^(Write comments for this or later revisions here.) |