class
NewCompCmd
: public
Command
(Return to index)
new component command
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
Unidraw/Commands/catcmds.h
Description:
man page
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
virtual ClassId
GetClassId
()
Component
*
GetPrototype
()
virtual boolean
IsA
(ClassId)
NewCompCmd
(
ControlInfo
*,
Component
* prototype = nil)
NewCompCmd
(
Editor
* = nil,
Component
* prototype = nil)
virtual void
Read
(istream&)
virtual boolean
Reversible
()
virtual void
Write
(ostream&)
virtual
~NewCompCmd
()
Protected:
Component
*
prototype_
(more documentation)