A real number specifying the time interval in seconds,
in which a double click will be deemed to have occurred. The
default value is 0.5 seconds.
Example
Motivation
Since many PixelCanvas- and WorldCanvas-based tools (derived from
PCTool and WCTool respectively) will
need to draw on the canvas, it makes sense to unify their selection
of drawing color and style in one place: this class.
Thrown Exceptions
To Do
Member Description
Default constructor.
Destructor.
Return the color to use.
virtual Int lineWidth() const
Return the line width to use.
Return the double click interval (in seconds).
DTVisible(const DTVisible &other)
(Required) copy constructor.
DTVisible &operator=(const DTVisible &other)
(Required) copy assignment.