#include "brshcomp.h"
Go to the source code of this file.
Classes | |
class | BrushMsg |
A message broadcast by a brush when it becomes selected as the default brush. More... | |
class | ScreenChangeMsg |
A message to be broadcast whenever what is on the screen changes. This can be a dialog closing, or scrollbar moving or object being moved. It is vital to the brush that it be informed whenever something like this happens. More... | |
class | BrushDefMsg |
A message broadcast when a brush definition is edited. This enables things that represent the brush definition (such as the combo in the freeinfobar) to update themselves. More... | |
class | NewBrushMsg |
A message broadcast when a new brush is created from the Brush edit dialog. It should be picked up by the Freehand infobar and used to update its brush list. More... | |
class | StrokeMsg |
A message broadcast by a Stroke when it becomes selected as the default Stroke. More... |