#include "brshcomp.h"
Go to the source code of this file.
Classes | |
class | CBaseBrushNameDlg |
Base class for the dialog that is used to name or rename brushes. More... | |
class | CNameBrushDlg |
class | CInitBrushNameDlg |
Defines | |
#define | OPTOKEN_NAME_BRUSH_DLG _T("NameBrushDlg") |
dialog that is used to name brushes | |
#define | OPTOKEN_INITNAME_BRUSH_DLG _T("InitNameBrushDlg") |
this is the initial dialog that is brought up to name the brush upon creation it differs from the above class in that this naming is not undoable |
|
this is the initial dialog that is brought up to name the brush upon creation it differs from the above class in that this naming is not undoable class CInitBrushNameDlg : public CNameBrushDlg
Definition at line 198 of file brshname.h. |
|
dialog that is used to name brushes class CBrushNameDlg : public CBaseBrushNameDlg class CRenameBrushDlg : public CBaseBrushNameDlg
Definition at line 166 of file brshname.h. |