class
CreateFrameCmd
: public
Command
(Return to index)
command to create a frame.
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
FrameUnidraw/framecmds.h
Description:
commmand to create a frame, before or after the current frame.
Public:
boolean
After
()
virtual
Command
*
Copy
()
CreateFrameCmd
(
ControlInfo
*, boolean after = true)
CreateFrameCmd
(
Editor
* =nil, boolean after = true)
virtual void
Execute
()
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
virtual boolean
Reversible
()
virtual void
Unexecute
()
Protected:
boolean
_after
(more documentation)