OpRemoveNamesFromSel Class Reference

#include <ngsetop.h>

Inheritance diagram for OpRemoveNamesFromSel:

SelOperation UndoableOperation Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Private Member Functions

 CC_DECLARE_DYNCREATE (OpRemoveNamesFromSel)
virtual void Do (OpDescriptor *)
 Performs the OPTOKEN_REMOVE_NAMES_FROM_SEL operation.

Detailed Description

Definition at line 260 of file ngsetop.h.


Member Function Documentation

OpRemoveNamesFromSel::CC_DECLARE_DYNCREATE OpRemoveNamesFromSel   )  [private]
 

void OpRemoveNamesFromSel::Do OpDescriptor  )  [private, virtual]
 

Performs the OPTOKEN_REMOVE_NAMES_FROM_SEL operation.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
09/7/99
Parameters:
pOpDesc --- See base class [INPUTS]

Reimplemented from Operation.

Definition at line 671 of file ngsetop.cpp.

00672 {
00673     AllowOpScan aosSel(this, &theSelectedObjects);
00674 
00675     if (!aosSel.Scan() ||
00676         !DoStartSelOp(TRUE, TRUE) ||
00677         !HideScan(this, &theSelectedObjects).Scan() ||
00678         !aosSel.Update())
00679     {
00680         FailAndExecute();
00681     }
00682 
00683     End();
00684 } 


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:58:46 2007 for Camelot by  doxygen 1.4.4