#include <ngsetop.h>
Inheritance diagram for OpSelectSet:

Private Member Functions | |
| CC_DECLARE_DYNCREATE (OpSelectSet) | |
| virtual void | DoWithParam (OpDescriptor *, OpParam *) |
| Performs the OPTOKEN_SELECT_SET operation. | |
Definition at line 124 of file ngsetop.h.
|
|
|
|
||||||||||||
|
Performs the OPTOKEN_SELECT_SET 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 }
|
1.4.4