OpSelectSet Class Reference

#include <ngsetop.h>

Inheritance diagram for OpSelectSet:

Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Private Member Functions

 CC_DECLARE_DYNCREATE (OpSelectSet)
virtual void DoWithParam (OpDescriptor *, OpParam *)
 Performs the OPTOKEN_SELECT_SET operation.

Detailed Description

Definition at line 124 of file ngsetop.h.


Member Function Documentation

OpSelectSet::CC_DECLARE_DYNCREATE OpSelectSet   )  [private]
 

void OpSelectSet::DoWithParam OpDescriptor ,
OpParam pParam
[private, virtual]
 

Performs the OPTOKEN_SELECT_SET operation.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
09/7/99
Parameters:
pParam->Param1 --- the (SGNameItem*) set to change the selection of [INPUTS] pParam->Param2 --- the SelectScan::Change code (TOGGLE, DESELECT, SELECT or SELECT_EXCLUSIVE).
See also:
SelectScan; Operation

Reimplemented from Operation.

Definition at line 169 of file ngsetop.cpp.

00170 {
00171     SelectScan((SGNameItem*)(void *) pParam->Param1, (SelectScan::Change) (INT32) pParam->Param2).Scan();
00172     End();
00173 }


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