datas(3U) | InterViews Reference Manual | datas(3U) |
ColorData, GSData, MobilityData, MoveData, VoidData - Data subclasses for storing common undo information
#include <Unidraw/Commands/datas.h>
The Unidraw library predefines several Data subclasses for storing common undo information: ColorData stores two PSColors (usually representing foreground and background colors), while GSData stores a complete set of graphics state in a FullGraphic object. MobilityData stores the mobility and graphics state information needed to undo a change in mobility. MoveData stores a horizontal and vertical distance. VoidData stores a void pointer as a useful alternative to deriving trivially from Data just to store one word of information.
Data(3U), Graphic(3U), globals(3U)
24 January 1991 | Unidraw |