// $Revision: 1.5 $ // Copyright (C) 1995 Taligent, Inc. All rights reserved. #if 0 --------------------------------------------------------------------------- > Class: | TOutlineFeedbackStyle > Taxonomy Category: | Documented Samples | GlobalSelectionTool > Interface Category: | Sample. > Inherits From: | TFeedbackStyle > Inherited By: | None. > Purpose: | Creates a feedback graphic that outlines a given area or target. > Instantiation: | Allocate on the heap or the stack. > Deriving Classes: | None. > Concurrency: | _Not_ multithread safe. > Resource Use: | No special requirements. > Other Considerations: | None. --------------------------------------------------------------------------- #endif #if 0 --------------------------------------------------------------------------- > Member Function: TOutlineFeedbackStyle::DoCreateFeedback ; | virtual MGraphic * DoCreateFeedback (const TGArea & area) const > Interface Category: | Sample. > Purpose: | Creates a feedback graphic of a specified area. > Calling Context: | Called by CreateFeedback. > Parameters: = const TGArea & area -The area requiring feedback. > Return Value: | The graphic representing the area. > Exceptions: | Throws no exceptions, passes all exceptions through. > Concurrency: | _Not_ multithread safe. > Other Considerations: | None. --------------------------------------------------------------------------- #endif