-
class
MacroCmd
: public Command
(Return to index)
-
command containing a sequence of other commands to execute
Type:
Base Classes:
Derived Classes
Include file:
Description: man page
Public:
- void
Append (Command*, Command* = nil, Command* = nil, Command* = nil)
- virtual Command*
Copy ()
- virtual boolean
Done (Iterator&)
- virtual void
Execute ()
- virtual void
First (Iterator&)
- virtual ClassId
GetClassId ()
- virtual Command*
GetCommand (Iterator&)
- void
InsertAfter (Iterator&, Command*)
- void
InsertBefore (Iterator&, Command*)
- virtual boolean
IsA (ClassId)
- virtual void
Last (Iterator&)
-
MacroCmd (ControlInfo*)
-
MacroCmd ( Editor* = nil, Command* = nil, Command* = nil, Command* = nil, Command* = nil )
- virtual void
Next (Iterator&)
- void
Prepend (Command*, Command* = nil, Command* = nil, Command* = nil)
- virtual void
Prev (Iterator&)
- virtual void
Read (istream&)
- void
Remove (Command*)
- void
Remove (Iterator&)
- virtual boolean
Reversible ()
- virtual void
SetCommand (Command*, Iterator&)
- virtual void
SetEditor (Editor*)
- virtual void
Unexecute ()
- virtual void
Write (ostream&)
- virtual
~MacroCmd ()
Protected:
(more documentation)