#include <opdesc.h>
Inheritance diagram for UndoableOpDescriptor:
Public Member Functions | |
UndoableOpDescriptor (UINT32 toolID, UINT32 txID, CCRuntimeClass *Op, TCHAR *tok, pfnGetState gs, UINT32 helpId=0, UINT32 bubbleID=0, UINT32 resourceID=0, UINT32 controlID=0, BOOL ReceiveMessages=FALSE, BOOL Smart=FALSE, BOOL Clean=FALSE, UINT32 OneOpenInstID=0, UINT32 AutoStateFlags=0, BOOL fCheckable=FALSE) | |
Construct a new UndoableOpDescriptor object and link it into the list of all OpDescriptors. | |
Public Attributes | |
UINT32 | ToolId |
Definition at line 693 of file opdesc.h.
|
Construct a new UndoableOpDescriptor object and link it into the list of all OpDescriptors.
ReceiveMessages - Should the Opdescriptor receive messages Smart - Smart Duplicate Clean - does the operation change the document helpId - Help Identifier that acts as an index into a help file bubbleID - string resource for "bubble help" text. resourceID - resource identifier in which to find control to be associated with this OpDescriptor. controlID - control in resource.
Definition at line 1569 of file opdesc.cpp. 01587 :OpDescriptor( toolID, txID, Op, tok, gs, helpID, bubbleID, resourceID, controlID, ReceiveMessages, 01588 Smart, Clean, OneOpenInstID, AutoStateFlags, fCheckable) 01589 { 01590 01591 }
|
|
|