wiki:IMAGE_CONTENT_R0

Version 24 (modified by alex, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=IMAGE_CONTENT_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|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

  • Define a view model for image frame content.
  • The model should be able to construct scene elements.
  • The model should have a way to define advanced image features such as cropping, zooming, rotation etc.

Task requirements

  • Define image content view model.
  • It should be able to construct a basic (supporting no advanced features) scene element representing an image.

Task result

The result of this task should be source code.

Implementation idea

  • Create ImageContentView which is image content view model.
  • It should inherit ContentView.
  • It should be able to construct an ImageSceneElement.

How to demo

  • Create a FrameView containing a Frame with ImageFrameContent.
  • The FrameView should contain an ImageContentView.
  • We should be able to view a frame with an image using scenes and the scene element from the FrameView.

Design

Implementation

(Implementation results should be described and linked here (from the wiki or the repository))

Testing

Comments

(Write comments for this or later revisions here.)