logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BrushCmd - command for setting components' brush attribute

Description

       BrushCmd is a purely interpretive command for setting the brush attribute of selected components.

Name

       BrushCmd - command for setting components' brush attribute

Public Operations

BrushCmd(ControlInfo*,PSBrush*=nil)BrushCmd(Editor*=nil,PSBrush*=nil)
              Create a BrushCmd, optionally specifying the PSBrush that components should adopt.

       virtualvoidExecute()
              BrushCmd  extends  Execute  to  set  the  value  of the affected editor's BrushVar instance, if it
              defines one.

       PSBrush*GetBrush()
              Return the PSBrush supplied in the constructor.

See Also

Command(3U), pspaint(3U), statevars(3U)

Unidraw                                          23 January 1991                                    BrushCmd(3U)

Synopsis

#include<Unidraw/Commands/brushcmd.h>

See Also