embedded html to man page links for Unidraw
Brought to you by:
johnston
|
From: <ivt...@li...> - 2000-01-14 22:20:50
|
Patch: ivtools-000114-johnston-009
For: ivtools-0.7.10
Author: joh...@us...
This is an intermediate patch to ivtools-0.7.10. To apply, cd to the
top-level directory of the ivtools source tree (the directory with src
and config subdirs), and apply like this:
patch -s <ThisFile
Summary of Changes:
- established half the links from the embedded extractable
documentation to the pre-existing man pages for Unidraw.
Index: include_interviews/page.h
diff -c include_interviews/page.h:1.1 include_interviews/page.h:1.2
*** include_interviews/page.h:1.1 Fri Jan 14 22:58:14 2000
--- src/include/InterViews/page.h Fri Jan 14 22:58:14 2000
***************
*** 33,38 ****
--- 33,40 ----
class PageInfo_List;
+ //: glyph for arbitrary placements
+ // <a href=../man3.1/Page.html>man page</a>
class Page : public Glyph {
public:
Page(Glyph* background);
Index: include_interviews/resource.h
diff -c include_interviews/resource.h:1.2 include_interviews/resource.h:1.3
*** include_interviews/resource.h:1.2 Fri Jan 14 22:58:14 2000
--- src/include/InterViews/resource.h Fri Jan 14 22:58:14 2000
***************
*** 32,38 ****
#include <InterViews/enter-scope.h>
//: shared reference-counted objects.
! // <a href=../man3.1/Resource.html>Resource</a>
class Resource {
public:
Resource();
--- 32,38 ----
#include <InterViews/enter-scope.h>
//: shared reference-counted objects.
! // <a href=../man3.1/Resource.html>man page</a>
class Resource {
public:
Resource();
Index: include_unidraw/clipboard.h
diff -c include_unidraw/clipboard.h:1.1 include_unidraw/clipboard.h:1.2
*** include_unidraw/clipboard.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/clipboard.h Fri Jan 14 22:58:17 2000
***************
*** 37,42 ****
--- 37,44 ----
class UList;
class Selection;
+ //: contains a list of component subjects
+ // <a href=../man3.1/Clipboard.html>man page</a>
class Clipboard {
public:
Clipboard(GraphicComp* = nil);
Index: include_unidraw/creator.h
diff -c include_unidraw/creator.h:1.1 include_unidraw/creator.h:1.2
*** include_unidraw/creator.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/creator.h Fri Jan 14 22:58:17 2000
***************
*** 39,44 ****
--- 39,46 ----
class ObjectMap;
class istream;
+ //: component factory class
+ // <a href=../man3.1/Creator.html>man page</a>
class Creator {
public:
Creator();
Index: include_unidraw/ctrlinfo.h
diff -c include_unidraw/ctrlinfo.h:1.1 include_unidraw/ctrlinfo.h:1.2
*** include_unidraw/ctrlinfo.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/ctrlinfo.h Fri Jan 14 22:58:17 2000
***************
*** 34,39 ****
--- 34,41 ----
class GraphicComp;
+ //: manages persistent information contained in a Control
+ // <a href=../man3.1/ControlInfo.html>man page</a>
class ControlInfo {
public:
ControlInfo(
Index: include_unidraw/editorinfo.h
diff -c include_unidraw/editorinfo.h:1.1 include_unidraw/editorinfo.h:1.2
*** include_unidraw/editorinfo.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/editorinfo.h Fri Jan 14 22:58:17 2000
***************
*** 32,37 ****
--- 32,39 ----
#include <InterViews/_enter.h>
+ //: manages persistent information contained in an editor
+ // <a href=../man3.1/EditorInfo.html>man page</a>
class EditorInfo : public UMap {
public:
EditorInfo();
Index: include_unidraw/grid.h
diff -c include_unidraw/grid.h:1.1 include_unidraw/grid.h:1.2
*** include_unidraw/grid.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/grid.h Fri Jan 14 22:58:17 2000
***************
*** 35,40 ****
--- 35,44 ----
class Graphic;
+ //: drawing editor grid
+ // constrains points to lie on a grid and provides a corresponding
+ // visual representation of the grid.
+ // <p><a href=../man3.1/Grid.html>man page</a>
class Grid {
public:
Grid(float w, float h, float xincr, float yincr);
Index: include_unidraw/keymap.h
diff -c include_unidraw/keymap.h:1.1 include_unidraw/keymap.h:1.2
*** include_unidraw/keymap.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/keymap.h Fri Jan 14 22:58:17 2000
***************
*** 31,36 ****
--- 31,38 ----
class UControl;
+ //: maintains a keycode-to-UControl mapping
+ // <a href=../man3.1/KeyMap.html>man page</a>
class KeyMap {
public:
KeyMap();
Index: include_unidraw/path.h
diff -c include_unidraw/path.h:1.1 include_unidraw/path.h:1.2
*** include_unidraw/path.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/path.h Fri Jan 14 22:58:17 2000
***************
*** 38,43 ****
--- 38,47 ----
class Connector;
class UList;
+ //: transmission path for state variable propogation
+ // accumulates information about the transmission path during
+ // state variable propagation.
+ // <p><a href=../man3.1/Path.html>man page</a>
class Path {
public:
Path(Path* = nil);
Index: include_unidraw/selection.h
diff -c include_unidraw/selection.h:1.1 include_unidraw/selection.h:1.2
*** include_unidraw/selection.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/selection.h Fri Jan 14 22:58:17 2000
***************
*** 38,43 ****
--- 38,45 ----
class UList;
class Viewer;
+ //: manages a set of selected components.
+ // <a href=../man3.1/Selection.html>man page</a>
class Selection {
public:
Selection(Selection* = nil);
Index: include_unidraw/statevar.h
diff -c include_unidraw/statevar.h:1.1 include_unidraw/statevar.h:1.2
*** include_unidraw/statevar.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/statevar.h Fri Jan 14 22:58:17 2000
***************
*** 34,39 ****
--- 34,41 ----
class istream;
class ostream;
+ //: state variable
+ // <a href=../man3.1/StateVar.html>man page</a>
class StateVar {
public:
Connector* GetBinding();
Index: include_unidraw/stateview.h
diff -c include_unidraw/stateview.h:1.1 include_unidraw/stateview.h:1.2
*** include_unidraw/stateview.h:1.1 Fri Jan 14 22:58:17 2000
--- src/include/Unidraw/stateview.h Fri Jan 14 22:58:17 2000
***************
*** 34,39 ****
--- 34,41 ----
class StateVar;
+ //: state variable view
+ // <a href=../man3.1/StateVarView.html>man page</a>
class StateVarView : public MonoScene {
public:
virtual ~StateVarView();
Index: include_commands/brushcmd.h
diff -c include_commands/brushcmd.h:1.1 include_commands/brushcmd.h:1.2
*** include_commands/brushcmd.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/brushcmd.h Fri Jan 14 22:58:19 2000
***************
*** 31,36 ****
--- 31,38 ----
class PSBrush;
+ //: command to change brush of editor and current selection
+ // <a href=../man3.1/BrushCmd.html>man page</a>
class BrushCmd : public Command {
public:
BrushCmd(ControlInfo*, PSBrush* = nil);
Index: include_commands/colorcmd.h
diff -c include_commands/colorcmd.h:1.1 include_commands/colorcmd.h:1.2
*** include_commands/colorcmd.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/colorcmd.h Fri Jan 14 22:58:19 2000
***************
*** 31,36 ****
--- 31,38 ----
class PSColor;
+ //: command to change color of current selection and editor
+ // <a href=../man3.1/ColorCmd.html>man page</a>
class ColorCmd : public Command {
public:
ColorCmd(ControlInfo*, PSColor* fg = nil, PSColor* bg = nil);
Index: include_commands/data.h
diff -c include_commands/data.h:1.1 include_commands/data.h:1.2
*** include_commands/data.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/data.h Fri Jan 14 22:58:19 2000
***************
*** 31,36 ****
--- 31,40 ----
#include <InterViews/resource.h>
#include <Unidraw/enter-scope.h>
+ //: undo information object
+ // encapsulates undo information that components store in commands they
+ // interpret.
+ // <p><a href=../man3.1/Data.html>man page</a>
class Data : public Resource {
protected:
Data();
Index: include_commands/font.h
diff -c include_commands/font.h:1.1 include_commands/font.h:1.2
*** include_commands/font.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/font.h Fri Jan 14 22:58:19 2000
***************
*** 31,36 ****
--- 31,38 ----
class PSFont;
+ //: command for changing font in current selection and editor
+ // <a href=../man3.1/FontCmd.html>man page</a>
class FontCmd : public Command {
public:
FontCmd(ControlInfo*, PSFont* = nil);
Index: include_commands/import.h
diff -c include_commands/import.h:1.1 include_commands/import.h:1.2
*** include_commands/import.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/import.h Fri Jan 14 22:58:19 2000
***************
*** 34,39 ****
--- 34,41 ----
class FileChooser;
+ //: command for importing graphical objects
+ // <a href=../man3.1/ImportCmd.html>man page</a>
class ImportCmd : public Command {
public:
ImportCmd(ControlInfo*, FileChooser* = nil);
Index: include_commands/macro.h
diff -c include_commands/macro.h:1.1 include_commands/macro.h:1.2
*** include_commands/macro.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/macro.h Fri Jan 14 22:58:19 2000
***************
*** 31,36 ****
--- 31,38 ----
class UList;
+ //: command containing a sequence of other commands to execute
+ // <a href=../man3.1/MacroCmd.html>man page</a>
class MacroCmd : public Command {
public:
MacroCmd(ControlInfo*);
Index: include_commands/nop.h
diff -c include_commands/nop.h:1.1 include_commands/nop.h:1.2
*** include_commands/nop.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/nop.h Fri Jan 14 22:58:19 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Commands/command.h>
+ //: null command
+ // <a href=../man3.1/NOPCmd.html>man page</a>
class NOPCmd : public Command {
public:
NOPCmd(ControlInfo*);
Index: include_commands/patcmd.h
diff -c include_commands/patcmd.h:1.1 include_commands/patcmd.h:1.2
*** include_commands/patcmd.h:1.1 Fri Jan 14 22:58:19 2000
--- src/include/Unidraw/Commands/patcmd.h Fri Jan 14 22:58:19 2000
***************
*** 31,36 ****
--- 31,38 ----
class PSPattern;
+ //: command to change pattern of current selection and editor.
+ // <a href=../man3.1/PatternCmd.html>man page</a>
class PatternCmd : public Command {
public:
PatternCmd(ControlInfo*, PSPattern* = nil);
Index: include_components/cglue.h
diff -c include_components/cglue.h:1.1 include_components/cglue.h:1.2
*** include_components/cglue.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/cglue.h Fri Jan 14 22:58:22 2000
***************
*** 32,37 ****
--- 32,39 ----
class Shape;
+ //: connector glue for specifying connection behavior
+ // <a href=../man3.1/CGlue.html>man page</a>
class CGlue {
public:
CGlue(
Index: include_components/connector.h
diff -c include_components/connector.h:1.1 include_components/connector.h:1.2
*** include_components/connector.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/connector.h Fri Jan 14 22:58:22 2000
***************
*** 37,42 ****
--- 37,44 ----
class Path;
class StateVar;
+ //: for defining and maintaining connectivity between components.
+ // <a href=../man3.1/Connector.html>man page</a>
class Connector : public GraphicComp {
public:
virtual ~Connector();
Index: include_components/csolver.h
diff -c include_components/csolver.h:1.1 include_components/csolver.h:1.2
*** include_components/csolver.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/csolver.h Fri Jan 14 22:58:22 2000
***************
*** 40,45 ****
--- 40,47 ----
class istream;
class ostream;
+ //: connector constraint solver
+ // <a href=../man3.1/CSolver.html>man page</a>
class CSolver {
public:
CSolver();
Index: include_components/ellipse.h
diff -c include_components/ellipse.h:1.1 include_components/ellipse.h:1.2
*** include_components/ellipse.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/ellipse.h Fri Jan 14 22:58:22 2000
***************
*** 35,40 ****
--- 35,42 ----
class SF_Ellipse;
+ //: ellipse component
+ // <a href=../man3.1/EllipseComp>man page</a>
class EllipseComp : public GraphicComp {
public:
EllipseComp(SF_Ellipse* = nil);
Index: include_components/gvupdater.h
diff -c include_components/gvupdater.h:1.1 include_components/gvupdater.h:1.2
*** include_components/gvupdater.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/gvupdater.h Fri Jan 14 22:58:22 2000
***************
*** 34,39 ****
--- 34,43 ----
class GVU_HashTable;
class Iterator;
+ //: GraphicView updater
+ // class for reconciling a GraphicView's state and structure
+ // with its subject's.
+ // <p><a href=../man3.1/GVUpdater.html>man page</a>
class GVUpdater {
public:
GVUpdater(GraphicView*);
Index: include_components/line.h
diff -c include_components/line.h:1.1 include_components/line.h:1.2
*** include_components/line.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/line.h Fri Jan 14 22:58:22 2000
***************
*** 34,39 ****
--- 34,41 ----
class Line;
class SF_MultiLine;
+ //: line component
+ // <a href=../man3.1/LineComp.html>man page</a>
class LineComp : public GraphicComp {
public:
LineComp(Line* = nil);
Index: include_components/link.h
diff -c include_components/link.h:1.1 include_components/link.h:1.2
*** include_components/link.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/link.h Fri Jan 14 22:58:22 2000
***************
*** 36,41 ****
--- 36,43 ----
class Connector;
class Line;
+ //: link component
+ // <a href=../man3.1/LinkComp.html>man page</a>
class LinkComp : public GraphicComp {
public:
LinkComp(Line* = nil);
Index: include_components/pad.h
diff -c include_components/pad.h:1.1 include_components/pad.h:1.2
*** include_components/pad.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/pad.h Fri Jan 14 22:58:22 2000
***************
*** 35,40 ****
--- 35,42 ----
class PadGraphic;
+ //: pad component
+ // <a href=../man3.1/PadComp.html>man page</a>
class PadComp : public Connector {
public:
PadComp(PadGraphic* = nil);
Index: include_components/pin.h
diff -c include_components/pin.h:1.1 include_components/pin.h:1.2
*** include_components/pin.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/pin.h Fri Jan 14 22:58:22 2000
***************
*** 37,42 ****
--- 37,44 ----
class PinGraphic;
+ //: pin component
+ // <a href=../man3.1/PinComp.html>man page</a>
class PinComp : public Connector {
public:
PinComp(PinGraphic* = nil);
Index: include_components/polygon.h
diff -c include_components/polygon.h:1.1 include_components/polygon.h:1.2
*** include_components/polygon.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/polygon.h Fri Jan 14 22:58:22 2000
***************
*** 31,36 ****
--- 31,38 ----
class SF_Polygon;
+ //: polygon component
+ // <a href=../man3.1/PolygonComp.html>man page</a>
class PolygonComp : public VerticesComp {
public:
PolygonComp(SF_Polygon* = nil);
Index: include_components/psview.h
diff -c include_components/psview.h:1.1 include_components/psview.h:1.2
*** include_components/psview.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/psview.h Fri Jan 14 22:58:22 2000
***************
*** 32,37 ****
--- 32,41 ----
#include <IV-2_6/_enter.h>
+ //: PostScript serialization
+ // idraw-compatible PostScript external representation
+ // for graphical components.
+ // <p><a href=../man3.1/POSTSCRIPTVIEW.html>man page</a>
class PostScriptView : public PreorderView {
public:
virtual boolean Emit(ostream&);
Index: include_components/rastercomp.h
diff -c include_components/rastercomp.h:1.1 include_components/rastercomp.h:1.2
*** include_components/rastercomp.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/rastercomp.h Fri Jan 14 22:58:22 2000
***************
*** 33,38 ****
--- 33,40 ----
class RasterRect;
+ //: raster component
+ // <a href=../man3.1/RasterComp.html>man page</a>
class RasterComp : public GraphicComp {
public:
RasterComp(RasterRect* = nil, const char* filename = nil);
Index: include_components/rect.h
diff -c include_components/rect.h:1.1 include_components/rect.h:1.2
*** include_components/rect.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/rect.h Fri Jan 14 22:58:22 2000
***************
*** 35,40 ****
--- 35,42 ----
class SF_Rect;
+ //: rectangle component
+ // <a href=../man3.1/RectComp.html>man page</a>
class RectComp : public GraphicComp {
public:
RectComp(SF_Rect* = nil);
Index: include_components/slot.h
diff -c include_components/slot.h:1.1 include_components/slot.h:1.2
*** include_components/slot.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/slot.h Fri Jan 14 22:58:22 2000
***************
*** 35,40 ****
--- 35,42 ----
class SlotGraphic;
+ //: slot component
+ // <a href=../man3.1/SlotComp.html>man page</a>
class SlotComp : public Connector {
public:
virtual void Interpret(Command*);
Index: include_components/spline.h
diff -c include_components/spline.h:1.1 include_components/spline.h:1.2
*** include_components/spline.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/spline.h Fri Jan 14 22:58:22 2000
***************
*** 32,37 ****
--- 32,39 ----
class SFH_OpenBSpline;
class SFH_ClosedBSpline;
+ //: spline component
+ // <a href=../man3.1/SplineComp.html>man page</a>
class SplineComp : public VerticesComp {
public:
SplineComp(SFH_OpenBSpline* = nil);
Index: include_components/stencilcomp.h
diff -c include_components/stencilcomp.h:1.1 include_components/stencilcomp.h:1.2
*** include_components/stencilcomp.h:1.1 Fri Jan 14 22:58:22 2000
--- src/include/Unidraw/Components/stencilcomp.h Fri Jan 14 22:58:22 2000
***************
*** 33,38 ****
--- 33,40 ----
class UStencil;
+ //: stencil component
+ // <a href=../man3.1/StencilComp.html>man page</a>
class StencilComp : public GraphicComp {
public:
StencilComp(UStencil* = nil, const char* filename = nil);
Index: include_graphic/damage.h
diff -c include_graphic/damage.h:1.1 include_graphic/damage.h:1.2
*** include_graphic/damage.h:1.1 Fri Jan 14 22:58:25 2000
--- src/include/Unidraw/Graphic/damage.h Fri Jan 14 22:58:25 2000
***************
*** 40,45 ****
--- 40,49 ----
class Painter;
class UList;
+ //: damage-repair mechanism
+ // maintains an array of non-overlapping rectangles representing
+ // damaged areas of of a canvas, used for smart redraw.
+ // <p><a href=../man3.1/Damage.html>man page</a>
class Damage {
public:
Damage(Canvas* = nil, Painter* = nil, Graphic* = nil);
Index: include_graphic/graphic.h
diff -c include_graphic/graphic.h:1.1 include_graphic/graphic.h:1.2
*** include_graphic/graphic.h:1.1 Fri Jan 14 22:58:25 2000
--- src/include/Unidraw/Graphic/graphic.h Fri Jan 14 22:58:25 2000
***************
*** 42,47 ****
--- 42,51 ----
class Painter;
class Transformer;
+ //: graphic base-classe
+ // interface to Graphic base class and FullGraphic, a subclass of Graphic
+ // for which all graphics state is defined.
+ // <p><a href=../man3.1/Graphic.html>man page</a>
class Graphic {
public:
virtual ~Graphic();
Index: include_graphic/grblock.h
diff -c include_graphic/grblock.h:1.1 include_graphic/grblock.h:1.2
*** include_graphic/grblock.h:1.1 Fri Jan 14 22:58:25 2000
--- src/include/Unidraw/Graphic/grblock.h Fri Jan 14 22:58:25 2000
***************
*** 37,42 ****
--- 37,44 ----
class Graphic;
class Perspective;
+ //: an Interactor that contains a Picture.
+ // <a href=../man3.1/GraphicBlock.html>man page</a>
class GraphicBlock : public Interactor {
public:
GraphicBlock(
Index: include_graphic/picture.h
diff -c include_graphic/picture.h:1.1 include_graphic/picture.h:1.2
*** include_graphic/picture.h:1.1 Fri Jan 14 22:58:25 2000
--- src/include/Unidraw/Graphic/picture.h Fri Jan 14 22:58:25 2000
***************
*** 31,36 ****
--- 31,38 ----
#include <IV-2_6/_enter.h>
+ //: composite Graphic
+ // <a href=../man3.1/Picture.html>man page</a>
class Picture : public FullGraphic {
public:
Picture(Graphic* gr = nil);
Index: include_graphic/rasterrect.h
diff -c include_graphic/rasterrect.h:1.1 include_graphic/rasterrect.h:1.2
*** include_graphic/rasterrect.h:1.1 Fri Jan 14 22:58:25 2000
--- src/include/Unidraw/Graphic/rasterrect.h Fri Jan 14 22:58:25 2000
***************
*** 33,38 ****
--- 33,40 ----
class Raster;
+ //: raster graphic
+ // <a href=../man3.1/RasterRect.html>man page</a>
class RasterRect : public Graphic {
public:
RasterRect(Raster*, Graphic* = nil);
Index: include_tools/connect.h
diff -c include_tools/connect.h:1.1 include_tools/connect.h:1.2
*** include_tools/connect.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/connect.h Fri Jan 14 22:58:27 2000
***************
*** 31,36 ****
--- 31,38 ----
class ConnectorView;
+ //: connect tool
+ // <a href=../man3.1/ConnectTool.html>man page</a>
class ConnectTool : public Tool {
public:
ConnectTool(ControlInfo* = nil);
Index: include_tools/grcomptool.h
diff -c include_tools/grcomptool.h:1.1 include_tools/grcomptool.h:1.2
*** include_tools/grcomptool.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/grcomptool.h Fri Jan 14 22:58:27 2000
***************
*** 32,37 ****
--- 32,39 ----
class Command;
class GraphicComp;
+ //: graphic component tool
+ // <a href=../man3.1/GraphicCompTool.html>man page</a>
class GraphicCompTool : public Tool {
public:
GraphicCompTool();
Index: include_tools/magnify.h
diff -c include_tools/magnify.h:1.1 include_tools/magnify.h:1.2
*** include_tools/magnify.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/magnify.h Fri Jan 14 22:58:27 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Tools/tool.h>
+ //: zoom in to specified region
+ // <a href=../man3.1/MagnifyTool.html>man page</a>
class MagnifyTool : public Tool {
public:
MagnifyTool(ControlInfo* = nil);
Index: include_tools/move.h
diff -c include_tools/move.h:1.1 include_tools/move.h:1.2
*** include_tools/move.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/move.h Fri Jan 14 22:58:27 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Tools/tool.h>
+ //: tool for moving graphics
+ // <a href=../man3.1/MoveTool.html>man page</a>
class MoveTool : public Tool {
public:
MoveTool(ControlInfo* = nil);
Index: include_tools/reshape.h
diff -c include_tools/reshape.h:1.1 include_tools/reshape.h:1.2
*** include_tools/reshape.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/reshape.h Fri Jan 14 22:58:27 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Tools/tool.h>
+ //: reshape tool
+ // <a href=../man3.1/ReshapeTool.html>man page</a>
class ReshapeTool : public Tool {
public:
ReshapeTool(ControlInfo* = nil);
Index: include_tools/rotate.h
diff -c include_tools/rotate.h:1.1 include_tools/rotate.h:1.2
*** include_tools/rotate.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/rotate.h Fri Jan 14 22:58:27 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Tools/tool.h>
+ //: rotate tool
+ // <a href=../man3.1/RotateTool.html>man page</a>
class RotateTool : public Tool {
public:
RotateTool(ControlInfo* = nil);
Index: include_tools/scale.h
diff -c include_tools/scale.h:1.1 include_tools/scale.h:1.2
*** include_tools/scale.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/scale.h Fri Jan 14 22:58:27 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Tools/tool.h>
+ //: scale tool
+ // <a href=../man3.1/ScaleTool.html>man page</a>
class ScaleTool : public Tool {
public:
ScaleTool(ControlInfo* = nil);
Index: include_tools/select.h
diff -c include_tools/select.h:1.1 include_tools/select.h:1.2
*** include_tools/select.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/select.h Fri Jan 14 22:58:27 2000
***************
*** 31,36 ****
--- 31,38 ----
class Selection;
+ //: select tool
+ // <a href=../man3.1/SelectTool.html>man page</a>
class SelectTool : public Tool {
public:
SelectTool(ControlInfo* = nil);
Index: include_tools/stretch.h
diff -c include_tools/stretch.h:1.1 include_tools/stretch.h:1.2
*** include_tools/stretch.h:1.1 Fri Jan 14 22:58:27 2000
--- src/include/Unidraw/Tools/stretch.h Fri Jan 14 22:58:27 2000
***************
*** 29,34 ****
--- 29,36 ----
#include <Unidraw/Tools/tool.h>
+ //: stretch tool
+ // <a href=../man3.1/StretchTool.html>man page</a>
class StretchTool : public Tool {
public:
StretchTool(ControlInfo* = nil);
|