#include "camtypes.h"#include "cpyact.h"#include "clipint.h"#include "ophist.h"Go to the source code of this file.
Functions | |
| DECLARE_SOURCE ($Revision:1282 $) | |
| CC_IMPLEMENT_DYNCREATE (CopyObjectsToClipboardAction, Action) CopyObjectsToClipboardAction | |
| CopyObjectsToClipboardAction constructor. | |
|
||||||||||||
|
CopyObjectsToClipboardAction constructor.
Definition at line 110 of file cpyact.cpp. 00119 : Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com> 00120 Created: 14/9/93 00121 Inputs: - 00122 Outputs: - 00123 Returns: - 00124 Purpose: CopyObjectsToClipboardAction constructor 00125 Errors: - 00126 SeeAlso: - 00127 00128 ********************************************************************************************/ 00129 00130 CopyObjectsToClipboardAction::CopyObjectsToClipboardAction() 00131 { 00132 }
|
|
|
|
1.4.4