/**** * * Class ToolView is a generic base class for tools such as those being * developed in the Polysuite and Enchilada projects. ToolView contains a * pulldown menubar and generic file and edit pulldown menus. * */ #ifndef toolviewIncluded #define toolviewIncluded #include "view.h" class ToolView : public View { public: protected: }; #endif