class
ColorCmd
: public
Command
(Return to index)
command to change color of current selection and editor
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
Unidraw/Commands/colorcmd.h
Description:
man page
Public:
ColorCmd
(
ControlInfo
*,
PSColor
* fg = nil,
PSColor
* bg = nil)
ColorCmd
(
Editor
* = nil,
PSColor
* fg = nil,
PSColor
* bg = nil)
virtual
Command
*
Copy
()
virtual void
Execute
()
PSColor
*
GetBgColor
()
virtual ClassId
GetClassId
()
PSColor
*
GetFgColor
()
virtual boolean
IsA
(ClassId)
virtual void
Read
(istream&)
virtual void
Write
(ostream&)
Protected:
PSColor
*
_fg, *_bg
(more documentation)