class
GroupCmd
: public
Command
(Return to index)
group command
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
Unidraw/Commands/struct.h
Description:
man page
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
virtual ClassId
GetClassId
()
GraphicComp
*
GetGroup
()
GroupCmd
(
ControlInfo
*,
GraphicComp
* dest = nil)
GroupCmd
(
Editor
* = nil,
GraphicComp
* dest = nil)
virtual boolean
IsA
(ClassId)
virtual void
Read
(istream&)
virtual boolean
Reversible
()
void
SetGroup
(
GraphicComp
*)
virtual void
Unexecute
()
virtual void
Write
(ostream&)
virtual
~GroupCmd
()
Protected:
void
Init
(
GraphicComp
*)
boolean
_executed
GraphicComp
*
_group
(more documentation)