// $Revision: 1.5 $ // Copyright (C) 1995 Taligent, Inc. All rights reserved. #if 0 --------------------------------------------------------------------------- > Class: | TFeedbackStyle > Taxonomy Category: | Documented Samples | GlobalSelectionTool > Interface Category: | Sample. > Inherits From: | None. > Inherited By: | TBoundsFeedbackStyle | THighlightFeedbackStyle | TOutlineFeedbackStyle > Purpose: | Defines abstract protocol for feedback styles. > Instantiation: | Allocate on the heap or the stack. > Deriving Classes: | THiliteFeedbackStyle, TBoundsFeedbackStyle, TOutlineFeedbackStyle. > Concurrency: | _NOT_ multithread safe. > Resource Use: | No special requirements. > Other Considerations: | None. --------------------------------------------------------------------------- #endif #if 0 --------------------------------------------------------------------------- > Member Function: TFeedbackStyle::~ TFeedbackStyle ; | virtual ~ TFeedbackStyle () > Interface Category: | Sample. > Purpose: | Destructor. > Calling Context: | Called to destroy an object. > Parameters: = Takes no parameters. > Return Value: | None. > Exceptions: | Throws no exceptions, passes all exceptions through. > Concurrency: | _NOT_ multithread safe. > Other Considerations: | None. --------------------------------------------------------------------------- #endif #if 0 --------------------------------------------------------------------------- > Member Function: TFeedbackStyle::CreateFeedback ; | MGraphic * CreateFeedback (const TSelectionToolTarget & target) const > Interface Category: | Sample. > Purpose: | Creates a feedback graphic from a selection target. > Calling Context: | Called by tools. > Parameters: = const TSelectionToolTarget & target -The selection target to create a graphic representation of. > Return Value: | A graphic representing the selection target. > Exceptions: | Throws no exceptions, passes all exceptions through. > Concurrency: | _NOT_ multithread safe. > Other Considerations: | None. --------------------------------------------------------------------------- #endif #if 0 --------------------------------------------------------------------------- > Member Function: TFeedbackStyle::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